Uses of Package
com.sun.facelets.tag

Packages that use com.sun.facelets.tag
com.sun.facelets.compiler Facelet compiler package, not for extension
com.sun.facelets.el A collection of classes to support EL integration. 
com.sun.facelets.tag Tags and other objects that define Facelet implementations. 
com.sun.facelets.tag.jsf   
com.sun.facelets.tag.jsf.core Tag Library for http://java.sun.com/jsf/core
com.sun.facelets.tag.jsf.html Tag Library for http://java.sun.com/jsf/html
com.sun.facelets.tag.jstl.core Tag Library for http://java.sun.com/jstl/core
com.sun.facelets.tag.jstl.fn Tag Library for http://java.sun.com/jstl/functions
com.sun.facelets.tag.ui Tag Library for http://java.sun.com/jsf/ui
 

Classes in com.sun.facelets.tag used by com.sun.facelets.compiler
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.
TextHandler
          A mixin' interface that allows other code to identify FaceletHandlers that may provide text (String) content.
 

Classes in com.sun.facelets.tag used by com.sun.facelets.el
TagAttribute
          Representation of a Tag's attribute in a Facelet File
 

Classes in com.sun.facelets.tag used by com.sun.facelets.tag
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.
MetadataTarget
          Information used with MetaRule for determining how and what Metadata should be wired.
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.
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.
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.
TagException
          An Exception caused by a Tag
TagHandler
          Foundation class for FaceletHandlers associated with markup in a Facelet document.
TagLibrary
          A library of Tags associated with one or more namespaces.
 

Classes in com.sun.facelets.tag used by com.sun.facelets.tag.jsf
Metadata
          External information on how to wire dynamic or literal state to the passed Object instance.
MetadataTarget
          Information used with MetaRule for determining how and what Metadata should be wired.
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.
MetaTagHandler
          A base tag for wiring state to an object instance based on rules populated at the time of creating a MetaRuleset.
TagAttribute
          Representation of a Tag's attribute in a Facelet File
TagAttributeException
          An Exception caused by a TagAttribute
TagConfig
          Passed to the constructor of TagHandler, it defines the document definition of the handler we are instantiating
TagHandler
          Foundation class for FaceletHandlers associated with markup in a Facelet document.
 

Classes in com.sun.facelets.tag used by com.sun.facelets.tag.jsf.core
AbstractTagLibrary
          Base class for defining TagLibraries in Java
MetaRuleset
          A mutable set of rules to be used in auto-wiring state to a particular object instance.
MetaTagHandler
          A base tag for wiring state to an object instance based on rules populated at the time of creating a MetaRuleset.
TagAttribute
          Representation of a Tag's attribute in a Facelet File
TagConfig
          Passed to the constructor of TagHandler, it defines the document definition of the handler we are instantiating
TagHandler
          Foundation class for FaceletHandlers associated with markup in a Facelet document.
TagLibrary
          A library of Tags associated with one or more namespaces.
 

Classes in com.sun.facelets.tag used by com.sun.facelets.tag.jsf.html
AbstractTagLibrary
          Base class for defining TagLibraries in Java
MetaRuleset
          A mutable set of rules to be used in auto-wiring state to a particular object instance.
MetaTagHandler
          A base tag for wiring state to an object instance based on rules populated at the time of creating a MetaRuleset.
Tag
          Representation of a Tag in the Facelet definition
TagDecorator
          Provides the ability to completely change the Tag before it's processed for compiling with the associated TagHandler.
TagHandler
          Foundation class for FaceletHandlers associated with markup in a Facelet document.
TagLibrary
          A library of Tags associated with one or more namespaces.
 

Classes in com.sun.facelets.tag used by com.sun.facelets.tag.jstl.core
AbstractTagLibrary
          Base class for defining TagLibraries in Java
TagConfig
          Passed to the constructor of TagHandler, it defines the document definition of the handler we are instantiating
TagHandler
          Foundation class for FaceletHandlers associated with markup in a Facelet document.
TagLibrary
          A library of Tags associated with one or more namespaces.
 

Classes in com.sun.facelets.tag used by com.sun.facelets.tag.jstl.fn
TagConfig
          Passed to the constructor of TagHandler, it defines the document definition of the handler we are instantiating
TagHandler
          Foundation class for FaceletHandlers associated with markup in a Facelet document.
TagLibrary
          A library of Tags associated with one or more namespaces.
 

Classes in com.sun.facelets.tag used by com.sun.facelets.tag.ui
AbstractTagLibrary
          Base class for defining TagLibraries in Java
MetaRuleset
          A mutable set of rules to be used in auto-wiring state to a particular object instance.
MetaTagHandler
          A base tag for wiring state to an object instance based on rules populated at the time of creating a MetaRuleset.
TagAttribute
          Representation of a Tag's attribute in a Facelet File
TagConfig
          Passed to the constructor of TagHandler, it defines the document definition of the handler we are instantiating
TagHandler
          Foundation class for FaceletHandlers associated with markup in a Facelet document.
TagLibrary
          A library of Tags associated with one or more namespaces.
 



Copyright © 2005 All Rights Reserved.