org.apache.myfaces.buildtools.maven2.plugin.faces.parse
Class FacetBean

java.lang.Object
  extended by org.apache.myfaces.buildtools.maven2.plugin.faces.parse.ObjectBean
      extended by org.apache.myfaces.buildtools.maven2.plugin.faces.parse.FacetBean

public class FacetBean
extends ObjectBean

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

FacetBean

public FacetBean()
Method Detail

setFacetName

public void setFacetName(java.lang.String facetName)
Sets the facet name for this facet.

Parameters:
facetName - the facet name

getFacetName

public java.lang.String getFacetName()
Returns the facet name for this facet.

Returns:
the facet name

setDescription

public void setDescription(java.lang.String description)
Sets the description of this property.

Parameters:
description - the property description

getDescription

public java.lang.String getDescription()
Returns the description of this property.

Returns:
the property description

setRequired

public void setRequired(boolean required)
Sets the required flag of this facet.

Parameters:
required - the facet required flag

isRequired

public boolean isRequired()
Returns required flag of this facet.

Returns:
the facet required flag


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.