|
||||||||||
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.AttributeBean
org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse.PropertyBean
public class PropertyBean
PropertyBean is a Java representation of the faces-config component property XML element.
Constructor Summary | |
---|---|
PropertyBean()
|
Method Summary | |
---|---|
String |
getAliasOf()
Returns the alias of this property. |
String |
getDeprecated()
Value is provided through the deprecated extended property metadata. |
String |
getFieldPropertyName()
Returns the field name of this property, when not generating Trinidad components |
String |
getJspPropertyName()
Returns the JSP name of this property. |
String |
getPropertyClass()
Returns the property class for this property. |
String[] |
getPropertyClassParameters()
Returns the array of parameterized types for this property if it uses generics. |
String |
getPropertyName()
Returns the name of this property. |
String[] |
getPropertyValues()
Returns possible values for this property. |
String[] |
getUnsupportedAgents()
Returns unsupported agents for this property. |
String[] |
getUnsupportedRenderKits()
Returns unsupported RenderKits for this property. |
boolean |
getUseMaxTime()
|
String |
getValueExpression()
Value is provided through the valueExpression property metadata. |
boolean |
isEnum()
Returns true if the property is an enumerated Java type. |
boolean |
isHidden()
If the property should be hidden from documentation |
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 |
isNoOp()
|
boolean |
isOverride()
Get if this property is overridding a property in an ancestor class. |
boolean |
isRequired()
Returns required flag of this property. |
boolean |
isRtexprvalue()
Return the rtexrvalue flag |
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 |
makeNoOp()
Invoked if the no-op extended property meta-data is provided for the component property. |
void |
parsePropertyValues(String propertyValues)
Parses the possible values for this property into a String array using space as the separator between values. |
void |
parseUnsupportedAgents(String unsupportedAgents)
Parses the unsupported agents for this property into a String array using space as the separator between values. |
void |
parseUnsupportedRenderKits(String unsupportedRenderKits)
Parses the unsupported RenderKits for this property into a String array using space as the separator between values. |
void |
setAliasOf(String aliasOf)
Sets the alias of this property. |
void |
setDeprecated(String deprecated)
Sets the property deprecated flag |
void |
setEnum(boolean isEnum)
Returns true if the property is an enumerated Java type. |
void |
setFieldPropertyName(String fieldPropertyName)
Sets the field name of this property, when not generating Trinidad components |
void |
setHidden(boolean hidden)
Set if this facet should be hidden from documentation |
void |
setJspPropertyName(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 |
setOverride(boolean override)
Set if this property is overridding a property in an ancestor class. |
void |
setPropertyClass(String propertyClass)
Sets the property class for this property. |
void |
setPropertyName(String propertyName)
Sets the name of this property. |
void |
setPropertyValues(String[] propertyValues)
Sets the possible values for this property. |
void |
setRequired(boolean required)
Sets the required flag of this property. |
void |
setRtexprvalue(boolean rtexprvalue)
Set the property as allowing ${} syntax |
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(String[] unsupportedAgents)
Sets the unsupported agents for this property. |
void |
setUnsupportedRenderKits(String[] unsupportedRenderKits)
Sets the unsupported RenderKits for this property. |
void |
setUseMaxTime(boolean _useMaxTime)
|
void |
setValueExpression(String valueExpression)
Sets the property valueExpression |
Methods inherited from class org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse.AttributeBean |
---|
accessibilityGuidelines, addAccessibilityGuideline, compareTo, getAlternateClass, getAttributeClass, getAttributeClassParameters, getAttributeName, getDefaultValue, getDescription, getMethodBindingSignature, hasAccessibilityGuidelines, isVirtual, setAlternateClass, setAttributeClass, setAttributeName, setDefaultValue, setDescription, setMethodBindingSignature, setVirtual |
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 PropertyBean()
Method Detail |
---|
public void setUseMaxTime(boolean _useMaxTime)
public boolean getUseMaxTime()
public void setPropertyName(String propertyName)
propertyName
- the property namepublic String getPropertyName()
public void setPropertyClass(String propertyClass)
propertyClass
- the property classpublic String getPropertyClass()
public String[] getPropertyClassParameters()
public void setPropertyValues(String[] propertyValues)
propertyValues
- the property valuespublic 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 setRtexprvalue(boolean rtexprvalue)
rtexprvalue
- the rtexrvalue valuepublic boolean isRtexprvalue()
public void setAliasOf(String aliasOf)
aliasOf
- the property aliaspublic String getAliasOf()
public void setUnsupportedAgents(String[] unsupportedAgents)
unsupportedAgents
- the unsupported agentspublic String[] getUnsupportedAgents()
public void setUnsupportedRenderKits(String[] unsupportedRenderKits)
unsupportedRenderKits
- the unsupported RenderKitspublic 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(String propertyValues)
propertyValues
- the property valuespublic void parseUnsupportedAgents(String unsupportedAgents)
unsupportedAgents
- the unsupported agentspublic void parseUnsupportedRenderKits(String unsupportedRenderKits)
unsupportedRenderKits
- the unsupported RenderKitspublic void setJspPropertyName(String jspPropertyName)
jspPropertyName
- the JSP property namepublic String getJspPropertyName()
public void setFieldPropertyName(String fieldPropertyName)
fieldPropertyName
- the field property namepublic String getFieldPropertyName()
public boolean isHidden()
public void setHidden(boolean hidden)
hidden
- If the facet should be hiddenpublic void setDeprecated(String deprecated)
deprecated
- public String getDeprecated()
public boolean isNoOp()
true
if the property should be generated with a no-op
setter.public void makeNoOp()
public void setValueExpression(String valueExpression)
valueExpression
- public String getValueExpression()
public void setOverride(boolean override)
override
- if overridding a propertypublic boolean isOverride()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |