Home » Mojarra-2.0.1 » javax.faces.view.facelets » [javadoc | source]
javax.faces.view.facelets
public interface: FaceletHandler [javadoc | source]

All Known Implementing Classes:
    ValidatorHandler, FaceletsAttachedObjectHandler, TagHandler, MetaTagHandler, ConverterHandler, DelegatingMetaTagHandler, ComponentHandler, BehaviorHandler, CompositeFaceletHandler

This is the root class for markup elements in Facelets VDL. Facelets is XHTML, and XHTML is XML, and the root unit of abstraction in XML is the element. A FaceletHandler instance represents an XML element at runtime. Two direct implementations exist to embody the contract for more specific behavior.

CompositeFaceletHandler
A container for other FaceletHandlers
TagHandler
The foundation class for FaceletHandlers associated with markup in a Facelet document.
Method from javax.faces.view.facelets.FaceletHandler Summary:
apply
Method from javax.faces.view.facelets.FaceletHandler Detail:
 public  void apply(FaceletContext ctx,
    UIComponent parent) throws IOException

    Process changes on a particular UIComponent