Uses of Interface
com.sun.facelets.FaceletHandler

Packages that use FaceletHandler
com.sun.facelets.compiler Facelet compiler package, not for extension
com.sun.facelets.tag Tags and other objects that define Facelet implementations. 
com.sun.facelets.tag.jsf   
com.sun.facelets.tag.jsf.core Tag Library for http://java.sun.com/jsf/core
com.sun.facelets.tag.jsf.html Tag Library for http://java.sun.com/jsf/html
com.sun.facelets.tag.jstl.core Tag Library for http://java.sun.com/jstl/core
com.sun.facelets.tag.ui Tag Library for http://java.sun.com/jsf/ui
 

Uses of FaceletHandler in com.sun.facelets.compiler
 

Classes in com.sun.facelets.compiler that implement FaceletHandler
 class AbstractUIHandler
           
 class EncodingHandler
           
 

Methods in com.sun.facelets.compiler that return FaceletHandler
 FaceletHandler Compiler.compile(URL src, String alias)
           
 FaceletHandler SAXCompiler.doCompile(URL src, String alias)
           
protected abstract  FaceletHandler Compiler.doCompile(URL src, String alias)
           
 

Constructors in com.sun.facelets.compiler with parameters of type FaceletHandler
EncodingHandler(FaceletHandler next, String encoding)
           
 

Uses of FaceletHandler in com.sun.facelets.tag
 

Classes in com.sun.facelets.tag that implement FaceletHandler
 class CompositeFaceletHandler
          A FaceletHandler that is derived of 1 or more, inner FaceletHandlers.
 class MetaTagHandler
          A base tag for wiring state to an object instance based on rules populated at the time of creating a MetaRuleset.
 class TagHandler
          Foundation class for FaceletHandlers associated with markup in a Facelet document.
 

Fields in com.sun.facelets.tag declared as FaceletHandler
protected  FaceletHandler TagHandler.nextHandler
           
 

Methods in com.sun.facelets.tag that return FaceletHandler
 FaceletHandler[] CompositeFaceletHandler.getHandlers()
           
 FaceletHandler TagConfig.getNextHandler()
          The next FaceletHandler (child or children) to be applied
 

Constructors in com.sun.facelets.tag with parameters of type FaceletHandler
CompositeFaceletHandler(FaceletHandler[] children)
           
 

Uses of FaceletHandler in com.sun.facelets.tag.jsf
 

Classes in com.sun.facelets.tag.jsf that implement FaceletHandler
 class ComponentHandler
          Implementation of the tag logic used in the JSF specification.
 class ConvertHandler
          Handles setting a Converter instance on a ValueHolder.
 class ValidateHandler
          Handles setting a Validator instance on a EditableValueHolder.
 

Uses of FaceletHandler in com.sun.facelets.tag.jsf.core
 

Classes in com.sun.facelets.tag.jsf.core that implement FaceletHandler
 class ActionListenerHandler
          Register an ActionListener instance on the UIComponent associated with the closest parent UIComponent custom action.
 class AttributeHandler
          Sets the specified name and attribute on the parent UIComponent.
 class ConvertDateTimeHandler
          Register a DateTimeConverter instance on the UIComponent associated with the closest parent UIComponent custom action.
 class ConvertDelegateHandler
          Register a named Converter instance on the UIComponent associated with the closest parent UIComponent custom action.
 class ConvertNumberHandler
          Register a NumberConverter instance on the UIComponent associated with the closest parent UIComponent custom action.
 class FacetHandler
          Register a named facet on the UIComponent associated with the closest parent UIComponent custom action.
 class LoadBundleHandler
          Load a resource bundle localized for the Locale of the current view, and expose it (as a Map) in the request attributes of the current request.
 class PhaseListenerHandler
           
 class SetPropertyActionListenerHandler
           
 class ValidateDelegateHandler
          Register a named Validator instance on the UIComponent associated with the closest parent UIComponent custom action.

See tag documentation.

 class ValueChangeListenerHandler
          Register an ValueChangeListener instance on the UIComponent associated with the closest parent UIComponent custom action.

See tag documentation.

 class VerbatimHandler
          Handler for f:verbatim
 class ViewHandler
          Container for all JavaServer Faces core and custom component actions used on a page.
 

Uses of FaceletHandler in com.sun.facelets.tag.jsf.html
 

Classes in com.sun.facelets.tag.jsf.html that implement FaceletHandler
 class HtmlComponentHandler
           
 

Uses of FaceletHandler in com.sun.facelets.tag.jstl.core
 

Classes in com.sun.facelets.tag.jstl.core that implement FaceletHandler
 class CatchHandler
           
 class ChooseHandler
           
 class ChooseOtherwiseHandler
           
 class ChooseWhenHandler
           
 class ForEachHandler
           
 class IfHandler
           
 class SetHandler
          Simplified implementation of c:set
 

Uses of FaceletHandler in com.sun.facelets.tag.ui
 

Classes in com.sun.facelets.tag.ui that implement FaceletHandler
 class ComponentRefHandler
           
 class CompositionHandler
           
 class DecorateHandler
           
 class DefineHandler
           
 class IncludeHandler
           
 class InsertHandler
           
 class ParamHandler
           
 class RepeatHandler
           
 



Copyright © 2005 All Rights Reserved.