Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sun.facelets.tag.jsf.* (36)com.sun.facelets.tag.jsf.core.* (16)com.sun.facelets.tag.jsf.html.* (9)
com.sun.facelets.tag.jstl.* (15)com.sun.facelets.tag.jstl.core.* (13)com.sun.facelets.tag.jstl.fn.* (2)
com.sun.facelets.tag.ui.* (15)

com.sun.facelets.tag: Javadoc index of package com.sun.facelets.tag.


Package Samples:

com.sun.facelets.tag.jsf: Tags and other objects that define Facelet implementations.  
com.sun.facelets.tag.ui
com.sun.facelets.tag.jstl.core
com.sun.facelets.tag.jsf.html
com.sun.facelets.tag.jsf.core
com.sun.facelets.tag.jstl.fn

Classes:

ValidateHandler: Handles setting a Validator instance on a EditableValueHolder. Will wire all attributes set to the Validator instance created/fetched. Uses the "binding" attribute for grabbing instances to apply attributes to. Will only set/create Validator is the passed UIComponent's parent is null, signifying that it wasn't restored from an existing tree.
ConvertHandler: Handles setting a Converter instance on a ValueHolder. Will wire all attributes set to the Converter instance created/fetched. Uses the "binding" attribute for grabbing instances to apply attributes to. Will only set/create Converter is the passed UIComponent's parent is null, signifying that it wasn't restored from an existing tree.
AttributeHandler: Sets the specified name and attribute on the parent UIComponent. If the "value" specified is not a literal, it will instead set the ValueExpression on the UIComponent. See tag documentation .
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. See tag documentation .
ValueChangeListenerHandler: Register an ValueChangeListener instance on the UIComponent associated with the closest parent UIComponent custom action. See tag documentation .
ConvertDateTimeHandler: Register a DateTimeConverter instance on the UIComponent associated with the closest parent UIComponent custom action. See tag documentation .
ActionListenerHandler: Register an ActionListener instance on the UIComponent associated with the closest parent UIComponent custom action. See tag documentation .
ConvertNumberHandler: Register a NumberConverter instance on the UIComponent associated with the closest parent UIComponent custom action. See tag documentation .
ConvertDelegateHandler: Register a named Converter instance on the UIComponent associated with the closest parent UIComponent custom action. See tag documentation .
ValidateDelegateHandler: Register a named Validator instance on the UIComponent associated with the closest parent UIComponent custom action. See tag documentation .
FacetHandler: Register a named facet on the UIComponent associated with the closest parent UIComponent custom action. See tag documentation .
TagDecorator: Provides the ability to completely change the Tag before it's processed for compiling with the associated TagHandler. You could take <input type="text" /> and convert it to &lth:inputText /> before compiling.
ViewHandler: Container for all JavaServer Faces core and custom component actions used on a page. See tag documentation .
CompositeFaceletHandler: A FaceletHandler that is derived of 1 or more, inner FaceletHandlers. This class would be found if the next FaceletHandler is structually, a body with multiple child elements as defined in XML.
CompositeTagDecorator: A TagDecorator that is composed of 1 or more TagDecorator instances. It uses the chain of responsibility pattern to stop processing if any of the TagDecorators return a value other than null.
CompositeTagLibrary: A TagLibrary that is composed of 1 or more TagLibrary children. Uses the chain of responsibility pattern to stop searching as soon as one of the children handles the requested method.
MetaRuleset: A mutable set of rules to be used in auto-wiring state to a particular object instance. Rules assigned to this object will be composed into a single Metadata instance.
CoreLibrary: For Tag details, see JSF Core taglib documentation .
UserTagHandler: A Tag that is specified in a FaceletFile. Takes all attributes specified and sets them on the FaceletContext before including the targeted Facelet file.
ComponentHandler: Implementation of the tag logic used in the JSF specification. This is your golden hammer for wiring UIComponents to Facelets.
MetaTagHandler: A base tag for wiring state to an object instance based on rules populated at the time of creating a MetaRuleset.
TagConfig: Passed to the constructor of TagHandler, it defines the document definition of the handler we are instantiating
TextHandler: A mixin' interface that allows other code to identify FaceletHandlers that may provide text (String) content.
Metadata: External information on how to wire dynamic or literal state to the passed Object instance.
MetadataTarget: Information used with MetaRule for determining how and what Metadata should be wired.

Home | Contact Us | Privacy Policy | Terms of Service