|
||||||||||
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.model.ClassMeta
org.apache.myfaces.buildtools.maven2.plugin.builder.model.ViewEntityMeta
org.apache.myfaces.buildtools.maven2.plugin.builder.model.ConverterMeta
public class ConverterMeta
Store metadata about a class that is either a JSF Converter, or some base class or interface that a Converter can be derived from.
A converter can be used in three ways:
Constructor Summary | |
---|---|
ConverterMeta()
|
Method Summary | |
---|---|
void |
addConverterClassModifier(int modifier)
Adds a Java Language class modifier to the converter class. |
static void |
addXmlRules(org.apache.commons.digester.Digester digester,
String prefix)
Add digester rules to repopulate an instance of this type from an xml file. |
String |
getBodyContent()
|
int |
getConverterClassModifiers()
Returns the Java Language class modifiers for the converter class. |
String |
getConverterId()
|
Collection |
getPropertyConverterList()
|
Collection |
getPropertyTagList()
|
String |
getSerialuidtag()
|
String |
getTagClass()
|
String |
getTagHandler()
|
String |
getTagSuperclass()
|
Boolean |
isConfigExcluded()
|
Boolean |
isEvaluateELOnExecution()
|
Boolean |
isGeneratedComponentClass()
|
Boolean |
isGeneratedTagClass()
|
void |
merge(ConverterMeta other)
Merge the data in the specified other property into this one, throwing an exception if there is an incompatibility. |
void |
setBodyContent(String bodyContent)
|
void |
setConfigExcluded(Boolean configExcluded)
|
void |
setConverterId(String converterId)
Sets the converter identifer for this component. |
void |
setEvaluateELOnExecution(Boolean evaluateELOnExecution)
|
void |
setGeneratedComponentClass(Boolean generatedComponentClass)
|
void |
setGeneratedTagClass(Boolean generatedTagClass)
|
void |
setSerialuidtag(String serialuidtag)
|
void |
setTagClass(String tagClass)
Sets the JSP tag handler class for this component. |
void |
setTagHandler(String tagHandler)
Specifies the class of the Facelets tag handler (component handler) for this component. |
void |
setTagSuperclass(String tagSuperclass)
Sets the JSP tag handler superclass for this component. |
protected void |
writeXmlSimple(XmlWriter out)
Write an instance of this class out as xml. |
Methods inherited from class org.apache.myfaces.buildtools.maven2.plugin.builder.model.ViewEntityMeta |
---|
addProperty, getDescription, getLongDescription, getName, getProperties, getProperty, getPropertyList, hasProperties, merge, properties, propertiesSize, setDescription, setLongDescription, setName, writeXmlComplex |
Methods inherited from class org.apache.myfaces.buildtools.maven2.plugin.builder.model.ClassMeta |
---|
addInterfaceClassName, getClassName, getInterfaceClassNames, getModelId, getPackageName, getParentClassName, getSourceClassName, getSourceClassParentClassName, merge, setClassName, setInterfaceClassNames, setModelId, setParentClassName, setSourceClassName, setSourceClassParentClassName, writeXml |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.myfaces.buildtools.maven2.plugin.builder.model.PropertyHolder |
---|
addProperty, getProperties, getProperty, properties |
Constructor Detail |
---|
public ConverterMeta()
Method Detail |
---|
protected void writeXmlSimple(XmlWriter out)
writeXmlSimple
in class ViewEntityMeta
public static void addXmlRules(org.apache.commons.digester.Digester digester, String prefix)
public void merge(ConverterMeta other)
public void setConverterId(String converterId)
public String getConverterId()
public void addConverterClassModifier(int modifier)
TODO: what is this for????
public int getConverterClassModifiers()
public void setBodyContent(String bodyContent)
public String getBodyContent()
public void setTagClass(String tagClass)
public String getTagClass()
public void setTagSuperclass(String tagSuperclass)
public String getTagSuperclass()
public void setTagHandler(String tagHandler)
Note that a Facelets tag handler class is not needed for most components.
public String getTagHandler()
public void setSerialuidtag(String serialuidtag)
public String getSerialuidtag()
public void setGeneratedComponentClass(Boolean generatedComponentClass)
public Boolean isGeneratedComponentClass()
public void setGeneratedTagClass(Boolean generatedTagClass)
public Boolean isGeneratedTagClass()
public void setConfigExcluded(Boolean configExcluded)
public Boolean isConfigExcluded()
public void setEvaluateELOnExecution(Boolean evaluateELOnExecution)
public Boolean isEvaluateELOnExecution()
public Collection getPropertyTagList()
public Collection getPropertyConverterList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |