Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.sun.facelets.tag

Interface Summary
TagConfig Passed to the constructor of TagHandler, it defines the document definition of the handler we are instantiating
TagDecorator Provides the ability to completely change the Tag before it's processed for compiling with the associated TagHandler.
TagHandlerFactory Delegate class for TagLibraries
TagLibrary A library of Tags associated with one or more namespaces.
TextHandler A mixin' interface that allows other code to identify FaceletHandlers that may provide text (String) content.
 

Class Summary
AbstractTagLibrary Base class for defining TagLibraries in Java
AbstractTagLibrary.ComponentConfigWrapper  
AbstractTagLibrary.ComponentHandlerFactory  
AbstractTagLibrary.ConverterConfigWrapper  
AbstractTagLibrary.ConverterHandlerFactory  
AbstractTagLibrary.HandlerFactory  
AbstractTagLibrary.UserComponentHandlerFactory  
AbstractTagLibrary.UserConverterHandlerFactory  
AbstractTagLibrary.UserTagFactory  
AbstractTagLibrary.UserValidatorHandlerFactory  
AbstractTagLibrary.ValidatorConfigWrapper  
AbstractTagLibrary.ValidatorHandlerFactory  
BeanPropertyTagRule  
BeanPropertyTagRule.DynamicPropertyMetadata  
BeanPropertyTagRule.LiteralPropertyMetadata  
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.
Location An object that represents the Location of a Tag or TagAttribute in a Facelet file.
Metadata External information on how to wire dynamic or literal state to the passed Object instance.
MetadataImpl  
MetadataTarget Information used with MetaRule for determining how and what Metadata should be wired.
MetadataTargetImpl  
MetaRule A potential rule for Metadata on the passed MetadataTarget
MetaRuleset A mutable set of rules to be used in auto-wiring state to a particular object instance.
MetaRulesetImpl  
MetaTagHandler 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
Tag Representation of a Tag in the Facelet definition
TagAttribute Representation of a Tag's attribute in a Facelet File
TagAttributes A set of TagAttributes, usually representing all attributes on a Tag.
TagHandler Foundation class for FaceletHandlers associated with markup in a Facelet document.
UserTagHandler A Tag that is specified in a FaceletFile.
 

Exception Summary
TagAttributeException An Exception caused by a TagAttribute
TagException An Exception caused by a Tag