Uses of Class
javax.faces.view.facelets.TagHandler

Packages that use TagHandler
javax.faces.view.facelets

This package contains public classes for the Java code API of Facelets. 

 

Uses of TagHandler in javax.faces.view.facelets
 

Subclasses of TagHandler in javax.faces.view.facelets
 class BehaviorHandler
          

The FaceletHandler that corresponds to attached objects that represent an instance of ClientBehavior that must be added to the parent component, which must implement ClientBehaviorHolder, with a call to ClientBehaviorHolder.addClientBehavior(java.lang.String, javax.faces.component.behavior.ClientBehavior).

 class ComponentHandler
          

Public base class for markup element instances that map to UIComponent instances in the view.

 class ConverterHandler
          

Handles setting a Converter instance on a ValueHolder parent.

 class DelegatingMetaTagHandler
          

Enable the JSF implementation to provide the appropriate behavior for the kind of MetaTagHandler subclass for each kind of element in the view, while providing a base-class from which those wanting to make a Java language custom tag handler can inherit.

 class FaceletsAttachedObjectHandler
          

Root class for all tag handlers that represent attached objetcts in a Facelets page.

 class MetaTagHandler
          

Every kind of markup element in Facelets VDL that has attributes that need to take action on a JSF Java API artifact is associated with an instance of this class.

 class ValidatorHandler
          

Handles setting a Validator instance on an EditableValueHolder parent.

 



Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.