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

Packages that use FacetBean
org.apache.myfaces.buildtools.maven2.plugin.faces.generator.component   
org.apache.myfaces.buildtools.maven2.plugin.faces.parse   
org.apache.myfaces.buildtools.maven2.plugin.faces.util   
 

Uses of FacetBean in org.apache.myfaces.buildtools.maven2.plugin.faces.generator.component
 

Methods in org.apache.myfaces.buildtools.maven2.plugin.faces.generator.component with parameters of type FacetBean
 void AbstractComponentGenerator.writeFacetGet(PrettyWriter out, FacetBean facet)
           
 void AbstractComponentGenerator.writeFacetSet(PrettyWriter out, FacetBean facet)
           
 

Uses of FacetBean in org.apache.myfaces.buildtools.maven2.plugin.faces.parse
 

Methods in org.apache.myfaces.buildtools.maven2.plugin.faces.parse that return FacetBean
 FacetBean ComponentBean.findFacet(java.lang.String facetName)
          Returns the facet for this facet name.
 FacetBean RendererBean.findFacet(java.lang.String facetName)
          Returns the facet for this facet name.
 FacetBean ComponentBean.findFacet(java.lang.String facetName, boolean flatten)
           
 

Methods in org.apache.myfaces.buildtools.maven2.plugin.faces.parse with parameters of type FacetBean
 void ComponentBean.addFacet(FacetBean facet)
          Adds a facet to this component.
 void RendererBean.addFacet(FacetBean facet)
          Adds a facet to this component.
 

Uses of FacetBean in org.apache.myfaces.buildtools.maven2.plugin.faces.util
 

Methods in org.apache.myfaces.buildtools.maven2.plugin.faces.util with parameters of type FacetBean
protected abstract  boolean FacetFilter.accept(FacetBean facet)
           
 



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