|
||||||||||
| 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.AttributeBean
org.apache.myfaces.buildtools.maven2.plugin.faces.parse.PropertyBean
public class PropertyBean
PropertyBean is a Java representation of the faces-config component property XML element.
| Constructor Summary | |
|---|---|
PropertyBean()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAliasOf()
Returns the alias of this property. |
java.lang.String |
getFieldPropertyName()
Returns the field name of this property, when not generating Trinidad components |
java.lang.String |
getIsGetLocalMethodScope()
|
java.lang.String |
getIsSetMethodScope()
|
java.lang.String |
getJspPropertyName()
Returns the JSP name of this property. |
java.lang.String |
getPropertyClass()
Returns the property class for this property. |
java.lang.String[] |
getPropertyClassParameters()
Returns the array of parameterized types for this property if it uses generics. |
java.lang.String |
getPropertyName()
Returns the name of this property. |
java.lang.String[] |
getPropertyValues()
Returns possible values for this property. |
java.lang.String[] |
getUnsupportedAgents()
Returns unsupported agents for this property. |
java.lang.String[] |
getUnsupportedRenderKits()
Returns unsupported RenderKits for this property. |
boolean |
getUseMaxTime()
|
boolean |
isEnum()
Returns true if the property is an enumerated Java type. |
boolean |
isIsGetLocalMethod()
|
boolean |
isIsSetMethod()
|
boolean |
isList()
Returns list flag of this property. |
boolean |
isLiteralOnly()
Returns literalOnly flag of this property. |
boolean |
isMethodBinding()
Returns true if this property is a method binding. |
boolean |
isMethodExpression()
Returns true if this property is a method binding. |
boolean |
isRequired()
Returns required flag of this property. |
boolean |
isRtexprvalue()
|
boolean |
isStateHolder()
Returns stateHolder flag of this property. |
boolean |
isTagAttributeExcluded()
Returns the tag attribute excluded flag for this property. |
boolean |
isTransient()
Returns transient flag of this property. |
void |
parsePropertyValues(java.lang.String propertyValues)
Parses the possible values for this property into a String array using space as the separator between values. |
void |
parseUnsupportedAgents(java.lang.String unsupportedAgents)
Parses the unsupported agents for this property into a String array using space as the separator between values. |
void |
parseUnsupportedRenderKits(java.lang.String unsupportedRenderKits)
Parses the unsupported RenderKits for this property into a String array using space as the separator between values. |
void |
setAliasOf(java.lang.String aliasOf)
Sets the alias of this property. |
void |
setEnum(boolean isEnum)
Returns true if the property is an enumerated Java type. |
void |
setFieldPropertyName(java.lang.String fieldPropertyName)
Sets the field name of this property, when not generating Trinidad components |
void |
setIsGetLocalMethod(boolean _isGetLocalMethod)
|
void |
setIsGetLocalMethodScope(java.lang.String _isGetLocalMethodScope)
|
void |
setIsSetMethod(boolean _isSetMethod)
|
void |
setIsSetMethodScope(java.lang.String _isSetMethodScope)
|
void |
setJspPropertyName(java.lang.String jspPropertyName)
Sets the JSP name of this property. |
void |
setList(boolean list_)
Sets the list flag of this property. |
void |
setLiteralOnly(boolean literalOnly)
Sets the literalOnly flag of this property. |
void |
setPropertyClass(java.lang.String propertyClass)
Sets the property class for this property. |
void |
setPropertyName(java.lang.String propertyName)
Sets the name of this property. |
void |
setPropertyValues(java.lang.String[] propertyValues)
Sets the possible values for this property. |
void |
setRequired(boolean required)
Sets the required flag of this property. |
void |
setRtexprvalue(boolean _rtexprvalue)
|
void |
setStateHolder(boolean stateHolder)
Sets the stateHolder flag of this property. |
void |
setTagAttributeExcluded(boolean excluded)
Sets the tag attribute excluded flag for this property. |
void |
setTransient(boolean transient_)
Sets the transient flag of this property. |
void |
setUnsupportedAgents(java.lang.String[] unsupportedAgents)
Sets the unsupported agents for this property. |
void |
setUnsupportedRenderKits(java.lang.String[] unsupportedRenderKits)
Sets the unsupported RenderKits for this property. |
void |
setUseMaxTime(boolean _useMaxTime)
|
| Methods inherited from class org.apache.myfaces.buildtools.maven2.plugin.faces.parse.AttributeBean |
|---|
compareTo, getAlternateClass, getAttributeClass, getAttributeClassParameters, getAttributeName, getDefaultValue, getDescription, getMethodBindingSignature, isVirtual, setAlternateClass, setAttributeClass, setAttributeName, setDefaultValue, setDescription, setMethodBindingSignature, setVirtual |
| 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 PropertyBean()
| Method Detail |
|---|
public void setUseMaxTime(boolean _useMaxTime)
public boolean getUseMaxTime()
public void setPropertyName(java.lang.String propertyName)
propertyName - the property namepublic java.lang.String getPropertyName()
public void setPropertyClass(java.lang.String propertyClass)
propertyClass - the property classpublic java.lang.String getPropertyClass()
public java.lang.String[] getPropertyClassParameters()
public void setPropertyValues(java.lang.String[] propertyValues)
propertyValues - the property valuespublic java.lang.String[] getPropertyValues()
public void setStateHolder(boolean stateHolder)
stateHolder - the property stateHolder flagpublic boolean isStateHolder()
public void setTransient(boolean transient_)
transient - the property transient flagpublic boolean isTransient()
public void setList(boolean list_)
list - the property list flagpublic boolean isList()
public void setRequired(boolean required)
required - the property required flagpublic boolean isRequired()
public void setLiteralOnly(boolean literalOnly)
literalOnly - the property literalOnly flagpublic boolean isLiteralOnly()
public void setAliasOf(java.lang.String aliasOf)
aliasOf - the property aliaspublic java.lang.String getAliasOf()
public void setUnsupportedAgents(java.lang.String[] unsupportedAgents)
unsupportedAgents - the unsupported agentspublic java.lang.String[] getUnsupportedAgents()
public void setUnsupportedRenderKits(java.lang.String[] unsupportedRenderKits)
unsupportedRenderKits - the unsupported RenderKitspublic java.lang.String[] getUnsupportedRenderKits()
public void setTagAttributeExcluded(boolean excluded)
excluded - true, if the tag attribute should be excluded;
false, otherwisepublic boolean isTagAttributeExcluded()
public boolean isEnum()
public void setEnum(boolean isEnum)
public boolean isMethodBinding()
public boolean isMethodExpression()
public void parsePropertyValues(java.lang.String propertyValues)
propertyValues - the property valuespublic void parseUnsupportedAgents(java.lang.String unsupportedAgents)
unsupportedAgents - the unsupported agentspublic void parseUnsupportedRenderKits(java.lang.String unsupportedRenderKits)
unsupportedRenderKits - the unsupported RenderKitspublic void setJspPropertyName(java.lang.String jspPropertyName)
jspPropertyName - the JSP property namepublic java.lang.String getJspPropertyName()
public void setFieldPropertyName(java.lang.String fieldPropertyName)
fieldPropertyName - the field property namepublic java.lang.String getFieldPropertyName()
public void setIsSetMethod(boolean _isSetMethod)
public boolean isIsSetMethod()
public void setIsSetMethodScope(java.lang.String _isSetMethodScope)
public java.lang.String getIsSetMethodScope()
public void setIsGetLocalMethod(boolean _isGetLocalMethod)
public boolean isIsGetLocalMethod()
public void setIsGetLocalMethodScope(java.lang.String _isGetLocalMethodScope)
public java.lang.String getIsGetLocalMethodScope()
public void setRtexprvalue(boolean _rtexprvalue)
public boolean isRtexprvalue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||