Package javax.faces.webapp.pdl.facelets.tag

Public classes for the Java code API of the tag handling portion of Facelets.

See:
          Description

Interface Summary
TagConfig

Passed to the constructor of TagHandler, it defines the document definition of the handler we are instantiating

 

Class Summary
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.

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

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.

 

Exception Summary
TagAttributeException

An Exception caused by a TagAttribute

TagException

An Exception caused by a Tag

 

Package javax.faces.webapp.pdl.facelets.tag Description

Public classes for the Java code API of the tag handling portion of Facelets. The vast majority of Facelets users have no need to access the Java API and can get all their work done using the tag-level API.



Copyright © 2002-2008 Sun Microsystems, Inc. All Rights Reserved.