- FaceletsAuthorizeTag - Class in org.springframework.faces.security
-
A concrete implementation of AbstractAuthorizeTag for use with standard Facelets rendering technology.
- FaceletsAuthorizeTag(FaceletContext, TagAttribute, TagAttribute, TagAttribute, TagAttribute, TagAttribute, TagAttribute) - Constructor for class org.springframework.faces.security.FaceletsAuthorizeTag
-
A class constructor for use in a TagHandler.
- FaceletsAuthorizeTag() - Constructor for class org.springframework.faces.security.FaceletsAuthorizeTag
-
A default constructor.
- FaceletsAuthorizeTagHandler - Class in org.springframework.faces.security
-
A standard Facelets TagHandler for performing Spring Security authorization decisions.
- FaceletsAuthorizeTagHandler(TagConfig) - Constructor for class org.springframework.faces.security.FaceletsAuthorizeTagHandler
-
- FaceletsAuthorizeTagUtils - Class in org.springframework.faces.security
-
This class provides static methods that are registered as EL functions and available for use in Unified EL
expressions in standard Facelets views.
- FaceletsAuthorizeTagUtils() - Constructor for class org.springframework.faces.security.FaceletsAuthorizeTagUtils
-
- FacesContextHelper - Class in org.springframework.faces.webflow
-
Provides helper methods for getting a FacesContext that is suitable for use outside of Web Flow.
- FacesContextHelper() - Constructor for class org.springframework.faces.webflow.FacesContextHelper
-
- FacesConversionService - Class in org.springframework.faces.model.converter
-
Convenient ConversionService implementation for JSF that composes
JSF-specific converters with the standard Web Flow converters.
- FacesConversionService() - Constructor for class org.springframework.faces.model.converter.FacesConversionService
-
- FacesConversionService(ConversionService) - Constructor for class org.springframework.faces.model.converter.FacesConversionService
-
- FacesFlowBuilderServicesBeanDefinitionParser - Class in org.springframework.faces.config
-
Parser for the flow-builder-services tag.
- FacesFlowBuilderServicesBeanDefinitionParser() - Constructor for class org.springframework.faces.config.FacesFlowBuilderServicesBeanDefinitionParser
-
- FacesMessageSource(String) - Constructor for class org.springframework.faces.webflow.FlowFacesContext.FacesMessageSource
-
- FacesNamespaceHandler - Class in org.springframework.faces.config
-
Namespace handler for the faces namespace.
- FacesNamespaceHandler() - Constructor for class org.springframework.faces.config.FacesNamespaceHandler
-
- FacesSpringELExpressionParser - Class in org.springframework.faces.webflow
-
A Spring EL ExpressionParser for use with JSF.
- FacesSpringELExpressionParser(SpelExpressionParser) - Constructor for class org.springframework.faces.webflow.FacesSpringELExpressionParser
-
- FacesSpringELExpressionParser(SpelExpressionParser, ConversionService) - Constructor for class org.springframework.faces.webflow.FacesSpringELExpressionParser
-
- findFactory(Class<T>) - Static method in class org.springframework.faces.webflow.JsfUtils
-
Find a factory of the specified class using JSFs FactoryFinder class.
- FlowActionListener - Class in org.springframework.faces.webflow
-
The default ActionListener implementation to be used with Web Flow.
- FlowActionListener(ActionListener) - Constructor for class org.springframework.faces.webflow.FlowActionListener
-
- FlowApplication - Class in org.springframework.faces.webflow
-
Wraps an Application instance in order to ensure Web Flow specific implementations of ViewHandler and
StateManager are inserted at the front of the processing chain in JSF environments.
- FlowApplication(Application) - Constructor for class org.springframework.faces.webflow.FlowApplication
-
Class constructor that accepts a delegate Application instance.
- FlowApplicationFactory - Class in org.springframework.faces.webflow
-
Custom ApplicationFactory that ensures the FlowApplication is the first Application in the chain,
which in turn guarantees the install order for other JSF components.
- FlowApplicationFactory(ApplicationFactory) - Constructor for class org.springframework.faces.webflow.FlowApplicationFactory
-
- FlowBuilderServicesBuilder - Class in org.springframework.faces.config
-
A builder for FlowBuilderServices instances for use in JSF applications.
- FlowBuilderServicesBuilder() - Constructor for class org.springframework.faces.config.FlowBuilderServicesBuilder
-
- FlowELResolver - Class in org.springframework.faces.webflow
-
Custom ELResolver for resolving web flow specific expressions.
- FlowELResolver() - Constructor for class org.springframework.faces.webflow.FlowELResolver
-
- FlowExternalContext - Class in org.springframework.faces.webflow
-
Custom ExternalContext implementation that supports custom response objects other than
HttpServletResponse.
- FlowExternalContext(RequestContext, ExternalContext) - Constructor for class org.springframework.faces.webflow.FlowExternalContext
-
- FlowFacesContext - Class in org.springframework.faces.webflow
-
Custom FacesContext implementation that delegates all standard FacesContext messaging functionality to a
Spring MessageSource made accessible as part of the current Web Flow request.
- FlowFacesContext(RequestContext, FacesContext) - Constructor for class org.springframework.faces.webflow.FlowFacesContext
-
- FlowFacesContext.FacesMessageSource - Class in org.springframework.faces.webflow
-
A Spring Message Source that originated from JSF.
- FlowFacesContext.FlowFacesMessage - Class in org.springframework.faces.webflow
-
Adapter class to convert a FacesMessage to a Spring Message.
- FlowFacesContextLifecycleListener - Class in org.springframework.faces.webflow
-
A
FlowExecutionListener that creates a
FlowFacesContext
instance when a flow request is submitted and releases it when the request
has been processed.
- FlowFacesContextLifecycleListener() - Constructor for class org.springframework.faces.webflow.FlowFacesContextLifecycleListener
-
- FlowFacesMessage(FlowFacesContext.FacesMessageSource, FacesMessage) - Constructor for class org.springframework.faces.webflow.FlowFacesContext.FlowFacesMessage
-
- FlowLifecycle - Class in org.springframework.faces.webflow
-
Custom Lifecycle for Spring Web Flow that only executes the APPLY_REQUEST_VALUES through INVOKE_APPLICATION
phases.
- FlowPartialViewContext - Class in org.springframework.faces.webflow
-
Web Flow PartialViewContext implementation allowing IDs for partial rendering to be specified from the
server-side.
- FlowPartialViewContext(PartialViewContext) - Constructor for class org.springframework.faces.webflow.FlowPartialViewContext
-
- FlowRenderKit - Class in org.springframework.faces.webflow
-
A render kit implementation that ensures use of Web Flow's FlowViewResponseStateManager, which takes over reading and
writing JSF state and manages that in Web Flow's view scope.
- FlowRenderKit(RenderKit) - Constructor for class org.springframework.faces.webflow.FlowRenderKit
-
- FlowResourceHandler - Class in org.springframework.faces.webflow
-
Resolves Facelets resources using Spring Resource paths such as "classpath:foo.xhtml".
- FlowResourceHandler(ResourceHandler) - Constructor for class org.springframework.faces.webflow.FlowResourceHandler
-
- FlowResourceResolver - Class in org.springframework.faces.webflow
-
- FlowResourceResolver() - Constructor for class org.springframework.faces.webflow.FlowResourceResolver
-
Deprecated.
- FlowResponseStateManager - Class in org.springframework.faces.webflow
-
A custom ResponseStateManager that writes JSF state to a Web Flow managed view-scoped variable.
- FlowResponseStateManager(ResponseStateManager) - Constructor for class org.springframework.faces.webflow.FlowResponseStateManager
-
- FlowStateManager - Class in org.springframework.faces.webflow
-
Custom StateManager that manages ensures web flow's state is always stored server side.
- FlowStateManager(StateManager) - Constructor for class org.springframework.faces.webflow.FlowStateManager
-
- FlowViewHandler - Class in org.springframework.faces.webflow
-
Simple ViewHandler implementation that provides JSF Form's with the correct FlowExecution URL, including the
current FlowExecutionKey, so that postbacks may be properly intercepted and handled by Web Flow.
- FlowViewHandler(ViewHandler) - Constructor for class org.springframework.faces.webflow.FlowViewHandler
-
- getActionURL(FacesContext, String) - Method in class org.springframework.faces.webflow.FlowViewHandler
-
- getApplication() - Method in class org.springframework.faces.webflow.FlowApplicationFactory
-
- getApplicationContext() - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
-
- getBeanClassName(Element) - Method in class org.springframework.faces.config.FacesFlowBuilderServicesBeanDefinitionParser
-
- getClientId() - Method in class org.springframework.faces.webflow.FlowFacesContext.FacesMessageSource
-
- getClientIdsWithMessages() - Method in class org.springframework.faces.webflow.FlowFacesContext
-
Returns an Iterator for all component clientId's for which messages have been added.
- getCommonPropertyType(ELContext, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanResolver
-
- getCryptographicallyStrongTokenFromSession(FacesContext) - Method in class org.springframework.faces.webflow.FlowResponseStateManager
-
- getELContext() - Method in class org.springframework.faces.webflow.FlowFacesContext
-
- getExternalContext() - Method in class org.springframework.faces.webflow.FlowFacesContext
-
- getFacesContext(Object, Object, Object) - Method in class org.springframework.faces.webflow.FacesContextHelper
-
Returns a faces context that can be used outside of Web Flow.
- getFacesMessage() - Method in class org.springframework.faces.webflow.FlowFacesContext.FlowFacesMessage
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanResolver
-
- getFlowBuilderServicesBuilder() - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
-
Return a builder for creating a FlowBuilderServices instance.
- getFlowDefinitionRegistryBuilder() - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
-
Return a builder for creating a FlowDefinitionRegistry instance.
- getFlowDefinitionRegistryBuilder(FlowBuilderServices) - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
-
Return a builder for creating a FlowDefinitionRegistry instance.
- getFlowEvent() - Method in class org.springframework.faces.webflow.JsfView
-
- getFlowExecutorBuilder(FlowDefinitionLocator) - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
-
Return a builder for creating a FlowExecutor instance.
- getMaximumSeverity() - Method in class org.springframework.faces.webflow.FlowFacesContext
-
Return the maximum severity level recorded on any FacesMessages that has been queued, whether or not they are
associated with any specific UIComponent.
- getMessageList() - Method in class org.springframework.faces.webflow.FlowFacesContext
-
Returns a List for all Messages in the current MessageContext that does translation to FacesMessages.
- getMessageList(String) - Method in class org.springframework.faces.webflow.FlowFacesContext
-
Returns a List for all Messages with the given clientId in the current MessageContext that does translation to
FacesMessages.
- getMessages() - Method in class org.springframework.faces.webflow.FlowFacesContext
-
Returns an Iterator for all Messages in the current MessageContext that does translation to FacesMessages.
- getMessages(String) - Method in class org.springframework.faces.webflow.FlowFacesContext
-
Returns an Iterator for all Messages with the given clientId in the current MessageContext that does translation
to FacesMessages.
- getPartialViewContext() - Method in class org.springframework.faces.webflow.FlowFacesContext
-
- getPhaseId() - Method in class org.springframework.faces.support.RequestLoggingPhaseListener
-
- getPhaseListeners() - Method in class org.springframework.faces.support.LifecycleWrapper
-
- getRenderIds() - Method in class org.springframework.faces.webflow.FlowPartialViewContext
-
- getRenderResponse() - Method in class org.springframework.faces.webflow.FlowFacesContext
-
- getRequest() - Method in class org.springframework.faces.security.FaceletsAuthorizeTag
-
- getResponse() - Method in class org.springframework.faces.security.FaceletsAuthorizeTag
-
- getResponse() - Method in class org.springframework.faces.webflow.FlowExternalContext
-
- getResponseComplete() - Method in class org.springframework.faces.webflow.FlowFacesContext
-
- getResponseStateManager() - Method in class org.springframework.faces.webflow.FlowRenderKit
-
Returns an instance of
FlowResponseStateManager in a JSF 2 environment or returns the delegates's
ResponseStateManager instance otherwise.
- getSelectedRow() - Method in class org.springframework.faces.model.OneSelectionTrackingListDataModel
-
- getSelections() - Method in class org.springframework.faces.model.ManySelectionTrackingListDataModel
-
- getSelections() - Method in class org.springframework.faces.model.OneSelectionTrackingListDataModel
-
- getSelections() - Method in interface org.springframework.faces.model.SelectionAware
-
Returns the list of selected row data objects for the model.
- getServletContext() - Method in class org.springframework.faces.security.FaceletsAuthorizeTag
-
- getSeverity() - Method in class org.springframework.faces.webflow.FlowFacesContext.FlowFacesMessage
-
- getSourceClass() - Method in class org.springframework.faces.model.converter.DataModelConverter
-
- getSpecificTargetClasses() - Method in class org.springframework.faces.webflow.JsfManagedBeanPropertyAccessor
-
- getState(FacesContext, String) - Method in class org.springframework.faces.webflow.FlowResponseStateManager
-
- getTargetClass() - Method in class org.springframework.faces.model.converter.DataModelConverter
-
- getText() - Method in class org.springframework.faces.webflow.FlowFacesContext.FlowFacesMessage
-
- getType(ELContext, Object, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanResolver
-
- getUserEventState() - Method in class org.springframework.faces.webflow.JsfView
-
- getValue(ELContext, Object, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanResolver
-
- getView(RequestContext) - Method in class org.springframework.faces.webflow.JsfViewFactory
-
Executes the RESTORE_VIEW phase of the JSF lifecycle at the beginning of a request, and creates the next view to
be rendered in the case of an executing transition.
- getViewIdByConvention(String) - Method in class org.springframework.faces.webflow.JsfViewFactoryCreator
-
- getViewRoot() - Method in class org.springframework.faces.webflow.JsfView
-
Returns the underlying view root.
- getViewState(FacesContext, Object) - Method in class org.springframework.faces.webflow.FlowResponseStateManager
-
This method returns the flow execution key to be used as the value for the "javax.faces.ViewState" hidden input
field.
- getWrapped() - Method in class org.springframework.faces.support.LifecycleWrapper
-
- getWrapped() - Method in class org.springframework.faces.webflow.FlowApplication
-
- getWrapped() - Method in class org.springframework.faces.webflow.FlowApplicationFactory
-
- getWrapped() - Method in class org.springframework.faces.webflow.FlowExternalContext
-
- getWrapped() - Method in class org.springframework.faces.webflow.FlowFacesContext
-
- getWrapped() - Method in class org.springframework.faces.webflow.FlowLifecycle
-
- getWrapped() - Method in class org.springframework.faces.webflow.FlowPartialViewContext
-
- getWrapped() - Method in class org.springframework.faces.webflow.FlowRenderKit
-
- getWrapped() - Method in class org.springframework.faces.webflow.FlowResourceHandler
-
- getWrapped() - Method in class org.springframework.faces.webflow.FlowResponseStateManager
-
- getWrapped() - Method in class org.springframework.faces.webflow.FlowStateManager
-
- getWrapped() - Method in class org.springframework.faces.webflow.FlowViewHandler
-
- getWrappedData() - Method in class org.springframework.faces.model.SerializableListDataModel
-
- JsfAjaxHandler - Class in org.springframework.faces.webflow
-
Ajax handler for JSF 2 requests that can identify JSF 2 Ajax requests and send redirect instructions back to the
client by including a redirect instruction in the content of the response.
- JsfAjaxHandler() - Constructor for class org.springframework.faces.webflow.JsfAjaxHandler
-
- JsfAjaxHandler(AbstractAjaxHandler) - Constructor for class org.springframework.faces.webflow.JsfAjaxHandler
-
- JsfFlowHandlerAdapter - Class in org.springframework.faces.webflow
-
An extension of
FlowHandlerAdapter that replaces the default
AjaxHandler instance with a
JsfAjaxHandler.
- JsfFlowHandlerAdapter() - Constructor for class org.springframework.faces.webflow.JsfFlowHandlerAdapter
-
- JsfManagedBeanAwareELExpressionParser - Class in org.springframework.faces.webflow
-
A JSF-specific ExpressionParser that allows beans managed by either JSF, Spring, or Web Flow to be referenced in
expressions in the FlowDefinition.
- JsfManagedBeanAwareELExpressionParser(ExpressionFactory) - Constructor for class org.springframework.faces.webflow.JsfManagedBeanAwareELExpressionParser
-
- JsfManagedBeanPropertyAccessor - Class in org.springframework.faces.webflow
-
Spring EL PropertyAccessor that checks request, session, and application scopes for existing JSF-managed beans.
- JsfManagedBeanPropertyAccessor() - Constructor for class org.springframework.faces.webflow.JsfManagedBeanPropertyAccessor
-
- JsfManagedBeanResolver - Class in org.springframework.faces.webflow
-
ELResolver that checks request, session, and application scopes for existing JSF-managed beans.
- JsfManagedBeanResolver() - Constructor for class org.springframework.faces.webflow.JsfManagedBeanResolver
-
- jsfResourceRequestHandler() - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
-
- JsfResourceRequestHandler - Class in org.springframework.faces.webflow
-
Handles a request by delegating to the JSF ResourceHandler, which serves web
application and classpath resources such as images, CSS and JavaScript files
from well-known locations.
- JsfResourceRequestHandler() - Constructor for class org.springframework.faces.webflow.JsfResourceRequestHandler
-
- JsfRuntimeInformation - Class in org.springframework.faces.webflow
-
Helper class to provide information about the JSF runtime environment such as
JSF version and implementation.
- JsfRuntimeInformation() - Constructor for class org.springframework.faces.webflow.JsfRuntimeInformation
-
- JsfUtils - Class in org.springframework.faces.webflow
-
Common support for the JSF integration with Spring Web Flow.
- JsfUtils() - Constructor for class org.springframework.faces.webflow.JsfUtils
-
- JsfView - Class in org.springframework.faces.mvc
-
JSF View that renders a transient (stateless) JSF view template.
- JsfView() - Constructor for class org.springframework.faces.mvc.JsfView
-
- JsfView - Class in org.springframework.faces.webflow
-
JSF-specific View implementation.
- JsfView(UIViewRoot, Lifecycle, RequestContext) - Constructor for class org.springframework.faces.webflow.JsfView
-
Creates a new JSF view.
- JsfViewFactory - Class in org.springframework.faces.webflow
-
JSF-specific ViewFactory implementation.
- JsfViewFactory(Expression, Lifecycle) - Constructor for class org.springframework.faces.webflow.JsfViewFactory
-
- JsfViewFactoryCreator - Class in org.springframework.faces.webflow
-
A ViewFactoryCreator implementation for creating instances of a JSF-specific ViewFactory.
- JsfViewFactoryCreator() - Constructor for class org.springframework.faces.webflow.JsfViewFactoryCreator
-
- jsrResourceHandlerMapping() - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
-
- saveState() - Method in class org.springframework.faces.webflow.JsfView
-
Updates the component state stored in View scope so that it remains in sync with the updated flow execution
snapshot
- select(T) - Method in class org.springframework.faces.model.ManySelectionTrackingListDataModel
-
- select(T) - Method in class org.springframework.faces.model.OneSelectionTrackingListDataModel
-
- select(T) - Method in interface org.springframework.faces.model.SelectionAware
-
Selects the given row data object in the model.
- selectAll() - Method in class org.springframework.faces.model.ManySelectionTrackingListDataModel
-
- selectAll() - Method in class org.springframework.faces.model.OneSelectionTrackingListDataModel
-
- selectAll() - Method in interface org.springframework.faces.model.SelectionAware
-
Selects all row data objects in the model.
- SelectionAware<T> - Interface in org.springframework.faces.model
-
Interface for DataModel implementations that need to track selected rows.
- SelectionTrackingActionListener - Class in org.springframework.faces.model
-
Custom
ActionListener that inspects the
UIComponent that signaled the current
ActionEvent to
determine whether it is a child of any iterator type of component (such as
UIData) that uses a
SelectionAware data model implementation.
- SelectionTrackingActionListener(ActionListener) - Constructor for class org.springframework.faces.model.SelectionTrackingActionListener
-
- sendAjaxRedirectInternal(String, HttpServletRequest, HttpServletResponse, boolean) - Method in class org.springframework.faces.webflow.JsfAjaxHandler
-
- SerializableListDataModel<T> - Class in org.springframework.faces.model
-
A simple List-to-JSF-DataModel adapter that is also Serializable.
- SerializableListDataModel() - Constructor for class org.springframework.faces.model.SerializableListDataModel
-
- SerializableListDataModel(List<T>) - Constructor for class org.springframework.faces.model.SerializableListDataModel
-
Adapt the list to a data model;
- setApplication(Application) - Method in class org.springframework.faces.webflow.FlowApplicationFactory
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
-
- setConversionService(ConversionService) - Method in class org.springframework.faces.config.FlowBuilderServicesBuilder
-
Set the ConversionService to use.
- setCurrentRowSelected(boolean) - Method in class org.springframework.faces.model.ManySelectionTrackingListDataModel
-
- setCurrentRowSelected(boolean) - Method in class org.springframework.faces.model.OneSelectionTrackingListDataModel
-
- setCurrentRowSelected(boolean) - Method in interface org.springframework.faces.model.SelectionAware
-
Sets whether the row pointed to by the model's current index is selected
- setDevelopmentMode(boolean) - Method in class org.springframework.faces.config.FlowBuilderServicesBuilder
-
Put all flows in development mode.
- setEnableManagedBeans(boolean) - Method in class org.springframework.faces.config.FlowBuilderServicesBuilder
-
Whether to enable access to JSF-managed beans from EL expressions.
- setExpressionParser(ExpressionParser) - Method in class org.springframework.faces.config.FlowBuilderServicesBuilder
-
Set the ExpressionParser to use.
- setPartialRequest(boolean) - Method in class org.springframework.faces.webflow.FlowPartialViewContext
-
- setResponse(Object) - Method in class org.springframework.faces.webflow.FlowExternalContext
-
- setSelections(List<T>) - Method in class org.springframework.faces.model.ManySelectionTrackingListDataModel
-
- setSelections(List<T>) - Method in class org.springframework.faces.model.OneSelectionTrackingListDataModel
-
- setSelections(List<T>) - Method in interface org.springframework.faces.model.SelectionAware
-
Sets the list of selected row data objects for the model.
- setStateManager(StateManager) - Method in class org.springframework.faces.webflow.FlowApplication
-
Inserts
FlowStateManager in front of the given StateManager (if not already done).
- setValidationHintResolver(ValidationHintResolver) - Method in class org.springframework.faces.config.FlowBuilderServicesBuilder
-
The ValidationHintResolver to use to resolve validation hints such as bean validation groups.
- setValidator(Validator) - Method in class org.springframework.faces.config.FlowBuilderServicesBuilder
-
Set the Validator to use for validating a model declared on a view state.
- setValue(ELContext, Object, Object, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanResolver
-
Sets a bean value if a corresponding key is found in one of the ExternalContext scopes.
- setViewFactoryCreator(ViewFactoryCreator) - Method in class org.springframework.faces.config.FlowBuilderServicesBuilder
-
Set a custom ViewFactoryCreator to use for rendering.
- setViewHandler(ViewHandler) - Method in class org.springframework.faces.webflow.FlowApplication
-
Inserts a
FlowViewHandler in front of the given ViewHandler (if not already done).
- setViewRoot(UIViewRoot) - Method in class org.springframework.faces.webflow.JsfView
-
- setWrappedData(Object) - Method in class org.springframework.faces.model.SerializableListDataModel
-