|
||||||||||
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.model.FacetMeta
public class FacetMeta
FacetBean is a Java representation of the faces-config component or renderer facet XML element.
Constructor Summary | |
---|---|
FacetMeta()
|
|
FacetMeta(FacetMeta pm)
|
Method Summary | |
---|---|
static void |
addXmlRules(org.apache.commons.digester.Digester digester,
String prefix)
Add digester rules to repopulate a Model instance from an xml file. |
String |
getDescription()
Returns the description of this property. |
String |
getLongDescription()
|
String |
getName()
Returns the facet name for this facet. |
Boolean |
isGenerated()
Indicates if the property should be generated or not. |
Boolean |
isInherited()
|
Boolean |
isRequired()
Returns required flag of this facet. |
void |
merge(FacetMeta other)
Merge the data in the specified other property into this one, throwing an exception if there is an incompatibility. |
void |
setDescription(String description)
Sets the description of this property. |
void |
setGenerated(Boolean generated)
|
void |
setInherited(Boolean inherited)
|
void |
setLongDescription(String desc)
|
void |
setName(String name)
Sets the facet name for this facet. |
void |
setRequired(Boolean required)
Sets the required flag of this facet. |
static void |
writeXml(XmlWriter out,
FacetMeta am)
Write this model out as xml. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FacetMeta()
public FacetMeta(FacetMeta pm)
Method Detail |
---|
public static void writeXml(XmlWriter out, FacetMeta am)
public static void addXmlRules(org.apache.commons.digester.Digester digester, String prefix)
public void merge(FacetMeta other)
public void setName(String name)
facetName
- the facet namepublic String getName()
public void setDescription(String description)
description
- the property descriptionpublic String getDescription()
public void setRequired(Boolean required)
required
- the facet required flagpublic Boolean isRequired()
public void setLongDescription(String desc)
public String getLongDescription()
public void setInherited(Boolean inherited)
public Boolean isInherited()
public void setGenerated(Boolean generated)
public Boolean isGenerated()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |