Package org.apache.myfaces.view.facelets.tag

Tags and other objects that define Facelet implementations.

See:
          Description

Interface Summary
TagDecorator Provides the ability to completely change the Tag before it's processed for compiling with the associated TagHandler.
TagLibrary A library of Tags associated with one or more namespaces.
 

Class Summary
AbstractTagLibrary Base class for defining TagLibraries in Java
BeanPropertyTagRule  
CompositeFaceletHandler A FaceletHandler that is derived of 1 or more, inner FaceletHandlers.
CompositeTagDecorator A TagDecorator that is composed of 1 or more TagDecorator instances.
CompositeTagLibrary A TagLibrary that is composed of 1 or more TagLibrary children.
MetadataImpl  
MetadataTargetImpl  
MetaRule Deprecated. use javax.faces.view.facelets.MetaRule
MetaRulesetImpl  
MetaTagHandlerImpl A base tag for wiring state to an object instance based on rules populated at the time of creating a MetaRuleset.
MethodRule Optional Rule for binding Method[Binding|Expression] properties
TagAttributeImpl Representation of a Tag's attribute in a Facelet File
TagAttributesImpl A set of TagAttributes, usually representing all attributes on a Tag.
TagHandlerUtils This class was created to gather some code from latest Facelets not existing in latest JSF 2.0 spec.
TagValueExpressionMethodExpression This class is used to retrieve a MethodExpression indirectly, "jumping" between composite component attribute maps.
 

Package org.apache.myfaces.view.facelets.tag Description

Tags and other objects that define Facelet implementations. Includes abstract classes to make the developer's job easier.



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.