|
||||||||||
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.AbstractTagBean
public class AbstractTagBean
Field Summary | |
---|---|
protected Map<String,PropertyBean> |
_properties
|
Constructor Summary | |
---|---|
AbstractTagBean()
|
|
AbstractTagBean(boolean isComponentBean)
|
Method Summary | |
---|---|
protected int |
_parseModifier(String text)
|
Iterator<String> |
accessibilityGuidelines()
Returns an iterator for all accessibility guidelines on this component only. |
void |
addAccessibilityGuideline(String accessibilityGuideline)
Adds an Accessibility (e.g. |
void |
addExample(ExampleBean example)
Adds a Example to this component. |
void |
addProperty(PropertyBean property)
Adds a property to this component. |
void |
addScreenshot(ScreenshotBean screenshot)
Adds a Screenshot to this component. |
void |
addTagClassModifier(int modifier)
Adds a Java Language class modifier to the tag class. |
Iterator<ExampleBean> |
examples()
Returns an iterator for all examples on this component only. |
ExampleBean |
findExample(String key)
Returns the example for this example key. |
PropertyBean |
findProperty(String propertyName)
Returns the property for this property name. |
ScreenshotBean |
findScreenshot(String key)
Returns the screenshot for this screenshot key. |
String |
getDescription()
Returns the description of this property. |
String |
getLongDescription()
Returns the long description of this property. |
String |
getTagClass()
Returns the JSP tag handler class for this component. |
int |
getTagClassModifiers()
Returns the Java Language class modifiers for the tag class. |
QName |
getTagName()
Returns the JSP tag name for this component. |
boolean |
hasAccessibilityGuidelines()
Returns true if this component has any accessibility guidelines. |
boolean |
hasExamples()
Returns true if this component has any examples. |
boolean |
hasProperties()
Returns true if this component has any properties. |
boolean |
hasScreenshots()
Returns true if this component has any screenshots. |
void |
parseTagClassModifier(String modifier)
|
Iterator<PropertyBean> |
properties()
Returns an iterator for all properties on this component only. |
int |
propertiesSize()
Number of properties for this component |
Iterator<ScreenshotBean> |
screenshots()
Returns an iterator for all screenshots on this component only. |
void |
setDescription(String description)
Sets the description of this property. |
void |
setLongDescription(String longDescription)
Sets the long description of this property. |
void |
setTagClass(String tagClass)
Sets the JSP tag handler class for this component. |
void |
setTagName(QName tagName)
Sets the JSP tag name for this component. |
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 |
Field Detail |
---|
protected Map<String,PropertyBean> _properties
Constructor Detail |
---|
public AbstractTagBean()
public AbstractTagBean(boolean isComponentBean)
Method Detail |
---|
public void setDescription(String description)
description
- the property descriptionpublic String getDescription()
public void setLongDescription(String longDescription)
longDescription
- the long property descriptionpublic String getLongDescription()
public void setTagClass(String tagClass)
tagClass
- the JSP tag handler classpublic String getTagClass()
public void setTagName(QName tagName)
tagName
- the JSP tag namepublic QName getTagName()
public void addProperty(PropertyBean property)
property
- the property to addpublic PropertyBean findProperty(String propertyName)
propertyName
- the property name to findpublic boolean hasProperties()
public Iterator<PropertyBean> properties()
public void addExample(ExampleBean example)
example
- the example to addpublic boolean hasExamples()
public ExampleBean findExample(String key)
key
- the hashmap example keypublic Iterator<ExampleBean> examples()
public void addScreenshot(ScreenshotBean screenshot)
screenshot
- the screenshot to addpublic boolean hasScreenshots()
public ScreenshotBean findScreenshot(String key)
key
- the hashmap screenshot keypublic Iterator<ScreenshotBean> screenshots()
public void addAccessibilityGuideline(String accessibilityGuideline)
accessibilityGuideline
- the accessibility guideline to addpublic boolean hasAccessibilityGuidelines()
public Iterator<String> accessibilityGuidelines()
public void parseTagClassModifier(String modifier)
protected int _parseModifier(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 |