spring-faces
A B C D E F G H I J L M N O P R S T U V W 

A

AbstractFacesFlowConfiguration - Class in org.springframework.faces.config
A base class for @Configuration classes to configure Spring Web Flow in JSF applications.
AbstractFacesFlowConfiguration() - Constructor for class org.springframework.faces.config.AbstractFacesFlowConfiguration
 
AbstractFacesPortletFlowConfiguration - Class in org.springframework.faces.config
Extends AbstractFacesFlowConfiguration and registers a JsfResourceRequestHandler bean for serving resources in a Portlet environment.
AbstractFacesPortletFlowConfiguration() - Constructor for class org.springframework.faces.config.AbstractFacesPortletFlowConfiguration
 
addFacesConverters() - Method in class org.springframework.faces.model.converter.FacesConversionService
 
addMessage(String, FacesMessage) - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
 
addMessage(String, FacesMessage) - Method in class org.springframework.faces.webflow.FlowFacesContext
Translates a FacesMessage to a Spring Web Flow message and adds it to the current MessageContext
addPhaseListener(PhaseListener) - Method in class org.springframework.faces.support.LifecycleWrapper
 
addResponseCookie(String, String, Map<String, Object>) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
addResponseHeader(String, String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
afterPhase(PhaseEvent) - Method in class org.springframework.faces.support.RequestLoggingPhaseListener
 
afterPropertiesSet() - Method in class org.springframework.faces.mvc.JsfView
 
afterPropertiesSet() - Method in class org.springframework.faces.webflow.JsfFlowHandlerAdapter
 
apply(FaceletContext, UIComponent) - Method in class org.springframework.faces.security.FaceletsAuthorizeTagHandler
 
areAllGranted(String) - Static method in class org.springframework.faces.security.FaceletsAuthorizeTagUtils
Returns true if the user has all of of the given authorities.
areAnyGranted(String) - Static method in class org.springframework.faces.security.FaceletsAuthorizeTagUtils
Returns true if the user has any of the given authorities.
areNotGranted(String) - Static method in class org.springframework.faces.security.FaceletsAuthorizeTagUtils
Returns true if the user does not have any of the given authorities.

B

beforePhase(PhaseEvent) - Method in class org.springframework.faces.support.RequestLoggingPhaseListener
 
build() - Method in class org.springframework.faces.config.FlowBuilderServicesBuilder
Create and return a FlowBuilderServices instance.

C

calculateLocale(FacesContext) - Method in class org.springframework.faces.webflow.FlowViewHandler
 
canRead(EvaluationContext, Object, String) - Method in class org.springframework.faces.webflow.JsfManagedBeanPropertyAccessor
 
canWrite(EvaluationContext, Object, String) - Method in class org.springframework.faces.webflow.JsfManagedBeanPropertyAccessor
 
convertSourceToTargetClass(Object, Class<?>) - Method in class org.springframework.faces.model.converter.DataModelConverter
 
createView(FacesContext, String) - Method in class org.springframework.faces.webflow.FlowViewHandler
 
createViewFactory(Expression, ExpressionParser, ConversionService, BinderConfiguration, Validator, ValidationHintResolver) - Method in class org.springframework.faces.webflow.JsfViewFactoryCreator
 

D

DataModelConverter - Class in org.springframework.faces.model.converter
A Converter implementation that converts an Object, Object array, or List into a JSF DataModel.
DataModelConverter() - Constructor for class org.springframework.faces.model.converter.DataModelConverter
 
DEFAULT_FACES_CONTEXT - Static variable in class org.springframework.faces.webflow.FlowFacesContextLifecycleListener
 
deriveViewId(FacesContext, String) - Method in class org.springframework.faces.webflow.FlowViewHandler
 
dispatch(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.faces.config.FacesFlowBuilderServicesBeanDefinitionParser
 

E

encodeActionURL(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
encodeBookmarkableURL(String, Map<String, List<String>>) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
encodeNamespace(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
encodePartialActionURL(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
encodeRedirectURL(String, Map<String, List<String>>) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
encodeResourceURL(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
equals(Object) - Method in class org.springframework.faces.webflow.FlowFacesContext.FacesMessageSource
 
EVENT_KEY - Static variable in class org.springframework.faces.webflow.JsfView
 
execute(FacesContext) - Method in class org.springframework.faces.support.LifecycleWrapper
 
execute(FacesContext) - Method in class org.springframework.faces.webflow.FlowLifecycle
Executes APPLY_REQUEST_VALUES through INVOKE_APPLICATION.

F

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
 

G

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
 

H

handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.faces.webflow.JsfFlowHandlerAdapter
 
handleAction(ActionRequest, ActionResponse, Object) - Method in class org.springframework.faces.webflow.context.portlet.JsfResourceRequestHandler
 
handleEvent(EventRequest, EventResponse, Object) - Method in class org.springframework.faces.webflow.context.portlet.JsfResourceRequestHandler
 
handleRender(RenderRequest, RenderResponse, Object) - Method in class org.springframework.faces.webflow.context.portlet.JsfResourceRequestHandler
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.faces.webflow.JsfResourceRequestHandler
 
handleResource(ResourceRequest, ResourceResponse, Object) - Method in class org.springframework.faces.webflow.context.portlet.JsfResourceRequestHandler
 
hasFlowEvent() - Method in class org.springframework.faces.webflow.JsfView
 
hashCode() - Method in class org.springframework.faces.webflow.FlowFacesContext.FacesMessageSource
 
httpRequestHandlerAdapter() - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
 

I

init() - Method in class org.springframework.faces.config.FacesNamespaceHandler
 
InitParameterMap - Class in org.springframework.faces.webflow.context.portlet
Map backed by a PortletContext for accessing Portlet initialization parameters.
InitParameterMap(PortletContext) - Constructor for class org.springframework.faces.webflow.context.portlet.InitParameterMap
 
invalidateSession() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
isAjaxRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.faces.webflow.JsfAjaxHandler
 
isAllowed(String, String) - Static method in class org.springframework.faces.security.FaceletsAuthorizeTagUtils
Returns true if the user is allowed to access the given URL and HTTP method combination.
isAsynchronousFlowRequest() - Static method in class org.springframework.faces.webflow.JsfUtils
 
isAtLeastJsf12() - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
Deprecated.
As of Web Flow 2.4.0 JSF 2.0 is a minimum requirement
isAtLeastJsf20() - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
Deprecated.
As of Web Flow 2.4.0 JSF 2.0 is a minimum requirement
isAtLeastJsf21() - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
 
isAtLeastJsf22() - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
 
isCurrentRowSelected() - Method in class org.springframework.faces.model.ManySelectionTrackingListDataModel
 
isCurrentRowSelected() - Method in class org.springframework.faces.model.OneSelectionTrackingListDataModel
 
isCurrentRowSelected() - Method in interface org.springframework.faces.model.SelectionAware
Checks whether the row pointed to by the model's current index is selected.
isFlowRequest() - Static method in class org.springframework.faces.webflow.JsfUtils
 
isLessThanJsf20() - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
Deprecated.
As of Web Flow 2.4.0 JSF 2.0 is a minimum requirement
isMyFacesInUse() - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
 
isMyFacesPresent() - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
 
isPortletContext(Object) - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
Determine if the specified context object is from portlet.
isPortletRequest(FacesContext) - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
Determine if the specified FacesContext is from a portlet request.
isPortletRequest(RequestContext) - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
Determine if the specified RequestContext is from a portlet request.
isPostback(FacesContext) - Method in class org.springframework.faces.support.ResponseStateManagerWrapper
 
isPostback() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
 
isPostback() - Method in class org.springframework.faces.webflow.FlowFacesContext
 
isPostback(FacesContext) - Method in class org.springframework.faces.webflow.MyFacesFlowResponseStateManager
 
isProcessingEvents() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
 
isProjectStage(ProjectStage) - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
 
isReadOnly(ELContext, Object, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanResolver
 
isReleased() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
 
isResponseCommitted() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
isSavingStateInClient(FacesContext) - Method in class org.springframework.faces.webflow.FlowStateManager
 
isSecure() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
isSpringPortletPresent() - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
Determines if the container has support for portlets and if Spring MVC portlet support is available
isUserInRole(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
isValidationFailed() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
 
isValidationFailed() - Method in class org.springframework.faces.webflow.FlowFacesContext
 
isWriteStateAfterRenderViewRequired(FacesContext) - Method in class org.springframework.faces.webflow.MyFacesFlowResponseStateManager
 

J

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
 

L

LifecycleWrapper - Class in org.springframework.faces.support
Provides a simple implementation of Lifecycle that can be subclassed by developers wishing to provide specialized behavior to an existing instance .
LifecycleWrapper() - Constructor for class org.springframework.faces.support.LifecycleWrapper
 
log(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
log(String, Throwable) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 

M

ManySelectionTrackingListDataModel<T> - Class in org.springframework.faces.model
A DataModel implementation that tracks the currently selected rows, allowing any number of rows to be selected at one time.
ManySelectionTrackingListDataModel() - Constructor for class org.springframework.faces.model.ManySelectionTrackingListDataModel
 
ManySelectionTrackingListDataModel(List<T>) - Constructor for class org.springframework.faces.model.ManySelectionTrackingListDataModel
 
MultiValueRequestParameterMap - Class in org.springframework.faces.webflow.context.portlet
A Map for accessing to PortletContext request parameters as a String array.
MultiValueRequestParameterMap(PortletRequest) - Constructor for class org.springframework.faces.webflow.context.portlet.MultiValueRequestParameterMap
 
MultiValueRequestPropertyMap - Class in org.springframework.faces.webflow.context.portlet
A Map for accessing to PortletContext request properties as a String array.
MultiValueRequestPropertyMap(PortletRequest) - Constructor for class org.springframework.faces.webflow.context.portlet.MultiValueRequestPropertyMap
 
MyFacesFlowResponseStateManager - Class in org.springframework.faces.webflow
A wrapper for FlowResponseStateManager used to support MyFaces partial state saving.
MyFacesFlowResponseStateManager(FlowResponseStateManager) - Constructor for class org.springframework.faces.webflow.MyFacesFlowResponseStateManager
 

N

newDefaultInstance(Object, Object, Object, Lifecycle) - Static method in class org.springframework.faces.webflow.FacesContextHelper
Factory method that can be used to create a new default FacesContext instance for the running (Portlet/Servlet) environment.
newInstance(RequestContext, Lifecycle) - Static method in class org.springframework.faces.webflow.FlowFacesContext
 
newInstance() - Static method in class org.springframework.faces.webflow.FlowLifecycle
 
notifyAfterListeners(PhaseId, Lifecycle, FacesContext) - Static method in class org.springframework.faces.webflow.JsfUtils
 
notifyBeforeListeners(PhaseId, Lifecycle, FacesContext) - Static method in class org.springframework.faces.webflow.JsfUtils
 

O

OneSelectionTrackingListDataModel<T> - Class in org.springframework.faces.model
A DataModel implementation that tracks the currently selected row, allowing only one selection at a time.
OneSelectionTrackingListDataModel() - Constructor for class org.springframework.faces.model.OneSelectionTrackingListDataModel
 
OneSelectionTrackingListDataModel(List<T>) - Constructor for class org.springframework.faces.model.OneSelectionTrackingListDataModel
 
org.springframework.faces.config - package org.springframework.faces.config
Configuration support for the Spring Faces custom XML namespace.
org.springframework.faces.model - package org.springframework.faces.model
Extended implementations of JSF-specific data structures such as DataModel.
org.springframework.faces.model.converter - package org.springframework.faces.model.converter
Conversion support for JSF-specific data structures.
org.springframework.faces.mvc - package org.springframework.faces.mvc
Support for JSF integration with Spring MVC.
org.springframework.faces.security - package org.springframework.faces.security
 
org.springframework.faces.support - package org.springframework.faces.support
Development and debugging support for working with JSF.
org.springframework.faces.webflow - package org.springframework.faces.webflow
The integration layer between Spring Web Flow and Java Server Faces (JSF).
org.springframework.faces.webflow.application.portlet - package org.springframework.faces.webflow.application.portlet
 
org.springframework.faces.webflow.context.portlet - package org.springframework.faces.webflow.context.portlet
 

P

parse(Element, ParserContext) - Method in class org.springframework.faces.config.ResourcesBeanDefinitionParser
 
PortletExternalContextImpl - Class in org.springframework.faces.webflow.context.portlet
An implementation of ExternalContext for use with Portlet requests.
PortletExternalContextImpl(PortletContext, PortletRequest, PortletResponse) - Constructor for class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
PortletFaceletViewHandler - Class in org.springframework.faces.webflow.application.portlet
Deprecated.
In favor of org.springframework.faces.webflow.context.portlet.PortletViewHandler
PortletFaceletViewHandler(ViewHandler) - Constructor for class org.springframework.faces.webflow.application.portlet.PortletFaceletViewHandler
Deprecated.
 
PortletFacesContextFactory - Class in org.springframework.faces.webflow.context.portlet
FacesContextFactory to support portlet environments.
PortletFacesContextFactory(FacesContextFactory) - Constructor for class org.springframework.faces.webflow.context.portlet.PortletFacesContextFactory
 
PortletFacesContextImpl - Class in org.springframework.faces.webflow.context.portlet
The default FacesContext implementation in Mojarra and in Apache MyFaces depends on the Servlet API.
PortletFacesContextImpl(ExternalContext) - Constructor for class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
 
PortletFacesContextImpl(PortletContext, PortletRequest, PortletResponse) - Constructor for class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
 
PortletViewHandler - Class in org.springframework.faces.webflow.context.portlet
JSF ViewHandler that adds support for generating Portlet compatible resource URLs.
PortletViewHandler(ViewHandler) - Constructor for class org.springframework.faces.webflow.context.portlet.PortletViewHandler
 
processAction(ActionEvent) - Method in class org.springframework.faces.model.SelectionTrackingActionListener
 
processAction(ActionEvent) - Method in class org.springframework.faces.webflow.FlowActionListener
 
processUserEvent() - Method in class org.springframework.faces.webflow.JsfView
Executes postback-processing portions of the standard JSF lifecycle including APPLY_REQUEST_VALUES through INVOKE_APPLICATION.

R

read(EvaluationContext, Object, String) - Method in class org.springframework.faces.webflow.JsfManagedBeanPropertyAccessor
 
redirect(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
release() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
release() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
 
release() - Method in class org.springframework.faces.webflow.FlowFacesContext
 
releaseIfNecessary() - Method in class org.springframework.faces.webflow.FacesContextHelper
Release any previously obtained FacesContext if necessary.
removeAttribute(String) - Method in class org.springframework.faces.webflow.context.portlet.InitParameterMap
 
removeAttribute(String) - Method in class org.springframework.faces.webflow.context.portlet.RequestParameterMap
 
removeAttribute(String) - Method in class org.springframework.faces.webflow.context.portlet.RequestPropertyMap
 
removePhaseListener(PhaseListener) - Method in class org.springframework.faces.support.LifecycleWrapper
 
render(FacesContext) - Method in class org.springframework.faces.support.LifecycleWrapper
 
render() - Method in class org.springframework.faces.webflow.JsfView
Performs the standard duties of the JSF RENDER_RESPONSE phase.
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.faces.mvc.JsfView
 
renderResponse() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
 
renderResponse() - Method in class org.springframework.faces.webflow.FlowFacesContext
 
RequestLoggingPhaseListener - Class in org.springframework.faces.support
PhaseListener that logs the execution of the individual phases of the JSF lifecycle.
RequestLoggingPhaseListener() - Constructor for class org.springframework.faces.support.RequestLoggingPhaseListener
 
RequestParameterMap<V> - Class in org.springframework.faces.webflow.context.portlet
/** Base class for Maps allowing access to PortletContext request paramters.
RequestParameterMap(PortletRequest) - Constructor for class org.springframework.faces.webflow.context.portlet.RequestParameterMap
 
requestProcessed(RequestContext) - Method in class org.springframework.faces.webflow.FlowFacesContextLifecycleListener
Releases the current FlowFacesContext instance.
RequestPropertyMap<V> - Class in org.springframework.faces.webflow.context.portlet
Base class for Maps allowing access to PortletContext request properties.
RequestPropertyMap(PortletRequest) - Constructor for class org.springframework.faces.webflow.context.portlet.RequestPropertyMap
 
requestSubmitted(RequestContext) - Method in class org.springframework.faces.webflow.FlowFacesContextLifecycleListener
Creates a new instance of FlowFacesContext that is then available for the duration of the request.
resolveMessage(MessageSource, Locale) - Method in class org.springframework.faces.webflow.FlowFacesContext.FlowFacesMessage
 
resolveUrl(String) - Method in class org.springframework.faces.webflow.FlowResourceResolver
 
ResourcesBeanDefinitionParser - Class in org.springframework.faces.config
Parser for the resources tag.
ResourcesBeanDefinitionParser() - Constructor for class org.springframework.faces.config.ResourcesBeanDefinitionParser
 
responseComplete() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
 
responseComplete() - Method in class org.springframework.faces.webflow.FlowFacesContext
 
responseFlushBuffer() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
responseReset() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
responseSendError(int, String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
responseSendError(int, String) - Method in class org.springframework.faces.webflow.FlowExternalContext
 
ResponseStateManagerWrapper - Class in org.springframework.faces.support
Provides a simple implementation of ResponseStateManager that can be subclassed by developers wishing to provide specialized behavior to an existing instance .
ResponseStateManagerWrapper() - Constructor for class org.springframework.faces.support.ResponseStateManagerWrapper
 
restoreView(FacesContext, String) - Method in class org.springframework.faces.webflow.FlowViewHandler
 

S

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
 

T

toString() - Method in class org.springframework.faces.model.SerializableListDataModel
 
toString() - Method in class org.springframework.faces.webflow.FlowFacesContext.FlowFacesMessage
 
toString() - Method in class org.springframework.faces.webflow.JsfView
 

U

userEventQueued() - Method in class org.springframework.faces.webflow.JsfView
 

V

validationFailed() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
 

W

write(EvaluationContext, Object, String, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanPropertyAccessor
 
writeState(FacesContext, Object) - Method in class org.springframework.faces.support.ResponseStateManagerWrapper
 
writeState(FacesContext, StateManager.SerializedView) - Method in class org.springframework.faces.support.ResponseStateManagerWrapper
Deprecated.
writeState(FacesContext, Object) - Method in class org.springframework.faces.webflow.FlowResponseStateManager
 
writeState(FacesContext, Object) - Method in class org.springframework.faces.webflow.MyFacesFlowResponseStateManager
 
writeState(FacesContext, StateManager.SerializedView) - Method in class org.springframework.faces.webflow.MyFacesFlowResponseStateManager
Deprecated.
writeStateAsUrlParams(FacesContext, StateManager.SerializedView) - Method in class org.springframework.faces.webflow.MyFacesFlowResponseStateManager
 
A B C D E F G H I J L M N O P R S T U V W 
spring-faces