Package javax.faces.webapp.pdl

Classes for defining a Page Declaration Language (PDL) for authoring JavaServer Faces user interfaces.

See:
          Description

Interface Summary
ActionSource2AttachedObjectHandler

A PDL handler that exposes ActionListener to a page author.

ActionSource2AttachedObjectTarget

A marker interface for PDL tags that represent <composite:actionSource/> for use by the composite component page author.

AttachedObjectHandler

The abstract base interface for a handler representing an attached object in a PDL page.

AttachedObjectTarget

Within the declaration of a composite component, an AttachedObjectTarget allows the composite component author to expose the semantics of an inner component to the page author without exposing the rendering or implementation details of the inner component.

EditableValueHolderAttachedObjectHandler

A PDL handler that exposes Validator or ValueChangeListener to a page author.

EditableValueHolderAttachedObjectTarget

A marker interface for PDL tags that represent <composite:editableValueHolder/> for use by the composite component page author.

ValueHolderAttachedObjectHandler

A PDL handler that exposes Converter to a page author.

ValueHolderAttachedObjectTarget

A marker interface for PDL tags that represent <composite:valueHolder/> for use by the composite component page author.

 

Class Summary
PageDeclarationLanguage

The contract that a page declaration language must implement to interact with the JSF runtime.

PageDeclarationLanguageFactory

PageDeclarationLanguageFactory is a factory object that creates (if needed) and returns a new PageDeclarationLanguage instance based on the PDL found in a specific view.

 

Package javax.faces.webapp.pdl Description

Classes for defining a Page Declaration Language (PDL) for authoring JavaServer Faces user interfaces. The implementation must provide a binding for Facelets as specified in chapter 10 of the spec prose document. No binding to the interfaces in this package is required for JSP. The binding between JSF and JSP is defined in chapter 9 of the spec prose document.



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