- 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
-
- 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.FacesMessageSource(String) - Constructor for class org.springframework.faces.webflow.FlowFacesContext.FacesMessageSource
-
- FlowFacesContext.FlowFacesMessage - Class in org.springframework.faces.webflow
-
Adapter class to convert a FacesMessage to a Spring Message.
- FlowFacesContext.FlowFacesMessage(FlowFacesContext.FacesMessageSource, FacesMessage) - Constructor for class org.springframework.faces.webflow.FlowFacesContext.FlowFacesMessage
-
- 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
-
- 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
-
- FlowRenderKit(RenderKit) - Constructor for class org.springframework.faces.webflow.FlowRenderKit
-
- FlowResourceResolver - Class in org.springframework.faces.webflow
-
Resolves Facelets templates using Spring Resource paths such as "classpath:foo.xhtml".
- FlowResourceResolver() - Constructor for class org.springframework.faces.webflow.FlowResourceResolver
-
- 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.context.portlet.PortletFacesContextImpl
-
- getApplication() - Method in class org.springframework.faces.webflow.FlowApplicationFactory
-
- getApplicationContext() - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
-
- getApplicationMap() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getAttribute(String) - Method in class org.springframework.faces.webflow.context.portlet.InitParameterMap
-
- getAttribute(String) - Method in class org.springframework.faces.webflow.context.portlet.MultiValueRequestParameterMap
-
- getAttribute(String) - Method in class org.springframework.faces.webflow.context.portlet.MultiValueRequestPropertyMap
-
- getAttribute(String) - Method in class org.springframework.faces.webflow.context.portlet.SingleValueRequestParameterMap
-
- getAttribute(String) - Method in class org.springframework.faces.webflow.context.portlet.SingleValueRequestPropertyMap
-
- getAttributeNames() - Method in class org.springframework.faces.webflow.context.portlet.InitParameterMap
-
- getAttributeNames() - Method in class org.springframework.faces.webflow.context.portlet.RequestParameterMap
-
- getAttributeNames() - Method in class org.springframework.faces.webflow.context.portlet.RequestPropertyMap
-
- getAttributes() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
-
- getAuthType() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- 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.context.portlet.PortletFacesContextImpl
-
- 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
-
- getComponentStateToRestore(FacesContext) - Method in class org.springframework.faces.support.ResponseStateManagerWrapper
-
Deprecated.
- getComponentStateToRestore(FacesContext) - Method in class org.springframework.faces.webflow.MyFacesFlowResponseStateManager
-
- getContext() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getContextName() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getCurrentPhaseId() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
-
- getELContext() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
-
- getELContext() - Method in class org.springframework.faces.webflow.FlowFacesContext
-
- getExceptionHandler() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
-
- getExternalContext() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
-
- getExternalContext() - Method in class org.springframework.faces.webflow.FlowFacesContext
-
- getFacesContext(Object, Object, Object, Lifecycle) - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextFactory
-
- 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
-
- getFlash() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- 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.
- getHandler(PortletRequest) - Method in class org.springframework.faces.webflow.context.portlet.JsfResourceRequestHandler
-
- getInitParameter(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getInitParameterMap() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getMaximumSeverity() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
-
- 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.context.portlet.PortletFacesContextImpl
-
- getMessageList(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
-
- 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.context.portlet.PortletFacesContextImpl
-
- getMessages(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
-
- 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.
- getMimeType(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getOrder() - Method in class org.springframework.faces.webflow.context.portlet.JsfResourceRequestHandler
-
- getPartialViewContext() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
-
- 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
-
- getPortletRequest() - Method in class org.springframework.faces.webflow.context.portlet.RequestParameterMap
-
- getPortletRequest() - Method in class org.springframework.faces.webflow.context.portlet.RequestPropertyMap
-
- getRealPath(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getRemoteUser() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getRenderIds() - Method in class org.springframework.faces.webflow.FlowPartialViewContext
-
- getRenderKit() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
-
- getRenderResponse() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
-
- getRenderResponse() - Method in class org.springframework.faces.webflow.FlowFacesContext
-
- getRequest() - Method in class org.springframework.faces.security.FaceletsAuthorizeTag
-
- getRequest() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getRequestCharacterEncoding() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getRequestContentLength() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getRequestContentType() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getRequestContextPath() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getRequestCookieMap() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getRequestHeaderMap() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getRequestHeaderValuesMap() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getRequestLocale() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getRequestLocales() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getRequestMap() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getRequestParameterMap() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getRequestParameterNames() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getRequestParameterValuesMap() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getRequestPathInfo() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getRequestScheme() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getRequestServerName() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getRequestServerPort() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getRequestServletPath() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getResource(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getResourceAsStream(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getResourcePaths(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getResourceURL(FacesContext, String) - Method in class org.springframework.faces.webflow.context.portlet.PortletViewHandler
-
- getResponse() - Method in class org.springframework.faces.security.FaceletsAuthorizeTag
-
- getResponse() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getResponse() - Method in class org.springframework.faces.webflow.FlowExternalContext
-
- getResponseBufferSize() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getResponseCharacterEncoding() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getResponseComplete() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
-
- getResponseComplete() - Method in class org.springframework.faces.webflow.FlowFacesContext
-
- getResponseContentType() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getResponseOutputStream() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getResponseOutputWriter() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- 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.
- getResponseStream() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
-
- getResponseWriter() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
-
- 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
-
- getSession(boolean) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getSessionMap() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- getSessionMaxInactiveInterval() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- 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.support.ResponseStateManagerWrapper
-
- getState(FacesContext, String) - Method in class org.springframework.faces.webflow.FlowResponseStateManager
-
- getState(FacesContext, String) - Method in class org.springframework.faces.webflow.MyFacesFlowResponseStateManager
-
- getTargetClass() - Method in class org.springframework.faces.model.converter.DataModelConverter
-
- getText() - Method in class org.springframework.faces.webflow.FlowFacesContext.FlowFacesMessage
-
- getTreeStructureToRestore(FacesContext, String) - Method in class org.springframework.faces.support.ResponseStateManagerWrapper
-
Deprecated.
- getTreeStructureToRestore(FacesContext, String) - Method in class org.springframework.faces.webflow.MyFacesFlowResponseStateManager
-
- getType(ELContext, Object, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanResolver
-
- getUserEventState() - Method in class org.springframework.faces.webflow.JsfView
-
- getUserPrincipal() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- 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.context.portlet.PortletFacesContextImpl
-
- getViewRoot() - Method in class org.springframework.faces.webflow.JsfView
-
Returns the underlying view root.
- getViewState(FacesContext, Object) - Method in class org.springframework.faces.support.ResponseStateManagerWrapper
-
- 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.
- getViewState(FacesContext, Object) - Method in class org.springframework.faces.webflow.MyFacesFlowResponseStateManager
-
- getWrapped() - Method in class org.springframework.faces.support.LifecycleWrapper
-
- getWrapped() - Method in class org.springframework.faces.support.ResponseStateManagerWrapper
-
- getWrapped() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextFactory
-
- getWrapped() - Method in class org.springframework.faces.webflow.context.portlet.PortletViewHandler
-
- 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.FlowResponseStateManager
-
- getWrapped() - Method in class org.springframework.faces.webflow.FlowStateManager
-
- getWrapped() - Method in class org.springframework.faces.webflow.FlowViewHandler
-
- getWrapped() - Method in class org.springframework.faces.webflow.MyFacesFlowResponseStateManager
-
- getWrappedData() - Method in class org.springframework.faces.model.SerializableListDataModel
-
- Jsf2FlowResourceResolver - Class in org.springframework.faces.webflow
-
Deprecated.
Use FlowResourceResolver
- Jsf2FlowResourceResolver() - Constructor for class org.springframework.faces.webflow.Jsf2FlowResourceResolver
-
Deprecated.
- JSF_11 - Static variable in class org.springframework.faces.webflow.JsfRuntimeInformation
-
Deprecated.
As of Web Flow 2.4.0 JSF 2.0 is a minimum requirement
- JSF_12 - Static variable in class org.springframework.faces.webflow.JsfRuntimeInformation
-
Deprecated.
As of Web Flow 2.4.0 JSF 2.0 is a minimum requirement
- JSF_20 - Static variable in class org.springframework.faces.webflow.JsfRuntimeInformation
-
JSF Version 2.0
- JSF_21 - Static variable in class org.springframework.faces.webflow.JsfRuntimeInformation
-
JSF Version 2.1
- JSF_22 - Static variable in class org.springframework.faces.webflow.JsfRuntimeInformation
-
JSF Version 2.2
- 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
-
- jsfPortletResourceRequestHandler() - Method in class org.springframework.faces.config.AbstractFacesPortletFlowConfiguration
-
- jsfResourceRequestHandler() - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
-
- JsfResourceRequestHandler - Class in org.springframework.faces.webflow.context.portlet
-
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.context.portlet.JsfResourceRequestHandler
-
- 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
- saveState(FacesContext, Object) - Method in class org.springframework.faces.webflow.MyFacesFlowResponseStateManager
-
- 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
-
- setAttribute(String, String) - Method in class org.springframework.faces.webflow.context.portlet.InitParameterMap
-
- setAttribute(String, V) - Method in class org.springframework.faces.webflow.context.portlet.RequestParameterMap
-
- setAttribute(String, V) - Method in class org.springframework.faces.webflow.context.portlet.RequestPropertyMap
-
- setConversionService(ConversionService) - Method in class org.springframework.faces.config.FlowBuilderServicesBuilder
-
Set the ConversionService to use.
- setCurrentPhaseId(PhaseId) - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
-
- 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.
- setExceptionHandler(ExceptionHandler) - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
-
- setExpressionParser(ExpressionParser) - Method in class org.springframework.faces.config.FlowBuilderServicesBuilder
-
Set the ExpressionParser to use.
- setOrder(int) - Method in class org.springframework.faces.webflow.context.portlet.JsfResourceRequestHandler
-
- setPartialRequest(boolean) - Method in class org.springframework.faces.webflow.FlowPartialViewContext
-
- setProcessingEvents(boolean) - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
-
- setRequest(Object) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- setRequestCharacterEncoding(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- setResponse(Object) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- setResponse(Object) - Method in class org.springframework.faces.webflow.FlowExternalContext
-
- setResponseBufferSize(int) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- setResponseCharacterEncoding(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- setResponseContentLength(int) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- setResponseContentType(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- setResponseHeader(String, String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- setResponseStatus(int) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- setResponseStream(ResponseStream) - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
-
- setResponseWriter(ResponseWriter) - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
-
- 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.
- setSessionMaxInactiveInterval(int) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
-
- 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.context.portlet.PortletFacesContextImpl
-
- setViewRoot(UIViewRoot) - Method in class org.springframework.faces.webflow.JsfView
-
- setWrappedData(Object) - Method in class org.springframework.faces.model.SerializableListDataModel
-
- SingleValueRequestParameterMap - Class in org.springframework.faces.webflow.context.portlet
-
A Map for accessing to PortletContext request parameters containing single String values.
- SingleValueRequestParameterMap(PortletRequest) - Constructor for class org.springframework.faces.webflow.context.portlet.SingleValueRequestParameterMap
-
- SingleValueRequestPropertyMap - Class in org.springframework.faces.webflow.context.portlet
-
A Map for accessing to PortletContext request properties containing single String values.
- SingleValueRequestPropertyMap(PortletRequest) - Constructor for class org.springframework.faces.webflow.context.portlet.SingleValueRequestPropertyMap
-
- supports(Object) - Method in class org.springframework.faces.webflow.context.portlet.JsfResourceRequestHandler
-