|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse.ObjectBean
org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse.AbstractTagBean
org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.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.builder.trinidad.parse.AbstractTagBean |
|---|
_properties |
| Constructor Summary | |
|---|---|
ConverterBean()
|
|
| Method Summary | |
|---|---|
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. |
String |
getRootConverterId()
Returns the root converter id |
boolean |
hasConverterId()
Returns true if the converter identifier is specified, otherwise false. |
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 |
setRootConverterId(String id)
Sets the "root" converter Id representing the ID defined in faces-config The root id will be used while the tag definition is written out, while the regular Id is used for the lookup of existing converters. |
| Methods inherited from class org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse.AbstractTagBean |
|---|
_parseModifier, accessibilityGuidelines, addAccessibilityGuideline, addExample, addProperty, addScreenshot, addTagClassModifier, examples, findExample, findProperty, findScreenshot, getDescription, getLongDescription, getTagClass, getTagClassModifiers, getTagName, hasAccessibilityGuidelines, hasExamples, hasProperties, hasScreenshots, parseTagClassModifier, properties, propertiesSize, screenshots, setDescription, setLongDescription, setTagClass, setTagName |
| Methods inherited from class org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.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(String converterId)
converterId - converter identiferpublic boolean hasConverterId()
public String getConverterId()
public void setRootConverterId(String id)
id - root converter idpublic String getRootConverterId()
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||