|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.xwork2.conversion.metadata.ConversionDescription
public class ConversionDescription
ConversionDescription
| Field Summary | |
|---|---|
static java.lang.String |
DEPRECATED_ELEMENT_PREFIX
|
static java.lang.String |
ELEMENT_PREFIX
|
java.lang.String |
fullQualifiedClassName
|
static java.lang.String |
KEY_PREFIX
|
static java.lang.String |
KEY_PROPERTY_PREFIX
|
protected static Logger |
log
Jakarta commons-logging reference. |
java.lang.String |
property
|
java.lang.String |
rule
|
java.lang.String |
type
|
java.lang.String |
typeConverter
|
java.lang.String |
value
|
| Constructor Summary | |
|---|---|
ConversionDescription()
|
|
ConversionDescription(java.lang.String property)
Creates an ConversionDescription with the specified property name. |
|
| Method Summary | |
|---|---|
java.lang.String |
asProperty()
Returns the conversion description as property entry. |
java.lang.String |
getFullQualifiedClassName()
Returns the fullQualifiedClassName attribute is used to create the special conversion.properties file name. |
java.lang.String |
getType()
|
java.lang.String |
getValue()
|
void |
setFullQualifiedClassName(java.lang.String fullQualifiedClassName)
The fullQualifiedClassName attribute is used to create the special conversion.properties file name. |
void |
setProperty(java.lang.String property)
Sets the property name to be inserted into the related conversion.properties file. Note: Do not add COLLECTION_PREFIX or MAP_PREFIX keys to property names. |
void |
setRule(java.lang.String rule)
Sets the rule prefix for COLLECTION_PREFIX or MAP_PREFIX key. |
void |
setType(java.lang.String type)
|
void |
setTypeConverter(java.lang.String typeConverter)
Sets the class name of the type converter to be used. |
void |
setValue(java.lang.String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static Logger log
public static final java.lang.String KEY_PREFIX
public static final java.lang.String ELEMENT_PREFIX
public static final java.lang.String KEY_PROPERTY_PREFIX
public static final java.lang.String DEPRECATED_ELEMENT_PREFIX
public java.lang.String property
public java.lang.String typeConverter
public java.lang.String rule
public java.lang.String value
public java.lang.String fullQualifiedClassName
public java.lang.String type
| Constructor Detail |
|---|
public ConversionDescription()
public ConversionDescription(java.lang.String property)
property - | Method Detail |
|---|
public void setProperty(java.lang.String property)
Sets the property name to be inserted into the related conversion.properties file.
Note: Do not add COLLECTION_PREFIX or MAP_PREFIX keys to property names.
property - The property to be converted.public void setTypeConverter(java.lang.String typeConverter)
typeConverter - The class name of the type converter.public void setRule(java.lang.String rule)
rule - public void setType(java.lang.String type)
public java.lang.String getType()
public java.lang.String getValue()
public void setValue(java.lang.String value)
public java.lang.String asProperty()
Example:
property.name = converter.className
Collection_property.name = converter.className
Map_property.name = converter.className
KeyProperty_name = id
public java.lang.String getFullQualifiedClassName()
conversion.properties file name.
public void setFullQualifiedClassName(java.lang.String fullQualifiedClassName)
conversion.properties file name.
fullQualifiedClassName -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||