Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Javax.faces.view Classes and Interfaces - 102 results found.
NameDescriptionTypePackageFramework
ActionSource2AttachedObjectHandlerA VDL handler that exposes ActionListener to a page author.Interfacejavax.faces.viewJava EE
ActionSource2AttachedObjectTargetA marker interface for VDL tags that represent for use by theInterfacejavax.faces.viewJava EE
AttachedObjectHandler abstract base interface for a handler representing an attached object in a VDL page.Interfacejavax.faces.viewJava EE
AttachedObjectTargetWithin the declaration of a composite component, an AttachedObjectTargetInterfacejavax.faces.viewJava EE
AttributeHandlerAn interface that allows other code to identify FaceletHandlers that correspond to component attributes.Interfacejavax.faces.view.faceletsJava EE
BehaviorConfigConvey the id of a behavior declared inReturn the value of the behavior-id.Interfacejavax.faces.view.faceletsJava EE
BehaviorHandlerThe FaceletHandler that corresponds to attached objects that represent an instance of ClientBehavior that must be added toClassjavax.faces.view.faceletsJava EE
BehaviorHolderAttachedObjectHandlerRepresent an attached object that is a BehaviorHolder in a VDL page.Interfacejavax.faces.viewJava EE
BehaviorHolderAttachedObjectTargetRepresent a BehaviorHolder attached object target in a VDL page.Interfacejavax.faces.viewJava EE
ComponentConfigPassed to the constructor of ComponentHandler.Interfacejavax.faces.view.faceletsJava EE
ComponentHandlerPublic base class for markup element instances that map to UIComponent instances in theClassjavax.faces.view.faceletsJava EE
CompositeFaceletHandlerA FaceletHandler that is derived of 1 or more, inner FaceletHandlers.Classjavax.faces.view.faceletsJava EE
ConverterConfigA Facelet version of the JSP ConverterTag.Interfacejavax.faces.view.faceletsJava EE
ConverterHandlerHandles setting a Converter instance on a ValueHolder parent.Classjavax.faces.view.faceletsJava EE
DelegatingMetaTagHandler implementation to provide the appropriate behavior for the kind of MetaTagHandler subclass for each kind of element in the view,Classjavax.faces.view.faceletsJava EE
EditableValueHolderAttachedObjectHandlerA VDL handler that exposes Validator or ValueChangeListener to a page author.Interfacejavax.faces.viewJava EE
EditableValueHolderAttachedObjectTargetA marker interface for VDL tags that represent for useInterfacejavax.faces.viewJava EE
FaceletThe parent or root object in a FaceletHandler composition.Classjavax.faces.view.faceletsJava EE
FaceletCacheThis API defines the facility by which the Facelets ViewDeclarationLanguageClassjavax.faces.view.faceletsJava EE
FaceletCache .MemberFactoryFactory interface for creating Facelet or View Metadata Facelet instances.Interfacejavax.faces.view.facelets.FaceletCacheJava EE
FaceletCacheFactoryAllows customization of the implementation of FaceletCache.Classjavax.faces.view.faceletsJava EE
FaceletContextContext representative of a single request from a Facelet.Classjavax.faces.view.faceletsJava EE
FaceletExceptionAn Exception from the FaceletSince:2.Classjavax.faces.view.faceletsJava EE
FaceletHandlerThis is the root class for markup elements in Facelets VDL.Interfacejavax.faces.view.faceletsJava EE
FaceletsAttachedObjectHandlerRoot class for all tag handlers that represent attached objetcts in a Facelets page.Classjavax.faces.view.faceletsJava EE
FacetHandlerAn interface that allows other code to identify FaceletHandlers that correspond to component facets.Interfacejavax.faces.view.faceletsJava EE
LocationAn object that represents the Location of a tag or attribute of a tag in a View Declaration LanguageClassjavax.faces.viewJava EE
MetadataThere are concrete subclasses within the implementation that map concepts in the Facelet VDL page to JSF JavaClassjavax.faces.view.faceletsJava EE
MetadataTargetInformation used with MetaRule for determining how and what Metadata should be wired.Classjavax.faces.view.faceletsJava EE
MetaRuleThe root class of the abstraction that dictates how attributes on a markup element in a Facelets VDL pageClassjavax.faces.view.faceletsJava EE
MetaRulesetA mutable set of rules to be used in auto-wiring state to a particular object instance.Classjavax.faces.view.faceletsJava EE
MetaTagHandlerEvery kind of markup element in Facelets VDL that has attributes that need to take action on a JSF Java APIClassjavax.faces.view.faceletsJava EE
ResourceResolver of JSF 2.Classjavax.faces.view.faceletsJava EE
StateManagementStrategyEncapsulate the saving and restoring of the view to enable the VDL to take over theClassjavax.faces.viewJava EE
TagThe runtime must create an instance of this class for each element in the Facelets XHTML view.Classjavax.faces.view.faceletsJava EE
TagAttribute of an XML attribute name=value pair on an XML element in a Facelet file.Classjavax.faces.view.faceletsJava EE
TagAttributeExceptionAn Exception caused by a TagAttributeSince:2.Classjavax.faces.view.faceletsJava EE
TagAttributes TagAttributes, usually representing all attributes on a Tag.Classjavax.faces.view.faceletsJava EE
TagConfigPassed to the constructor of TagHandler subclass, it defines the document definition of the handler we are instantiating.Interfacejavax.faces.view.faceletsJava EE
TagDecoratorProvides the ability to completely change the Tag before it's processed for compiling with the associated Interfacejavax.faces.view.faceletsJava EE
TagExceptionAn Exception caused by a TagSince:2.Classjavax.faces.view.faceletsJava EE
TagHandlerFoundation class for FaceletHandlers associated with a markup element in aClassjavax.faces.view.faceletsJava EE
TagHandlerDelegate class that defines methods relating to helping tag handler instances.Classjavax.faces.view.faceletsJava EE
TagHandlerDelegateFactory factory for creating instances of TagHandlerDelegate.Classjavax.faces.view.faceletsJava EE
TextHandlerAn interface that allows other code to identify FaceletHandlers that may provide text (String) content.Interfacejavax.faces.view.faceletsJava EE
ValidatorConfigUsed in creating ValidatorHandler and all implementations.Interfacejavax.faces.view.faceletsJava EE
ValidatorHandlerHandles setting a Validator instance on an EditableValueHolder parent.Classjavax.faces.view.faceletsJava EE
ValueHolderAttachedObjectHandlerA VDL handler that exposes Converter to a page author.Interfacejavax.faces.viewJava EE
ValueHolderAttachedObjectTargetA marker interface for VDL tags that represent for use by theInterfacejavax.faces.viewJava EE
ViewDeclarationLanguageThe contract that a view declaration language must implement to interact with the JSF runtime.Classjavax.faces.viewJava EE
ViewDeclarationLanguageFactoryViewDeclarationLanguageFactory is a factory object that creates (if needed) and returns a new ViewDeclarationLanguage instance based on the VDL found in aClassjavax.faces.viewJava EE
ViewDeclarationLanguageWrapperProvides a simple implementation of ViewDeclarationLanguage that canClassjavax.faces.viewJava EE
ViewMetadata reponsible for extracting and providing view parameter metadata from VDL views.Classjavax.faces.viewJava EE
ViewScopedWhen this annotation, along with javax.Classjavax.faces.viewJava EE
ActionSource2AttachedObjectHandlerA PDL handler that exposes ActionListener to a page author.Interfacejavax.faces.viewApache MyFaces
ActionSource2AttachedObjectTargetA marker interface for PDL tags that represent for use by the composite component page author.Interfacejavax.faces.viewApache MyFaces
AttachedObjectHandlerThe abstract base interface for a handler representing an attached object in a PDL page.Interfacejavax.faces.viewApache MyFaces
AttachedObjectTargetInterfacejavax.faces.viewApache MyFaces
AttributeHandlerInterfacejavax.faces.view.faceletsApache MyFaces
BehaviorConfigInterfacejavax.faces.view.faceletsApache MyFaces
BehaviorHandlerClassjavax.faces.view.faceletsApache MyFaces
BehaviorHolderAttachedObjectHandlerInterfacejavax.faces.viewApache MyFaces
BehaviorHolderAttachedObjectTargetInterfacejavax.faces.viewApache MyFaces
ComponentConfigInterfacejavax.faces.view.faceletsApache MyFaces
ComponentHandlerClassjavax.faces.view.faceletsApache MyFaces
CompositeFaceletHandlerClassjavax.faces.view.faceletsApache MyFaces
ConverterConfigInterfacejavax.faces.view.faceletsApache MyFaces
ConverterHandlerHandles setting a Converter instance on a ValueHolder.Classjavax.faces.view.faceletsApache MyFaces
DelegatingMetaTagHandlerClassjavax.faces.view.faceletsApache MyFaces
EditableValueHolderAttachedObjectHandlerA PDL handler that exposes Validator or ValueChangeListener to a page author.Interfacejavax.faces.viewApache MyFaces
EditableValueHolderAttachedObjectTargetA marker interface for PDL tags that represent for use by the composite component page author.Interfacejavax.faces.viewApache MyFaces
FaceletContextThe parent or root object in a FaceletHandler composition.Classjavax.faces.view.faceletsApache MyFaces
FaceletExceptionClassjavax.faces.view.faceletsApache MyFaces
FaceletHandlerA participant in UIComponent tree buildingSince:2.Interfacejavax.faces.view.faceletsApache MyFaces
FaceletsAttachedObjectHandlerClassjavax.faces.view.faceletsApache MyFaces
FacetHandlerInterfacejavax.faces.view.faceletsApache MyFaces
LocationClassjavax.faces.viewApache MyFaces
MetadataExternal information on how to wire dynamic or literal state to the passed Object instance.Classjavax.faces.view.faceletsApache MyFaces
MetadataTargetInformation used with MetaRule for determining how and what Metadata should be wired.Classjavax.faces.view.faceletsApache MyFaces
MetaRuleA potential rule for Metadata on the passed MetadataTargetVersion:$Id: MetaRule.Classjavax.faces.view.faceletsApache MyFaces
MetaRulesetA mutable set of rules to be used in auto-wiring state to a particular object instance.Classjavax.faces.view.faceletsApache MyFaces
MetaTagHandlerA base tag for wiring state to an object instance based on rules populated at the time of creating a MetaRuleset.Classjavax.faces.view.faceletsApache MyFaces
ResourceResolverClassjavax.faces.view.faceletsApache MyFaces
StateManagementStrategyClassjavax.faces.viewApache MyFaces
TagRepresentation of a Tag in the Facelet definitionVersion:$Id: Tag.Classjavax.faces.view.faceletsApache MyFaces
TagAttributeRepresentation of a Tag's attribute in a Facelet FileVersion:$Id: TagAttribute.Classjavax.faces.view.faceletsApache MyFaces
TagAttributeExceptionAn Exception caused by a TagAttributeVersion:$Id: TagAttributeException.Classjavax.faces.view.faceletsApache MyFaces
TagAttributesA set of TagAttributes, usually representing all attributes on a Tag.Classjavax.faces.view.faceletsApache MyFaces
TagConfigInterfacejavax.faces.view.faceletsApache MyFaces
TagDecoratorInterfacejavax.faces.view.faceletsApache MyFaces
TagExceptionAn Exception caused by a TagVersion:$Id: TagException.Classjavax.faces.view.faceletsApache MyFaces
TagHandlerFoundation class for FaceletHandlers associated with markup in a Facelet document.Classjavax.faces.view.faceletsApache MyFaces
TagHandlerDelegateClassjavax.faces.view.faceletsApache MyFaces
TagHandlerDelegateFactoryClassjavax.faces.view.faceletsApache MyFaces
TextHandlerInterfacejavax.faces.view.faceletsApache MyFaces
ValidatorConfigInterfacejavax.faces.view.faceletsApache MyFaces
ValidatorHandlerHandles setting a Validator instance on a EditableValueHolder.Classjavax.faces.view.faceletsApache MyFaces
ValueHolderAttachedObjectHandlerA PDL handler that exposes Converter to a page author.Interfacejavax.faces.viewApache MyFaces
ValueHolderAttachedObjectTargetA marker interface for PDL tags that represent for use by the composite component page author.Interfacejavax.faces.viewApache MyFaces
ViewDeclarationLanguageClassjavax.faces.viewApache MyFaces
ViewDeclarationLanguageFactoryClassjavax.faces.viewApache MyFaces
ViewMetadataClassjavax.faces.viewApache MyFaces