|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.buildtools.maven2.plugin.faces.parse.ObjectBean
org.apache.myfaces.buildtools.maven2.plugin.faces.parse.AbstractTagBean
org.apache.myfaces.buildtools.maven2.plugin.faces.parse.ConverterBean
public class ConverterBean
ConverterBean is a Java representation of the faces-config converter XML element.
Field Summary |
---|
Fields inherited from class org.apache.myfaces.buildtools.maven2.plugin.faces.parse.AbstractTagBean |
---|
_properties |
Constructor Summary | |
---|---|
ConverterBean()
|
Method Summary | |
---|---|
void |
addConverterClassModifier(int modifier)
Adds a Java Language class modifier to the converter class. |
java.lang.String |
getConverterClass()
Returns the converter class for this component. |
int |
getConverterClassModifiers()
Returns the Java Language class modifiers for the converter class. |
java.lang.String |
getConverterId()
Returns the converter identifier for this component. |
java.lang.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(java.lang.String modifier)
|
void |
setConverterClass(java.lang.String converterClass)
Sets the converter class for this component. |
void |
setConverterId(java.lang.String converterId)
Sets the converter identifer for this component. |
void |
setConverterSuperClass(java.lang.String converterSuperClass)
Sets the converter super class for this component. |
void |
setTagClassExcluded(boolean tagClassExcluded)
|
Methods inherited from class org.apache.myfaces.buildtools.maven2.plugin.faces.parse.AbstractTagBean |
---|
_parseModifier, addProperty, addTagClassModifier, findProperty, getDescription, getLongDescription, getTagClass, getTagClassModifiers, getTagName, hasProperties, parseTagClassModifier, properties, propertiesSize, setDescription, setLongDescription, setTagClass, setTagName |
Methods inherited from class org.apache.myfaces.buildtools.maven2.plugin.faces.parse.ObjectBean |
---|
attach, getOwner, isModifiedSince |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConverterBean()
Method Detail |
---|
public void setConverterId(java.lang.String converterId)
converterId
- converter identiferpublic boolean hasConverterId()
public java.lang.String getConverterId()
public void setConverterClass(java.lang.String converterClass)
converterClass
- the converter classpublic java.lang.String getConverterClass()
public void setConverterSuperClass(java.lang.String converterSuperClass)
converterSuperClass
- the converter super classpublic java.lang.String getConverterSuperClass()
public void addConverterClassModifier(int modifier)
modifier
- the modifier to be addedpublic int getConverterClassModifiers()
public void parseConverterClassModifier(java.lang.String modifier)
public void setTagClassExcluded(boolean tagClassExcluded)
public boolean isTagClassExcluded()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |