public class ConverterBean extends AbstractTagBean
_properties| Constructor and Description |
|---|
ConverterBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConverterClassModifier(int modifier)
Adds a Java Language class modifier to the converter class.
|
String |
getConverterClass()
Returns the converter class for this component.
|
int |
getConverterClassModifiers()
Returns the Java Language class modifiers for the converter class.
|
String |
getConverterId()
Returns the converter identifier for this component.
|
String |
getConverterSuperClass()
Returns the converter super class for this component.
|
boolean |
hasConverterId()
Returns true if the converter identifier is specified, otherwise false.
|
boolean |
isTagClassExcluded() |
void |
parseConverterClassModifier(String modifier) |
void |
setConverterClass(String converterClass)
Sets the converter class for this component.
|
void |
setConverterId(String converterId)
Sets the converter identifer for this component.
|
void |
setConverterSuperClass(String converterSuperClass)
Sets the converter super class for this component.
|
void |
setTagClassExcluded(boolean tagClassExcluded) |
_parseModifier, addProperty, addTagClassModifier, findProperty, getDescription, getLongDescription, getTagClass, getTagClassModifiers, getTagName, hasProperties, parseTagClassModifier, properties, propertiesSize, setDescription, setLongDescription, setTagClass, setTagNameattach, getOwner, isModifiedSincepublic void setConverterId(String converterId)
converterId - converter identiferpublic boolean hasConverterId()
public String getConverterId()
public void setConverterClass(String converterClass)
converterClass - the converter classpublic String getConverterClass()
public void setConverterSuperClass(String converterSuperClass)
converterSuperClass - the converter super classpublic String getConverterSuperClass()
public void addConverterClassModifier(int modifier)
modifier - the modifier to be addedpublic int getConverterClassModifiers()
public void parseConverterClassModifier(String modifier)
public void setTagClassExcluded(boolean tagClassExcluded)
public boolean isTagClassExcluded()
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.