|
||||||||||
| 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.AbstractTagBean
public class AbstractTagBean
| Field Summary | |
|---|---|
protected java.util.Map |
_properties
|
| Constructor Summary | |
|---|---|
AbstractTagBean()
|
|
| Method Summary | |
|---|---|
protected int |
_parseModifier(java.lang.String text)
|
void |
addProperty(PropertyBean property)
Adds a property to this component. |
void |
addTagClassModifier(int modifier)
Adds a Java Language class modifier to the tag class. |
PropertyBean |
findProperty(java.lang.String propertyName)
Returns the property for this property name. |
java.lang.String |
getDescription()
Returns the description of this property. |
java.lang.String |
getLongDescription()
Returns the long description of this property. |
java.lang.String |
getTagClass()
Returns the JSP tag handler class for this component. |
int |
getTagClassModifiers()
Returns the Java Language class modifiers for the tag class. |
javax.xml.namespace.QName |
getTagName()
Returns the JSP tag name for this component. |
boolean |
hasProperties()
Returns true if this component has any properties. |
void |
parseTagClassModifier(java.lang.String modifier)
|
java.util.Iterator |
properties()
Returns an iterator for all properties on this component only. |
int |
propertiesSize()
Number of properties for this component |
void |
setDescription(java.lang.String description)
Sets the description of this property. |
void |
setLongDescription(java.lang.String longDescription)
Sets the long description of this property. |
void |
setTagClass(java.lang.String tagClass)
Sets the JSP tag handler class for this component. |
void |
setTagName(javax.xml.namespace.QName tagName)
Sets the JSP tag name for this component. |
| 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 |
| Field Detail |
|---|
protected java.util.Map _properties
| Constructor Detail |
|---|
public AbstractTagBean()
| Method Detail |
|---|
public void setDescription(java.lang.String description)
description - the property descriptionpublic java.lang.String getDescription()
public void setLongDescription(java.lang.String longDescription)
longDescription - the long property descriptionpublic java.lang.String getLongDescription()
public void setTagClass(java.lang.String tagClass)
tagClass - the JSP tag handler classpublic java.lang.String getTagClass()
public void setTagName(javax.xml.namespace.QName tagName)
tagName - the JSP tag namepublic javax.xml.namespace.QName getTagName()
public void addProperty(PropertyBean property)
property - the property to addpublic PropertyBean findProperty(java.lang.String propertyName)
propertyName - the property name to findpublic boolean hasProperties()
public java.util.Iterator properties()
public void parseTagClassModifier(java.lang.String modifier)
protected int _parseModifier(java.lang.String text)
public void addTagClassModifier(int modifier)
modifier - the modifier to be addedpublic int getTagClassModifiers()
public int propertiesSize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||