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

Packages that use DelegatingMetaTagHandler
javax.faces.view.facelets

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

 

Uses of DelegatingMetaTagHandler in javax.faces.view.facelets
 

Subclasses of DelegatingMetaTagHandler 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 FaceletsAttachedObjectHandler
          

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

 class ValidatorHandler
          

Handles setting a Validator instance on an EditableValueHolder parent.

 



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