Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Javax.faces Classes and Interfaces - 621 results found.
NameDescriptionTypePackageFramework
AbortProcessingExceptionAn exception that may be thrown by event listeners to terminate the processing of the current event.Classjavax.faces.eventJava EE
ActionEventAn ActionEvent represents the activation of a user interface component (such as a UICommand).Classjavax.faces.eventJava EE
ActionListenerA listener interface for receiving ActionEvents.Interfacejavax.faces.eventJava EE
ActionListenerWrapperProvides a simple implementation of ActionListener that can be subclassed by developers wishing toClassjavax.faces.eventJava EE
ActionSourceActionSource is an interface that may be implemented by any concrete UIComponent that wishes to be a source ofInterfacejavax.faces.componentJava EE
ActionSource2ActionSource2 extends ActionSource and provides a JavaBeans property analogous to the actionInterfacejavax.faces.componentJava EE
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
AjaxBehaviorAn instance of this class is added as a ClientBehavior to a component using the ClientBehaviorHolder.Classjavax.faces.component.behaviorJava EE
AjaxBehaviorEvent represents the component behavior specific to Since:2.Classjavax.faces.eventJava EE
AjaxBehaviorListenerBy implementing this class, an object indicates that it is a listener for one or more kinds of BehaviorEvents.Interfacejavax.faces.eventJava EE
ApplicationApplication represents a per-web-application singleton object where applications based onClassjavax.faces.applicationJava EE
ApplicationConfigurationPopulatorThis class defines a java.Classjavax.faces.applicationJava EE
ApplicationFactoryApplicationFactory is a factory object that createsClassjavax.faces.applicationJava EE
ApplicationScopedWhen this annotation, along with ManagedBean is found on a class, the runtime must act as if a applicationClassjavax.faces.beanJava EE
ApplicationWrapperProvides a simple implementation of Application that can be subclassed by developers wishingClassjavax.faces.applicationJava EE
ArrayDataModelArrayDataModel is a convenience implementation of DataModel that wraps an array of Java objects.Classjavax.faces.modelJava 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
AttributeTagTag implementation that adds an attribute with a specified name and String value to the component whose tag it is nested inside,Classjavax.faces.webappJava EE
BeanValidatorA Validator that delegates validation of the bean property to the Bean Validation API.Classjavax.faces.validatorJava EE
BehaviorThe Behavior interface is the root API of the component behavior model.Interfacejavax.faces.component.behaviorJava EE
BehaviorBase convenience base class that provides a default implementation of the Behavior contract.Classjavax.faces.component.behaviorJava EE
BehaviorConfigConvey the id of a behavior declared inReturn the value of the behavior-id.Interfacejavax.faces.view.faceletsJava EE
BehaviorEvent the event that can be generated from component Since:2.Classjavax.faces.eventJava 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
BehaviorListenerA generic base interface for event listeners for various types of BehaviorEvents.Interfacejavax.faces.eventJava EE
BigDecimalConverterConverter implementation for java.Classjavax.faces.convertJava EE
BigIntegerConverterConverter implementation for java.Classjavax.faces.convertJava EE
BooleanConverterConverter implementation for java.Classjavax.faces.convertJava EE
ByteConverterConverter implementation for java.Classjavax.faces.convertJava EE
CharacterConverterConverter implementation for java.Classjavax.faces.convertJava EE
ClientBehaviorClientBehavior is the base contract for Behaviors that attach script content toInterfacejavax.faces.component.behaviorJava EE
ClientBehaviorBaseClientBehaviorBase is a convenience base class that implements the default concrete behaviorClassjavax.faces.component.behaviorJava EE
ClientBehaviorContextClientBehaviorContext provides context information that may be useful to Classjavax.faces.component.behaviorJava EE
ClientBehaviorContext .Parameter represent name/value pairs that submitting ClientBehavior implementations should include when posting back into the Faces lifecycle.Classjavax.faces.component.behavior.ClientBehaviorContextJava EE
ClientBehaviorHintenum ClientBehaviorHintAn enum that specifies hints that describesClassjavax.faces.component.behaviorJava EE
ClientBehaviorHolderThe ClientBehaviorHolder interface may be implemented by any concrete Interfacejavax.faces.component.behaviorJava EE
ClientBehaviorRendererA ClientBehaviorRenderer produces the client-side script that implements a ClientBehavior's client-side Classjavax.faces.renderJava EE
ClientWindowThis class represents a client window, which may be a browser tab, browser window, browser pop-up, portlet,Classjavax.faces.lifecycleJava EE
ClientWindowFactoryCreate ClientWindow instances based on the incoming request.Classjavax.faces.lifecycleJava EE
ClientWindowWrapperClassjavax.faces.lifecycleJava EE
CollectionDataModelCollectionDataModel is a convenience implementation of DataModel that wraps an Collection of Classjavax.faces.modelJava 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
ComponentSystemEvent ComponentSystemEvent is the base class for SystemEvents that are specific to a UIComponent instance.Classjavax.faces.eventJava EE
ComponentSystemEventListener an isListenerForSource() method because they are only installed on specific component instances, therefore theInterfacejavax.faces.eventJava EE
CompositeComponentExpressionHolderThis interface must be implemented by the Map returned by the composite component ELResolver,Interfacejavax.faces.elJava EE
CompositeFaceletHandlerA FaceletHandler that is derived of 1 or more, inner FaceletHandlers.Classjavax.faces.view.faceletsJava EE
ConfigurableNavigationHandlerConfigurableNavigationHandler extends the contract of NavigationHandler to allow runtimeClassjavax.faces.applicationJava EE
ConfigurableNavigationHandlerWrapperProvides a simple implementation of ConfigurableNavigationHandler that can be subclassed by developers wishingClassjavax.faces.applicationJava EE
ContextCallbackA simple callback interace that enables taking action on a specific UIComponent (either facet or child) in the view whileInterfacejavax.faces.componentJava EE
Converter interface describing a Java class that can perform Object-to-String and String-to-Object conversions between model data objects and aInterfacejavax.faces.convertJava EE
ConverterConfigA Facelet version of the JSP ConverterTag.Interfacejavax.faces.view.faceletsJava EE
ConverterELTagConverterELTag is a base class for all JSP custom actions that create and register a Converter instance onClassjavax.faces.webappJava EE
ConverterExceptionConverterException is an exception thrown by the getAsObject() or getAsText() method of aClassjavax.faces.convertJava EE
ConverterHandlerHandles setting a Converter instance on a ValueHolder parent.Classjavax.faces.view.faceletsJava EE
ConverterTagConverterTag is a base class for all JSP custom actions that create and register a Converter instance on theClassjavax.faces.webappJava EE
CustomScopedWhen this annotation, along with ManagedBean is found on a class, the runtime must act as if a VALUEClassjavax.faces.beanJava EE
DataModel is an abstraction around arbitrary data binding technologies that can be used to adapt a variety of data sourcesClassjavax.faces.modelJava EE
DataModelEventDataModelEvent represents an event of interest to registered listeners that occurred on the specified DataModel.Classjavax.faces.modelJava EE
DataModelListenerDataModelListener represents an event listener that wishes to be notified of DataModelEvents occurring on aInterfacejavax.faces.modelJava EE
DateTimeConverter implementation for java.Classjavax.faces.convertJava 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
DoubleConverterConverter implementation for java.Classjavax.faces.convertJava EE
DoubleRangeValidatorDoubleRangeValidator is a Validator that checks the value of the correspondingClassjavax.faces.validatorJava EE
EditableValueHolderEditableValueHolder is an extension of ValueHolder that describes additional features supportedInterfacejavax.faces.componentJava 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
EnumConverterConverter implementation for java.Classjavax.faces.convertJava EE
EvaluationExceptionAn exception reporting an error that occurred during the evaluation of an expression in a MethodBinding or ValueBinding.Classjavax.faces.elJava EE
ExceptionHandlerExceptionHandler is the central point for handling unexpectedClassjavax.faces.contextJava EE
ExceptionHandlerFactoryExceptionHandlerFactory is a factory object that creates (if needed) and returns a new ExceptionHandler instance.Classjavax.faces.contextJava EE
ExceptionHandlerWrapperProvides a simple implementation of ExceptionHandler that can be subclassed by developers wishing to provide specialized behaviorClassjavax.faces.contextJava EE
ExceptionQueuedEventThe system event facility will create an instance of this class whenever Application.Classjavax.faces.eventJava EE
ExceptionQueuedEventContextThis helper class provides context to the ExceptionQueuedEvent regarding the state of the system at theClassjavax.faces.eventJava EE
ExternalContext class allows the Faces API to be unaware of the nature of its containing application environment.Classjavax.faces.contextJava EE
ExternalContextFactoryExternalContextFactory is a factory object that createsClassjavax.faces.contextJava EE
ExternalContextWrapper a simple implementation of ExternalContext that can be subclassed by developers wishing to provide specialized behaviorClassjavax.faces.contextJava 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
FacesBehaviorThe presence of this annotation on a class automatically registers the class with the runtime as a Behavior.Classjavax.faces.component.behaviorJava EE
FacesBehaviorRendererThe presence of this annotation on a class automatically registers the class with the runtime as a ClientBehaviorRenderer.Classjavax.faces.renderJava EE
FacesComponentThe presence of this annotation on a class that extends UIComponent must cause the runtime to Classjavax.faces.componentJava EE
FacesContextFacesContext contains all of the per-request state information related to the processing of a singleClassjavax.faces.contextJava EE
FacesContextFactoryFacesContextFactory is a factory object that createsClassjavax.faces.contextJava EE
FacesContextWrapper implementation of FacesContext that can be subclassed by developers wishing to provide specialized behavior to an existingClassjavax.faces.contextJava EE
FacesConverterThe presence of this annotation on a class automatically registers the class with the runtime as aClassjavax.faces.convertJava EE
FacesEventFacesEvent is the base class for user interface and application events that can be fired by UIComponents.Classjavax.faces.eventJava EE
FacesExceptionThis class encapsulates general JavaServer Faces exceptions.Classjavax.facesJava EE
FacesListenerA generic base interface for event listeners for various types of FacesEvents.Interfacejavax.faces.eventJava EE
FacesMessageFacesMessage represents a single validation (or other) message, which is typically associated with a particularClassjavax.faces.applicationJava EE
FacesMessage .SeverityCompare this FacesMessage.Classjavax.faces.application.FacesMessageJava EE
FacesRendererThe presence of this annotation on a class automatically registers the class with the runtime as a Renderer.Classjavax.faces.renderJava EE
FacesServlet servlet that manages the request processing lifecycle for web applications that are utilizing JavaServer Faces to construct theClassjavax.faces.webappJava EE
FacesValidator presence of this annotation on a class automatically registers the class with the runtime as a Validator.Classjavax.faces.validatorJava EE
FacesWrapperAny wrapper class in JSF that must provide access to the object it wraps must implement this interface.Interfacejavax.facesJava EE
FacetHandlerAn interface that allows other code to identify FaceletHandlers that correspond to component facets.Interfacejavax.faces.view.faceletsJava EE
FacetTagFacetTag is the JSP mechanism for denoting a UIComponent is to be added as aClassjavax.faces.webappJava EE
FactoryFinder implements the standard discovery algorithm for all factory objects specified in the JavaServer Faces APIs.Classjavax.facesJava EE
Flash on Rails and provides a way to pass temporary objects between the user views generated by the faces lifecycle.Classjavax.faces.contextJava EE
FlashFactory factory object that creates (if needed) and returns Flash instances.Classjavax.faces.contextJava EE
FlashWrapperProvides a simple implementation of Flash that can be subclassed by developers wishingClassjavax.faces.contextJava EE
FloatConverterConverter implementation for java.Classjavax.faces.convertJava EE
Flow representation of a Faces Flow.Classjavax.faces.flowJava EE
FlowBuilderA Java language API for building Flows.Classjavax.faces.flow.builderJava EE
FlowBuilderParameterThe presence of this annotation on a CDI producer method for the FlowDefinition annotation causes the FlowBuilderClassjavax.faces.flow.builderJava EE
FlowCallBuilderCreate a flow call node in the current Flow.Classjavax.faces.flow.builderJava EE
FlowCallNodeClassjavax.faces.flowJava EE
FlowDefinitionThe presence of this annotation on a CDI producer method indicates that the method will produce a flow.Classjavax.faces.flow.builderJava EE
FlowHandlerFlowHandler is the main entry point that enables the runtime to interact with the faces flowsClassjavax.faces.flowJava EE
FlowHandlerFactoryFlowHandlerFactory is used by the Application to create theClassjavax.faces.flowJava EE
FlowHandlerFactoryWrapperFlowHandlerFactoryWrapper provides a simple implementation of FlowHandlerFactory thatClassjavax.faces.flowJava EE
FlowNodeFlowNode is the base class for all nodes in a faces flow graph.Classjavax.faces.flowJava EE
FlowScoped scope that causes the runtime to consider classes with this annotation to be in the scope of the specified Flow.Classjavax.faces.flowJava EE
HtmlBody By default, the rendererType property must be set to javax.Classjavax.faces.component.htmlJava EE
HtmlBody .PropertyKeysClassjavax.faces.component.html.HtmlBodyJava EE
HtmlColumnRepresents a column that will be rendered in an HTML table element.Classjavax.faces.component.htmlJava EE
HtmlColumn .PropertyKeysReturns the enum constant of this type with the specified name.Classjavax.faces.component.html.HtmlColumnJava EE
HtmlCommandButtonRepresents an HTML input element for a button of type submit or reset.Classjavax.faces.component.htmlJava EE
HtmlCommandButton .PropertyKeysClassjavax.faces.component.html.HtmlCommandButtonJava EE
HtmlCommandLinkRepresents an HTML a element for a hyperlink that acts like a submit button.Classjavax.faces.component.htmlJava EE
HtmlCommandLink .PropertyKeysClassjavax.faces.component.html.HtmlCommandLinkJava EE
HtmlDataTableRepresents a set of repeating data (segregated into columns by child UIColumn components) that willClassjavax.faces.component.htmlJava EE
HtmlDataTable .PropertyKeysClassjavax.faces.component.html.HtmlDataTableJava EE
HtmlDoctype By default, the rendererType property must be set to javax.Classjavax.faces.component.htmlJava EE
HtmlDoctype .PropertyKeysReturns the enum constant of this type with the specified name.Classjavax.faces.component.html.HtmlDoctypeJava EE
HtmlFormRepresents an HTML form element.Classjavax.faces.component.htmlJava EE
HtmlForm .PropertyKeysClassjavax.faces.component.html.HtmlFormJava EE
HtmlGraphicImageRepresents an HTML img element, used to retrieve and render a graphical image.Classjavax.faces.component.htmlJava EE
HtmlGraphicImage .PropertyKeysClassjavax.faces.component.html.HtmlGraphicImageJava EE
HtmlHead By default, the rendererType property must be set to javax.Classjavax.faces.component.htmlJava EE
HtmlHead .PropertyKeysReturns the enum constant of this type with the specified name.Classjavax.faces.component.html.HtmlHeadJava EE
HtmlInputFileRepresents an HTML input element By default, the rendererType property must be set to javax.Classjavax.faces.component.htmlJava EE
HtmlInputFile .PropertyKeysClassjavax.faces.component.html.HtmlInputFileJava EE
HtmlInputHiddenRepresents an HTML input element By default, the rendererType property must be set to javax.Classjavax.faces.component.htmlJava EE
HtmlInputHidden .PropertyKeysReturns the enum constant of this type with the specified name.Classjavax.faces.component.html.HtmlInputHiddenJava EE
HtmlInputSecretRepresents an HTML input element of type password.Classjavax.faces.component.htmlJava EE
HtmlInputSecret .PropertyKeysClassjavax.faces.component.html.HtmlInputSecretJava EE
HtmlInputTextRepresents an HTML input element By default, the rendererType property must be set to javax.Classjavax.faces.component.htmlJava EE
HtmlInputText .PropertyKeysClassjavax.faces.component.html.HtmlInputTextJava EE
HtmlInputTextareaRepresents an HTML textarea element.Classjavax.faces.component.htmlJava EE
HtmlInputTextarea .PropertyKeysClassjavax.faces.component.html.HtmlInputTextareaJava EE
HtmlMessageBy default, the rendererType property must be set to javax.Classjavax.faces.component.htmlJava EE
HtmlMessage .PropertyKeysReturns the enum constant of this typeClassjavax.faces.component.html.HtmlMessageJava EE
HtmlMessagesBy default, the rendererType property must be set to javax.Classjavax.faces.component.htmlJava EE
HtmlMessages .PropertyKeysReturns the enum constant ofClassjavax.faces.component.html.HtmlMessagesJava EE
HtmlOutcomeTargetButtonRepresents an HTML input element of type button or image that may be used to link to a URL handled by the Faces Servlet resolved preemptively usingClassjavax.faces.component.htmlJava EE
HtmlOutcomeTargetButton .PropertyKeysClassjavax.faces.component.html.HtmlOutcomeTargetButtonJava EE
HtmlOutcomeTargetLinkRepresents an HTML a (hyperlink) element that may be used to link to a URL handled by the Faces Servlet resolved preemptively using the logicalClassjavax.faces.component.htmlJava EE
HtmlOutcomeTargetLink .PropertyKeysClassjavax.faces.component.html.HtmlOutcomeTargetLinkJava EE
HtmlOutputFormatRepresents a component that looks up a localized message in a resource bundle, optionally uses it as aClassjavax.faces.component.htmlJava EE
HtmlOutputFormat .PropertyKeysReturns the enum constant of this type with the specified name.Classjavax.faces.component.html.HtmlOutputFormatJava EE
HtmlOutputLabelRepresents an HTML label element, used to define an accessible label for a corresponding input element.Classjavax.faces.component.htmlJava EE
HtmlOutputLabel .PropertyKeysClassjavax.faces.component.html.HtmlOutputLabelJava EE
HtmlOutputLinkRepresents an HTML a (hyperlink) element that may be used to link to an arbitrary URL defined by the valueClassjavax.faces.component.htmlJava EE
HtmlOutputLink .PropertyKeysClassjavax.faces.component.html.HtmlOutputLinkJava EE
HtmlOutputTextRenders the component value as text, optionally wrapping in a span element if I18N attributes, CSS styles or styleClassjavax.faces.component.htmlJava EE
HtmlOutputText .PropertyKeysReturns the enum constant of this type with the specified name.Classjavax.faces.component.html.HtmlOutputTextJava EE
HtmlPanelGridRenders child components in a table, starting a new row after the specified number of columns.Classjavax.faces.component.htmlJava EE
HtmlPanelGrid .PropertyKeysClassjavax.faces.component.html.HtmlPanelGridJava EE
HtmlPanelGroupCauses all child components of this component to be rendered.Classjavax.faces.component.htmlJava EE
HtmlPanelGroup .PropertyKeysReturns the enum constant of Classjavax.faces.component.html.HtmlPanelGroupJava EE
HtmlSelectBooleanCheckbox input element of type checkbox.Classjavax.faces.component.htmlJava EE
HtmlSelectBooleanCheckbox .PropertyKeysClassjavax.faces.component.html.HtmlSelectBooleanCheckboxJava EE
HtmlSelectManyCheckbox multiple-selection component that is rendered as a set of HTML input elements of typeClassjavax.faces.component.htmlJava EE
HtmlSelectManyCheckbox .PropertyKeysClassjavax.faces.component.html.HtmlSelectManyCheckboxJava EE
HtmlSelectManyListboxRepresents a multiple-selection component that is rendered as an HTML select element, showing either allClassjavax.faces.component.htmlJava EE
HtmlSelectManyListbox .PropertyKeysClassjavax.faces.component.html.HtmlSelectManyListboxJava EE
HtmlSelectManyMenuRepresents a multiple-selection component that is rendered as an HTML select element, showing a singleClassjavax.faces.component.htmlJava EE
HtmlSelectManyMenu .PropertyKeysClassjavax.faces.component.html.HtmlSelectManyMenuJava EE
HtmlSelectOneListboxRepresents a single-selection component that is rendered as an HTML select element, showing either allClassjavax.faces.component.htmlJava EE
HtmlSelectOneListbox .PropertyKeysClassjavax.faces.component.html.HtmlSelectOneListboxJava EE
HtmlSelectOneMenuRepresents a single-selection component that is rendered as an HTML select element, showing a singleClassjavax.faces.component.htmlJava EE
HtmlSelectOneMenu .PropertyKeysClassjavax.faces.component.html.HtmlSelectOneMenuJava EE
HtmlSelectOneRadio single-selection component that is rendered as a set of HTML input elements of typeClassjavax.faces.component.htmlJava EE
HtmlSelectOneRadio .PropertyKeysClassjavax.faces.component.html.HtmlSelectOneRadioJava EE
IntegerConverterConverter implementation for java.Classjavax.faces.convertJava EE
LengthValidatorLengthValidator is a Validator that checks the number of characters in the StringClassjavax.faces.validatorJava EE
LifecycleLifecycle manages the processing of the entire lifecycle of a particular JavaServer FacesClassjavax.faces.lifecycleJava EE
LifecycleFactory a factory object that creates (if needed) and returns Lifecycle instances.Classjavax.faces.lifecycleJava EE
LifecycleWrapperProvides a simple implementation of Lifecycle that can be subclassed by developers wishing toClassjavax.faces.lifecycleJava EE
ListDataModelListDataModel is a convenience implementation of DataModel that wraps an List of Java objects.Classjavax.faces.modelJava EE
ListenerForClasses tagged with this annotation are installed as listeners using the method Application.Classjavax.faces.eventJava EE
ListenersForContainer annotation to specify multiple ListenerFor annotations on a single class.Classjavax.faces.eventJava EE
LocationAn object that represents the Location of a tag or attribute of a tag in a View Declaration LanguageClassjavax.faces.viewJava EE
LongConverterConverter implementation for java.Classjavax.faces.convertJava EE
LongRangeValidatorLongRangeValidator is a Validator that checks the value of the correspondingClassjavax.faces.validatorJava EE
ManagedBeanThe presence of this annotation on a class automatically registers the class with the runtime as a managedClassjavax.faces.beanJava EE
ManagedPropertyThe presence of this annotation on a field of a class annotated with ManagedBean instructs theClassjavax.faces.beanJava 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
MethodBindingMethodBinding is an object that can be used to call an arbitrary public method, on an instance that is acquired byClassjavax.faces.elJava EE
MethodCallBuilderCreate a method call node in the current Flow.Classjavax.faces.flow.builderJava EE
MethodCallNodeRepresents a method call node in the flow graph.Classjavax.faces.flowJava EE
MethodExpressionActionListenerMethodExpressionActionListener is an ActionListener that wraps a MethodExpression.Classjavax.faces.eventJava EE
MethodExpressionValidatorMethodExpressionValidator is a Validator that wraps a MethodExpression, and itClassjavax.faces.validatorJava EE
MethodExpressionValueChangeListenerMethodExpressionValueChangeListener is a ValueChangeListener that wraps a MethodExpression.Classjavax.faces.eventJava EE
MethodNotFoundExceptionAn exception caused by a method name that cannot be resolved against a base object.Classjavax.faces.elJava EE
NamedEventThe presence of this annotation on a class automatically registers the class with the runtime as a ComponentSystemEvent for use with the Classjavax.faces.eventJava EE
NamingContainerNamingContainer is an interface that must beInterfacejavax.faces.componentJava EE
NavigationCase represents a in the navigation rule base, as well as the withClassjavax.faces.applicationJava EE
NavigationCaseBuilderCreate a navigation case in the current Flow.Classjavax.faces.flow.builderJava EE
NavigationCaseWrapperProvides a simple implementation of NavigationCase that can be subclassed by developers wishing toClassjavax.faces.applicationJava EE
NavigationHandler NavigationHandler is passed the outcome string returned by an application action invoked for this application, and willClassjavax.faces.applicationJava EE
NavigationHandlerWrapperNavigationHandlerWrapper provides a simple implementation of NavigationHandler thatClassjavax.faces.applicationJava EE
NodeBuilderBase interface for building all kinds of flow nodes.Interfacejavax.faces.flow.builderJava EE
NoneScopedWhen this annotation, along with ManagedBean is found on a class, the runtime must act as if a noneClassjavax.faces.beanJava EE
NumberConverter implementation for java.Classjavax.faces.convertJava EE
ParameterRepresents a parameter in any of several places where parameters are needed when processing flows.Classjavax.faces.flowJava EE
PartialResponseWriterPartialResponseWriter decorates an existing ResponseWriter to support theClassjavax.faces.contextJava EE
PartialStateHolderComponents that want to leverage the partial state saving feature must implement this interface instead ofInterfacejavax.faces.componentJava EE
PartialViewContext contains methods and properties that pertain to partial request processing and partial response rendering on a view.Classjavax.faces.contextJava EE
PartialViewContextFactoryPartialViewContextFactory is a factory object that creates (if needed) and returns new PartialViewContext instances.Classjavax.faces.contextJava EE
PartialViewContextWrapper a simple implementation of PartialViewContext that can be subclassed by developers wishing to provide specialized behaviorClassjavax.faces.contextJava EE
PhaseEventPhaseEvent represents the beginning or ending of processing for a particular phase of the request processing lifecycle,Classjavax.faces.eventJava EE
PhaseIdTypesafe enumeration of the legal values that may be returned by theClassjavax.faces.eventJava EE
PhaseListenerAn interface implemented by objects that wish to be notified at the beginning and ending of processing for each standard phase of theInterfacejavax.faces.eventJava EE
PostAddToViewEventWhen an instance of this event is passed to SystemEventListener.Classjavax.faces.eventJava EE
PostConstructApplicationEventThis event must be published by the runtime after all configuration resources have been parsed andClassjavax.faces.eventJava EE
PostConstructCustomScopeEventThis class is provided to allow custom scopes to publish a post construct event in the same way that otherClassjavax.faces.eventJava EE
PostConstructViewMapEventThis event must be published by a call to {javax.Classjavax.faces.eventJava EE
PostKeepFlashValueEventThis event must be published by a call to Application.Classjavax.faces.eventJava EE
PostPutFlashValueEventThis event must be published by a call to Application.Classjavax.faces.eventJava EE
PostRestoreStateEventWhen an instance of this event is passed to SystemEventListener.Classjavax.faces.eventJava EE
PostValidateEvent this event is passed to SystemEventListener.Classjavax.faces.eventJava EE
PreClearFlashEventThis event must be published by a call to Application.Classjavax.faces.eventJava EE
PreDestroyApplicationEventThis event must be published by the runtime before the factories associated with this Application are released.Classjavax.faces.eventJava EE
PreDestroyCustomScopeEventThis class is provided to allow custom scopes to publish a pre construct event in the same way that otherClassjavax.faces.eventJava EE
PreDestroyViewMapEventThis event must be published by a call to Application.Classjavax.faces.eventJava EE
PreJsf2ExceptionHandlerFactoryThis ExceptionHandlerFactory instance produces JSF 1.Classjavax.faces.webappJava EE
PreRemoveFlashValueEventThis event must be published by a call to Application.Classjavax.faces.eventJava EE
PreRemoveFromViewEventWhen an instance of this event is passed to SystemEventListener.Classjavax.faces.eventJava EE
PreRenderComponentEventWhen an instance of this event is passed to SystemEventListener.Classjavax.faces.eventJava EE
PreRenderViewEventWhen an instance of this event is passed to SystemEventListener.Classjavax.faces.eventJava EE
PreValidateEvent this event is passed to SystemEventListener.Classjavax.faces.eventJava EE
ProjectStageThis class enables a feature similar to feature of the Ruby on Rails web framework.Classjavax.faces.applicationJava EE
PropertyNotFoundExceptionAn exception caused by a property name that cannot be resolved against a base object.Classjavax.faces.elJava EE
PropertyResolverPropertyResolver represents a pluggable mechanism for accessing a property of an underlying Java object instance.Classjavax.faces.elJava EE
ProtectedViewExceptionThis exception is thrown by the runtime when a violation of the view protection mechanism is encountered.Classjavax.faces.applicationJava EE
ReferencedBeanThe presence of this annotation on a class is equivalent to the referenced-bean elementClassjavax.faces.beanJava EE
ReferenceSyntaxExceptionAn exception reporting a syntax error in a method binding expression or value binding expression.Classjavax.faces.elJava EE
RegexValidatorA Validator that checks against a Regular Expression (which is the pattern property).Classjavax.faces.validatorJava EE
Renderer the internal representation of UIComponents into the output stream (or writer) associated with the response we are creating for aClassjavax.faces.renderJava EE
RendererWrapperProvides a simple implementation of Renderer that can be subclassed by developers wishing toClassjavax.faces.renderJava EE
RenderKit represents a collection of Renderer instances that, together, know how to render JavaServer Faces UIComponent instances forClassjavax.faces.renderJava EE
RenderKitFactoryRenderKitFactory is a factory object that registersClassjavax.faces.renderJava EE
RenderKitWrapperProvides a simple implementation of can be subclassed by developers wishing to provide specializedClassjavax.faces.renderJava EE
RequestScopedWhen this annotation, along with ManagedBean is found on a class, the runtime must act as if a requestClassjavax.faces.beanJava EE
RequiredValidatorA Validator that checks for an empty value in the same way that UIInput checks for a value.Classjavax.faces.validatorJava EE
Resource Resource is a Java object representation of the artifact that is served up in response to a resource request from theClassjavax.faces.applicationJava EE
ResourceDependenciesContainer annotation to specify multiple ResourceDependency annotations on a single class.Classjavax.faces.applicationJava EE
ResourceDependencyInstances of UIComponent or Renderer that have this annotation (or ResourceDependencies attached at the class level will automatically have a resource dependency added so that the named resource will beClassjavax.faces.applicationJava EE
ResourceHandlerResourceHandler is the run-time API by which UIComponent and Renderer instances, and the ViewDeclarationLanguage can reference Resource instances.Classjavax.faces.applicationJava EE
ResourceHandlerWrapperProvides a simple implementation of ResourceHandler that can be subclassed by developers wishingClassjavax.faces.applicationJava EE
ResourceResolver of JSF 2.Classjavax.faces.view.faceletsJava EE
ResourceWrapper a simple implementation of Resource that can be subclassed by developers wishing toClassjavax.faces.applicationJava EE
ResponseStateManager ResponseStateManager is the helper class to StateManagerClassjavax.faces.renderJava EE
ResponseStreamResponseStream is an interface describing an adapter to an underlying output mechanism for binary output.Classjavax.faces.contextJava EE
ResponseWriter is an abstract class describing an adapter to an underlying output mechanism for character-based output.Classjavax.faces.contextJava EE
ResponseWriterWrapperProvides a simple implementation of ResponseWriter thatClassjavax.faces.contextJava EE
ResultDataModelResultDataModel is a convenience implementation of DataModel that wraps a JSTL Result object, typicallyClassjavax.faces.modelJava EE
ResultSetDataModelResultSetDataModel is a convenience implementation of DataModel that wraps a ResultSet of Java objects.Classjavax.faces.modelJava EE
ReturnBuilderCreate a return node in the current Flow.Classjavax.faces.flow.builderJava EE
ReturnNodeRepresents a return node in the flow graph.Classjavax.faces.flowJava EE
ScalarDataModelScalarDataModel is a convenience implementation of DataModel that wraps an individual Java object.Classjavax.faces.modelJava EE
ScopeContextA structure that contains the name of the scope and the scope itself exposed as a MapClassjavax.faces.eventJava EE
SelectItemSelectItem represents a single item in the list of supported items associated withClassjavax.faces.modelJava EE
SelectItemGroupSelectItemGroup is a subclass of SelectItem that identifies a set of options that will be made available as a subordinateClassjavax.faces.modelJava EE
SessionScopedWhen this annotation, along with ManagedBean is found on a class, the runtime must act as if a sessionClassjavax.faces.beanJava EE
ShortConverterConverter implementation for java.Classjavax.faces.convertJava EE
StateHelperDefine a Map-like contract that makes it easier for components to implement PartialStateHolder.Interfacejavax.faces.componentJava EE
StateHolder implemented by classes that need to save their state between An implementor must implement both saveState(javax.Interfacejavax.faces.componentJava EE
StateManagementStrategyEncapsulate the saving and restoring of the view to enable the VDL to take over theClassjavax.faces.viewJava EE
StateManager directs the process of saving and restoring the view between requests.Classjavax.faces.applicationJava EE
StateManagerWrapperProvides a simple implementation of StateManager that can be subclassed by developers wishing to provide specialized behaviorClassjavax.faces.applicationJava EE
SwitchBuilderCreate a switch node in the current Flow.Classjavax.faces.flow.builderJava EE
SwitchCaseRepresents a case within a switch node in the flow graph.Classjavax.faces.flowJava EE
SwitchCaseBuilderCreate a case in the current switch.Classjavax.faces.flow.builderJava EE
SwitchNodeRepresents a switch node in the flow graph.Classjavax.faces.flowJava EE
SystemEvent is the base class for non-application specific events that can be fired bySince:2.Classjavax.faces.eventJava EE
SystemEventListenerBy implementing this class, an object indicates that it is a listener for one or more kinds of SystemEvents.Interfacejavax.faces.eventJava EE
SystemEventListenerHolderClasses that implement this interface agree to maintain a list of SystemEventListener instancesInterfacejavax.faces.eventJava 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
TransientStateHelperDefine a Map-like contract that makes it easier for components to implement TransientStateHolder.Interfacejavax.faces.componentJava EE
TransientStateHolderThis interface is implemented by classes that need to save state that is expected to be available only within the scopeInterfacejavax.faces.componentJava EE
UIColumnUIColumn is a UIComponent that represents a single column of data within a parent UIData component.Classjavax.faces.componentJava EE
UICommandUICommand is a UIComponent that represents a user interface component which, when activated by the user, triggersClassjavax.faces.componentJava EE
UIComponent the base class for all user interface components in JavaServer Faces.Classjavax.faces.componentJava EE
UIComponentBaseUIComponentBase is a convenience base class that implements the default concrete behaviorClassjavax.faces.componentJava EE
UIComponentBodyTagUIComponentBodyTag is a base class for all JSP custom actions, related to a UIComponent, that need to process their tag bodies.Classjavax.faces.webappJava EE
UIComponentClassicTagBaseUIComponentTagBase is the base class for all JSP tags that use the classic JSP tag interface thatClassjavax.faces.webappJava EE
UIComponentELTagUIComponentELTag specializes its superclass to allow for properties that take their values from EL API expressions.Classjavax.faces.webappJava EE
UIComponentTagUIComponentTag is the base class for all JSP custom actions that correspond to user interface components in a page that isClassjavax.faces.webappJava EE
UIComponentTagBaseUIComponentTagBase is the base class for all JSP tags that correspond to a UIComponent instance in the view.Classjavax.faces.webappJava EE
UIDataUIData is a UIComponent that supports data binding to a collection of data objects represented byClassjavax.faces.componentJava EE
UIFormUIForm is a UIComponent that represents an input form to be presented to the user, and whose child components represent (among other things) theClassjavax.faces.componentJava EE
UIGraphicUIGraphic is a UIComponent that displays a graphical image to the user.Classjavax.faces.componentJava EE
UIInputUIInput is a UIComponent that represents a component that both displays output to the user (like UIOutput components do) and processes requestClassjavax.faces.componentJava EE
UIMessage responsible for displaying messages for a specific UIComponent, identified by a clientId or component id relative to the closest ancestor NamingContainer.Classjavax.faces.componentJava EE
UIMessagesThe renderer for this component is responsible for obtaining the messages from the FacesContext and displaying them to theClassjavax.faces.componentJava EE
UINamingContainerUINamingContainer is a convenience base class for components that wish to implement NamingContainer functionality.Classjavax.faces.componentJava EE
UIOutcomeTarget component is paired with the javax.Classjavax.faces.componentJava EE
UIOutput UIComponent that has a value, optionally retrieved from a model tier bean via a value expression, that is displayed to theClassjavax.faces.componentJava EE
UIPanelUIPanel is a UIComponent that manages the layout of its child components.Classjavax.faces.componentJava EE
UIParameterUIParameter is a UIComponent that represents an optionally named configuration parameter for a parent component.Classjavax.faces.componentJava EE
UISelectBooleanUISelectBoolean is a UIComponent that represents a single boolean (true or false) value.Classjavax.faces.componentJava EE
UISelectItemUISelectItem is a component that may be nested inside a UISelectMany or UISelectOneClassjavax.faces.componentJava EE
UISelectItemsUISelectItems is a component that may be nested inside a UISelectMany or UISelectOne component, andClassjavax.faces.componentJava EE
UISelectMany UIComponent that represents the user's choice of a zero or more items from among a discrete set of available options.Classjavax.faces.componentJava EE
UISelectOne UIComponent that represents the user's choice of zero or one items from among a discrete set of available options.Classjavax.faces.componentJava EE
UIViewActionUIViewAction represents a method invocation that occurs during the request processingClassjavax.faces.componentJava EE
UIViewParameterUIViewParameter represents a binding between a request parameter and a model property or UIViewRootClassjavax.faces.componentJava EE
UIViewParameter .ReferenceInner class to encapsulate a UIViewParameter instance so that it may be safelyClassjavax.faces.component.UIViewParameterJava EE
UIViewRootUIViewRoot is the UIComponent that represents the root of the UIComponent tree.Classjavax.faces.componentJava EE
UniqueIdVendorUniqueIdVendor is an interface implemented by UIComponents that alsoInterfacejavax.faces.componentJava EE
UpdateModelExceptionThis exception indicates a failure to update the model and is created to wrap any exceptionClassjavax.faces.componentJava EE
Validator implementation is a class that can perform validation (correctness checks) on a EditableValueHolder.Interfacejavax.faces.validatorJava EE
ValidatorConfigUsed in creating ValidatorHandler and all implementations.Interfacejavax.faces.view.faceletsJava EE
ValidatorELTagValidatorELTag is a base class for all JSP custom actions that create and register a Validator instance on theClassjavax.faces.webappJava EE
ValidatorExceptionA ValidatorException is an exception thrown by the validate() method of aClassjavax.faces.validatorJava EE
ValidatorHandlerHandles setting a Validator instance on an EditableValueHolder parent.Classjavax.faces.view.faceletsJava EE
ValidatorTagValidatorTag is a base class for all JSP custom actions that create and register a Validator instance on theClassjavax.faces.webappJava EE
ValueBindingValueBinding is an object that can be used to access the property represented by an action or value bindingClassjavax.faces.elJava EE
ValueChangeEventA ValueChangeEvent is a notification that the local value of the source component has been change as a result of user interfaceClassjavax.faces.eventJava EE
ValueChangeListenerA listener interface for receiving ValueChangeEvents.Interfacejavax.faces.eventJava EE
ValueHolder interface that may be implemented by any concrete UIComponent that wishes to support a local value, as well as access data in theInterfacejavax.faces.componentJava 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
VariableResolverVariableResolver represents a pluggable mechanism for resolving a top-level variable reference at evaluation time.Classjavax.faces.elJava EE
ViewBuilderCreate a view node in the current Flow.Classjavax.faces.flow.builderJava 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
ViewExpiredException attempting to restore the view StateManager.Classjavax.faces.applicationJava EE
ViewHandler pluggablity mechanism for allowing implementations of or applications using the JavaServer Faces specification to provide their ownClassjavax.faces.applicationJava EE
ViewHandlerWrapperProvides a simple implementation of ViewHandler that can be subclassed by developers wishing to provide specialized behaviorClassjavax.faces.applicationJava EE
ViewMapListenerMarker interface for SystemEvents that indicate the view map has been created (PostConstructViewMapEvent, or destroyed (PreDestroyViewMapEvent).Interfacejavax.faces.eventJava EE
ViewMetadata reponsible for extracting and providing view parameter metadata from VDL views.Classjavax.faces.viewJava EE
ViewNodeViewNode is the class that represents a VDL view in a faces flow graph.Classjavax.faces.flowJava EE
ViewResourceSuperclass of Resource that is only for use with views.Classjavax.faces.applicationJava EE
ViewScopedWhen this annotation, along with ManagedBean is found on a class, the runtime must act as if aClassjavax.faces.beanJava EE
ViewScopedWhen this annotation, along with javax.Classjavax.faces.viewJava EE
VisitCallbackA simple callback interface that enables taking action on a specific UIComponent (either facet or child) during Interfacejavax.faces.component.visitJava EE
VisitContextA context object that is used to hold state relating to performing a component tree visit.Classjavax.faces.component.visitJava EE
VisitContextFactoryProvide for separation of interface and implementation for the VisitContext contract.Classjavax.faces.component.visitJava EE
VisitContextWrapperProvides a simple implementation of VisitContext that can be subclassed by developers wishing toClassjavax.faces.component.visitJava EE
VisitHint enum that specifies hints that impact the behavior of a component tree visit.Classjavax.faces.component.visitJava EE
VisitResultAn enum that specifies the possible results of a call to VisitCallback.Classjavax.faces.component.visitJava EE
AbortProcessingExceptionsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)See Also:Serialized FormClassjavax.faces.eventApache MyFaces
ActionEventsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)See Also:Serialized FormClassjavax.faces.eventApache MyFaces
ActionListenersee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)Interfacejavax.faces.eventApache MyFaces
ActionSourcesee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $)Interfacejavax.faces.componentApache MyFaces
ActionSource2Interfacejavax.faces.componentApache MyFaces
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
AjaxBehaviorClassjavax.faces.component.behaviorApache MyFaces
AjaxBehaviorEventClassjavax.faces.eventApache MyFaces
AjaxBehaviorListenerInterfacejavax.faces.eventApache MyFaces
Application Application represents a per-web-application singleton object where applications based on JavaServer Faces (or implementations wishing to provide extended functionality) can register application-wide singletons that provideClassjavax.faces.applicationApache MyFaces
ApplicationFactorysee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $)Classjavax.faces.applicationApache MyFaces
ApplicationWrapperClassjavax.faces.applicationApache MyFaces
ArrayDataModelsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)Classjavax.faces.modelApache 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
AttributeTagsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $)See Also:Serialized FormClassjavax.faces.webappApache MyFaces
BeanValidator BeanValidator is a Validator that doesn't do any validation itself, but delegates validation logic toClassjavax.faces.validatorApache MyFaces
BehaviorInterfacejavax.faces.component.behaviorApache MyFaces
BehaviorBaseClassjavax.faces.component.behaviorApache MyFaces
BehaviorConfigInterfacejavax.faces.view.faceletsApache MyFaces
BehaviorEventClassjavax.faces.eventApache MyFaces
BehaviorHandlerClassjavax.faces.view.faceletsApache MyFaces
BehaviorHolderAttachedObjectHandlerInterfacejavax.faces.viewApache MyFaces
BehaviorHolderAttachedObjectTargetInterfacejavax.faces.viewApache MyFaces
BehaviorListenerInterfacejavax.faces.eventApache MyFaces
BigDecimalConvertersee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)Classjavax.faces.convertApache MyFaces
BigIntegerConvertersee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)Classjavax.faces.convertApache MyFaces
BooleanConvertersee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)Classjavax.faces.convertApache MyFaces
ByteConvertersee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)Classjavax.faces.convertApache MyFaces
CharacterConvertersee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)Classjavax.faces.convertApache MyFaces
ClientBehaviorInterfacejavax.faces.component.behaviorApache MyFaces
ClientBehaviorBaseClassjavax.faces.component.behaviorApache MyFaces
ClientBehaviorContextClassjavax.faces.component.behaviorApache MyFaces
ClientBehaviorContext .ParameterClassjavax.faces.component.behavior.ClientBehaviorContextApache MyFaces
ClientBehaviorHintenum ClientBehaviorHintextends EnumSince:2.Classjavax.faces.component.behaviorApache MyFaces
ClientBehaviorHolderInterfacejavax.faces.component.behaviorApache MyFaces
ClientBehaviorRendererClassjavax.faces.renderApache MyFaces
ComponentConfigInterfacejavax.faces.view.faceletsApache MyFaces
ComponentHandlerClassjavax.faces.view.faceletsApache MyFaces
ComponentSystemEventClassjavax.faces.eventApache MyFaces
ComponentSystemEventListenerInterfacejavax.faces.eventApache MyFaces
CompositeComponentExpressionHolderInterfacejavax.faces.elApache MyFaces
CompositeFaceletHandlerClassjavax.faces.view.faceletsApache MyFaces
ConfigurableNavigationHandlerClassjavax.faces.applicationApache MyFaces
ContextCallbackInterfacejavax.faces.componentApache MyFaces
Convertersee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)Interfacejavax.faces.convertApache MyFaces
ConverterConfigInterfacejavax.faces.view.faceletsApache MyFaces
ConverterELTagClassjavax.faces.webappApache MyFaces
ConverterExceptionsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)See Also:Serialized FormClassjavax.faces.convertApache MyFaces
ConverterHandlerHandles setting a Converter instance on a ValueHolder.Classjavax.faces.view.faceletsApache MyFaces
ConverterTagsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $)See Also:Serialized FormClassjavax.faces.webappApache MyFaces
CustomScopedClassjavax.faces.beanApache MyFaces
DataModelRepresents the data presented by a UIData component, together with some state information about the currently selected row within theClassjavax.faces.modelApache MyFaces
DataModelEventsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)See Also:Serialized FormClassjavax.faces.modelApache MyFaces
DataModelListenersee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)Interfacejavax.faces.modelApache MyFaces
DateTimeConverterThis tag associates a date time converter with the nearest parent UIComponent.Classjavax.faces.convertApache MyFaces
DelegatingMetaTagHandlerClassjavax.faces.view.faceletsApache MyFaces
DoubleConvertersee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)Classjavax.faces.convertApache MyFaces
DoubleRangeValidatorCreates a validator and associateds it with the nearest parent UIComponent.Classjavax.faces.validatorApache MyFaces
EditableValueHolderDefines the methods required for a component whose value can be modified by the user.Interfacejavax.faces.componentApache 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
EnumConverterClassjavax.faces.convertApache MyFaces
EvaluationExceptionsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)See Also:Serialized FormClassjavax.faces.elApache MyFaces
ExceptionHandlerClassjavax.faces.contextApache MyFaces
ExceptionHandlerFactoryClassjavax.faces.contextApache MyFaces
ExceptionHandlerWrapperClassjavax.faces.contextApache MyFaces
ExceptionQueuedEventClassjavax.faces.eventApache MyFaces
ExceptionQueuedEventContextClassjavax.faces.eventApache MyFaces
ExternalContextsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $)Classjavax.faces.contextApache MyFaces
ExternalContextFactoryClassjavax.faces.contextApache MyFaces
ExternalContextWrapperClassjavax.faces.contextApache 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
FacesBehaviorClassjavax.faces.component.behaviorApache MyFaces
FacesBehaviorRendererClassjavax.faces.renderApache MyFaces
FacesComponentClassjavax.faces.componentApache MyFaces
FacesContextsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $)Classjavax.faces.contextApache MyFaces
FacesContextFactorysee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $)Classjavax.faces.contextApache MyFaces
FacesContextWrapperClassjavax.faces.contextApache MyFaces
FacesConverterClassjavax.faces.convertApache MyFaces
FacesEventsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)See Also:Serialized FormClassjavax.faces.eventApache MyFaces
FacesExceptionsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $)See Also:Serialized FormClassjavax.facesApache MyFaces
FacesListenersee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)Interfacejavax.faces.eventApache MyFaces
FacesMessagesee Javadoc of JSF Specification FacesMessage represents a single validation (or other) message, which is typically associated with aClassjavax.faces.applicationApache MyFaces
FacesMessage .SeverityClassjavax.faces.application.FacesMessageApache MyFaces
FacesRendererClassjavax.faces.renderApache MyFaces
FacesServletsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $)Classjavax.faces.webappApache MyFaces
FacesValidatorClassjavax.faces.validatorApache MyFaces
FacesWrapperAny wrapper class in JSF that must provide access to the object it wraps must implement this interface.Interfacejavax.facesApache MyFaces
FacetHandlerInterfacejavax.faces.view.faceletsApache MyFaces
FacetTagThis tag adds its child as a facet of the nearest parent UIComponent.Classjavax.faces.webappApache MyFaces
FactoryFindersee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $)Classjavax.facesApache MyFaces
FlashClassjavax.faces.contextApache MyFaces
FloatConvertersee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)Classjavax.faces.convertApache MyFaces
HtmlInputHiddenRenders as an HTML input tag with its type set to hidden.Classjavax.faces.component.htmlApache MyFaces
HtmlInputHidden .PropertyKeysClassjavax.faces.component.html.HtmlInputHiddenApache MyFaces
IntegerConvertersee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)Classjavax.faces.convertApache MyFaces
LengthValidatorCreates a validator and associateds it with the nearest parent UIComponent.Classjavax.faces.validatorApache MyFaces
Lifecyclesee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $)Classjavax.faces.lifecycleApache MyFaces
LifecycleFactorysee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $)Classjavax.faces.lifecycleApache MyFaces
ListDataModelsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)Classjavax.faces.modelApache MyFaces
ListenerForClassjavax.faces.eventApache MyFaces
ListenersForClassjavax.faces.eventApache MyFaces
LocationClassjavax.faces.viewApache MyFaces
LongConvertersee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)Classjavax.faces.convertApache MyFaces
LongRangeValidatorCreates a validator and associateds it with the nearest parent UIComponent.Classjavax.faces.validatorApache MyFaces
ManagedBeanClassjavax.faces.beanApache MyFaces
ManagedPropertyClassjavax.faces.beanApache 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
MethodBindingsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)Classjavax.faces.elApache MyFaces
MethodExpressionActionListenerSee Javadoc of JSF SpecificationConstructor SummaryMethodExpressionActionListener()Classjavax.faces.eventApache MyFaces
MethodExpressionValidatorsee Javadoc of JSF SpecificationFields inherited from interface javax.Classjavax.faces.validatorApache MyFaces
MethodExpressionValueChangeListenerSee Javadoc of JSF SpecificationAuthor:Stan Silvert, Jakob KorherrClassjavax.faces.eventApache MyFaces
MethodNotFoundExceptionsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)See Also:Serialized FormClassjavax.faces.elApache MyFaces
NamedEventClassjavax.faces.eventApache MyFaces
NamingContainerInterface implemented by components that provide a new namespace for the ids of their Component ids must be unique between all descendants of a NamingContainer; the JSF libraryInterfacejavax.faces.componentApache MyFaces
NavigationCaseClassjavax.faces.applicationApache MyFaces
NavigationHandlersee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $)Classjavax.faces.applicationApache MyFaces
NumberConverterThis tag creates a number formatting converter and associates it with the nearest parent UIComponent.Classjavax.faces.convertApache MyFaces
PartialResponseWriterClassjavax.faces.contextApache MyFaces
PartialStateHolderInterfacejavax.faces.componentApache MyFaces
PartialViewContextClassjavax.faces.contextApache MyFaces
PartialViewContextFactoryClassjavax.faces.contextApache MyFaces
PartialViewContextWrapperClassjavax.faces.contextApache MyFaces
PhaseEventsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)See Also:Serialized FormClassjavax.faces.eventApache MyFaces
PhaseIdsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)Classjavax.faces.eventApache MyFaces
PhaseListenersee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)Interfacejavax.faces.eventApache MyFaces
PostAddToViewEventClassjavax.faces.eventApache MyFaces
PostAddToViewNonPDLEventClassjavax.faces.eventApache MyFaces
PostConstructApplicationEventClassjavax.faces.eventApache MyFaces
PostConstructCustomScopeEventA system event which is dispatched after the constructionSince:2.Classjavax.faces.eventApache MyFaces
PostConstructViewMapEventClassjavax.faces.eventApache MyFaces
PostRestoreStateEventClassjavax.faces.eventApache MyFaces
PostValidateEventClassjavax.faces.eventApache MyFaces
PreDestroyApplicationEventClassjavax.faces.eventApache MyFaces
PreDestroyCustomScopeEventA system event which is dispathed prior to the destruction of a custom scopeVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Werner Punz (latest modification by $Author: bommel $)See Also:Serialized FormClassjavax.faces.eventApache MyFaces
PreDestroyViewMapEventClassjavax.faces.eventApache MyFaces
PreJsf2ExceptionHandlerFactoryClassjavax.faces.webappApache MyFaces
PreRemoveFromViewEventClassjavax.faces.eventApache MyFaces
PreRenderComponentEventClassjavax.faces.eventApache MyFaces
PreRenderViewEventClassjavax.faces.eventApache MyFaces
PreValidateEventClassjavax.faces.eventApache MyFaces
ProjectStageenum ProjectStageextends EnumSince:2.Classjavax.faces.applicationApache MyFaces
PropertyNotFoundExceptionsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)See Also:Serialized FormClassjavax.faces.elApache MyFaces
PropertyResolverProvides methods to read, write and inspect properties of javabeans, Maps, Arrays and Lists.Classjavax.faces.elApache MyFaces
ReferencedBeanClassjavax.faces.beanApache MyFaces
ReferenceSyntaxExceptionsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)See Also:Serialized FormClassjavax.faces.elApache MyFaces
RegexValidator RegexValidator is a Validator that checks the value of the corresponding component against specifiedClassjavax.faces.validatorApache MyFaces
Renderersee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $)Classjavax.faces.renderApache MyFaces
RenderKitsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $)Classjavax.faces.renderApache MyFaces
RenderKitFactorysee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $)Classjavax.faces.renderApache MyFaces
RenderKitWrapper Provides a simple implementation of RenderKit that can be subclassed by developers wishing to provide specialized behavior to an existing RenderKit instance.Classjavax.faces.renderApache MyFaces
RequiredValidatorCheck if a value is empty, in the same way as set UIInput required property to true (including all rules related to this property).Classjavax.faces.validatorApache MyFaces
ResourceClassjavax.faces.applicationApache MyFaces
ResourceDependenciesClassjavax.faces.applicationApache MyFaces
ResourceDependencyClassjavax.faces.applicationApache MyFaces
ResourceHandlerClassjavax.faces.applicationApache MyFaces
ResourceHandlerWrapperClassjavax.faces.applicationApache MyFaces
ResourceResolverClassjavax.faces.view.faceletsApache MyFaces
ResourceWrapperClassjavax.faces.applicationApache MyFaces
ResponseStateManagersee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $), Stan SilvertClassjavax.faces.renderApache MyFaces
ResponseStreamsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $)Classjavax.faces.contextApache MyFaces
ResponseWritersee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $)Classjavax.faces.contextApache MyFaces
ResponseWriterWrappersee Javadoc of JSF SpecificationFields inherited from class java.Classjavax.faces.contextApache MyFaces
ResultDataModelsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)Classjavax.faces.modelApache MyFaces
ResultSetDataModelsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $), Martin MarinschekClassjavax.faces.modelApache MyFaces
ScalarDataModelsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)Classjavax.faces.modelApache MyFaces
ScopeContextA context for scope dataSince:2.Classjavax.faces.eventApache MyFaces
SelectItemsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)See Also:Serialized FormClassjavax.faces.modelApache MyFaces
SelectItemGroupsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)See Also:Serialized FormClassjavax.faces.modelApache MyFaces
ShortConvertersee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)Classjavax.faces.convertApache MyFaces
StateHelperInterfacejavax.faces.componentApache MyFaces
StateHoldersee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $)Interfacejavax.faces.componentApache MyFaces
StateManagementStrategyClassjavax.faces.viewApache MyFaces
StateManagerResponsible for storing sufficient information about a component tree so that an identical tree can later be It is up to the concrete implementation to decide whether to use information from the view template that was usedClassjavax.faces.applicationApache MyFaces
StateManagerWrapperClassjavax.faces.applicationApache MyFaces
SystemEventClassjavax.faces.eventApache MyFaces
SystemEventListenerInterfacejavax.faces.eventApache MyFaces
SystemEventListenerHolderInterfacejavax.faces.eventApache 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
UIColumnsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $)Classjavax.faces.componentApache MyFaces
UICommandUICommand is a base abstraction for components that implement ActionSource.Classjavax.faces.componentApache MyFaces
UIComponentClassjavax.faces.componentApache MyFaces
UIComponentBaseTODO: IMPLEMENT HERE - Delta state saving support Standard implementation of the UIComponent base class; all standard JSF components extend this class.Classjavax.faces.componentApache MyFaces
UIComponentBodyTagsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $)Classjavax.faces.webappApache MyFaces
UIComponentClassicTagBaseClassjavax.faces.webappApache MyFaces
UIComponentELTagBase class for all JSP tags that represent a JSF UIComponent.Classjavax.faces.webappApache MyFaces
UIComponentTagBase class for all JSP tags that represent a JSF UIComponent.Classjavax.faces.webappApache MyFaces
UIComponentTagBaseClassjavax.faces.webappApache MyFaces
UIDataRepresents an abstraction of a component which has multiple rows of data.Classjavax.faces.componentApache MyFaces
UIFormsee Javadoc of JSF SpecificationVersion:$Revision: 1425016 $ $Date: 2012-12-21 16:46:55 +0000 (Fri, 21 Dec 2012) $Author:Manfred Geiler (latest modification by $Author: lu4242 $)Classjavax.faces.componentApache MyFaces
UIGraphicDisplays a graphical image.Classjavax.faces.componentApache MyFaces
UIInputUICommand is a base abstraction for components that implement ActionSource.Classjavax.faces.componentApache MyFaces
UINamingContainerBase class for components that provide a new namespace for the ids of their See the javadocs for interface NamingContainer for further details.Classjavax.faces.componentApache MyFaces
UIOutcomeTargetClassjavax.faces.componentApache MyFaces
UIOutputDisplays a value to the user.Classjavax.faces.componentApache MyFaces
UIPanelClassjavax.faces.componentApache MyFaces
UISelectBooleanA component that allows the user to select or unselect an object.Classjavax.faces.componentApache MyFaces
UISelectManyBase class for the various component classes that allow a user to select zero or more options from a set.Classjavax.faces.componentApache MyFaces
UISelectOneComponent for choosing one option out of a set of possibilities.Classjavax.faces.componentApache MyFaces
UIViewParameterTODO: documentation on jsp and pld are not the same.Classjavax.faces.componentApache MyFaces
UIViewParameter .ReferenceClassjavax.faces.component.UIViewParameterApache MyFaces
UIViewRootCreates a JSF View, which is a container that holds all of the components that are part of the view.Classjavax.faces.componentApache MyFaces
UniqueIdVendorInterfacejavax.faces.componentApache MyFaces
UpdateModelExceptionClassjavax.faces.componentApache MyFaces
Validatorsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $), Thomas SpieglInterfacejavax.faces.validatorApache MyFaces
ValidatorConfigInterfacejavax.faces.view.faceletsApache MyFaces
ValidatorELTagClassjavax.faces.webappApache MyFaces
ValidatorExceptionsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $), Thomas SpieglSee Also:Serialized FormClassjavax.faces.validatorApache MyFaces
ValidatorHandlerHandles setting a Validator instance on a EditableValueHolder.Classjavax.faces.view.faceletsApache MyFaces
ValidatorTagsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $)See Also:Serialized FormClassjavax.faces.webappApache MyFaces
ValueBindingsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)Classjavax.faces.elApache MyFaces
ValueChangeEventsee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)See Also:Serialized FormClassjavax.faces.eventApache MyFaces
ValueChangeListenersee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)Interfacejavax.faces.eventApache MyFaces
ValueHoldersee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Manfred Geiler (latest modification by $Author: bommel $)Interfacejavax.faces.componentApache 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
VariableResolversee Javadoc of JSF SpecificationVersion:$Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $Author:Thomas Spiegl (latest modification by $Author: bommel $)Classjavax.faces.elApache MyFaces
ViewDeclarationLanguageClassjavax.faces.viewApache MyFaces
ViewDeclarationLanguageFactoryClassjavax.faces.viewApache MyFaces
ViewExpiredExceptionSee Javadoc of JSF SpecificationAuthor:Stan SilvertSee Also:Serialized FormClassjavax.faces.applicationApache MyFaces
ViewHandlerA ViewHandler manages the component-tree-creation and component-tree-rendering parts of a request lifecycle (ie create view, restore view and render response).Classjavax.faces.applicationApache MyFaces
ViewHandlerWrappersee Javadoc of JSF SpecificationFields inherited from class javax.Classjavax.faces.applicationApache MyFaces
ViewMapListenersee Javadoc /javax/faces/event/ViewMapListener.Interfacejavax.faces.eventApache MyFaces
ViewMetadataClassjavax.faces.viewApache MyFaces
VisitCallbackA simple callback interface that enables taking action on a specific UIComponent (either facet or child) during Interfacejavax.faces.component.visitApache MyFaces
VisitContextClassjavax.faces.component.visitApache MyFaces
VisitContextFactoryClassjavax.faces.component.visitApache MyFaces
VisitContextWrapperClassjavax.faces.component.visitApache MyFaces
VisitHintenum VisitHintextends EnumAn enum that specifies hints that impactClassjavax.faces.component.visitApache MyFaces
VisitResultenum VisitResultextends EnumAn enum that specifies the possible Classjavax.faces.component.visitApache MyFaces