|
||||||||||
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.ExampleBean
public class ExampleBean
ExampleBean is a Java representation of the faces-config component or renderer Example XML element.
Constructor Summary | |
---|---|
ExampleBean()
|
Method Summary | |
---|---|
String |
getKey()
Returns Example hashmap key. |
String |
getSourceCode()
Returns source Example. |
String |
getSourceDescription()
Get source Example Description Text |
protected void |
setKey(String key)
Set source example. |
void |
setSourceCode(String source)
Set source example. |
void |
setSourceDescription(String sourceDescription)
Set source example Description Text. |
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 ExampleBean()
Method Detail |
---|
public String getSourceDescription()
public void setSourceDescription(String sourceDescription)
sourceDescription
- source example Description Text.public String getSourceCode()
public void setSourceCode(String source)
source
- source example to be added to the list.public String getKey()
protected void setKey(String key)
key
- Set key for this example put in
ComponentBean _examples hashmap.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |