|
||||||||||
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.FacetBean
public class FacetBean
FacetBean is a Java representation of the faces-config component or renderer facet XML element.
Constructor Summary | |
---|---|
FacetBean()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the description of this property. |
java.lang.String |
getFacetName()
Returns the facet name for this facet. |
boolean |
isRequired()
Returns required flag of this facet. |
void |
setDescription(java.lang.String description)
Sets the description of this property. |
void |
setFacetName(java.lang.String facetName)
Sets the facet name for this facet. |
void |
setRequired(boolean required)
Sets the required flag of this facet. |
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 |
Constructor Detail |
---|
public FacetBean()
Method Detail |
---|
public void setFacetName(java.lang.String facetName)
facetName
- the facet namepublic java.lang.String getFacetName()
public void setDescription(java.lang.String description)
description
- the property descriptionpublic java.lang.String getDescription()
public void setRequired(boolean required)
required
- the facet required flagpublic boolean isRequired()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |