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

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

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

Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse that return ExampleBean
 ExampleBean AbstractTagBean.findExample(String key)
          Returns the example for this example key.
 

Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse that return types with arguments of type ExampleBean
 Iterator<ExampleBean> AbstractTagBean.examples()
          Returns an iterator for all examples on this component only.
 

Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse with parameters of type ExampleBean
 void AbstractTagBean.addExample(ExampleBean example)
          Adds a Example to this component.
 



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