|
||||||||||
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.ScreenshotBean
public class ScreenshotBean
ScreenshotBean is a Java representation of the faces-config mfp:screenshot
XML element.
An example of how the ScreenshotBean would be represented as an XML element is:
Constructor Summary | |
---|---|
ScreenshotBean()
|
Method Summary | |
---|---|
String |
getDescription()
Get Description Text. |
String |
getImage()
Returns image Screenshot. |
String |
getKey()
Returns Screenshot hashmap key. |
void |
setDescription(String description)
Set screenshot Description Text. |
void |
setImage(String image)
Set image for screenshot. |
protected void |
setKey(String key)
Set hashmap key for this screenshot. |
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 ScreenshotBean()
Method Detail |
---|
public String getDescription()
public void setDescription(String description)
description
- screenshot Description Text.public String getImage()
public void setImage(String image)
image
- image screenshot to be added to the list.public String getKey()
protected void setKey(String key)
key
- Set key for this screenshot put in
ComponentBean _screenshots hashmap.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |