Uses of Class
org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse.ComponentBean

Packages that use ComponentBean
org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse   
org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.util   
 

Uses of ComponentBean in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse
 

Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse that return ComponentBean
 ComponentBean ComponentBean.findBehavioralComponent()
          Finds the behavioral component component inheritance hierarchy.
 ComponentBean FacesConfigBean.findComponent(String componentType)
          Returns the component for this component type.
 ComponentBean RendererBean.resolveComponentType()
          Returns the component type instance.
 ComponentBean ComponentBean.resolveSupertype()
          Returns the component supertype instance.
 

Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse that return types with arguments of type ComponentBean
 Iterator<ComponentBean> FacesConfigBean.components()
          Returns an iterator for all components in this faces config.
 

Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse with parameters of type ComponentBean
 void FacesConfigBean.addComponent(ComponentBean component)
          Adds a component to this faces config document.
 

Uses of ComponentBean in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.util
 

Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.util with parameters of type ComponentBean
protected abstract  boolean ComponentFilter.accept(ComponentBean component)
           
 



Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.