org.apache.myfaces.buildtools.maven2.plugin.builder.model
Class ClientBehaviorMeta
java.lang.Object
org.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.BehaviorMeta
org.apache.myfaces.buildtools.maven2.plugin.builder.model.ClientBehaviorMeta
- All Implemented Interfaces:
- PropertyHolder
public class ClientBehaviorMeta
- extends BehaviorMeta
- Since:
- 1.0.9
Methods inherited from class org.apache.myfaces.buildtools.maven2.plugin.builder.model.BehaviorMeta |
addBehaviorClassModifier, getBehaviorClassModifiers, getBehaviorId, getBodyContent, getPropertyBehaviorList, getPropertyTagList, getTagHandler, isConfigExcluded, isEvaluateELOnExecution, isGeneratedComponentClass, merge, setBehaviorId, setBodyContent, setConfigExcluded, setEvaluateELOnExecution, setGeneratedComponentClass, setTagHandler |
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 |
ClientBehaviorMeta
public ClientBehaviorMeta()
writeXmlSimple
protected void writeXmlSimple(XmlWriter out)
- Write an instance of this class out as xml.
- Overrides:
writeXmlSimple
in class BehaviorMeta
addXmlRules
public 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.
merge
public void merge(ClientBehaviorMeta other)
- Merge the data in the specified other property into this one, throwing an
exception if there is an incompatibility.
Not used right now since theorically there is very few inheritance
on behaviors
getBehaviorType
public String getBehaviorType()
- Overrides:
getBehaviorType
in class BehaviorMeta
setRendererType
public void setRendererType(String rendererType)
getRendererType
public String getRendererType()
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.