Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractFacesFlowConfiguration - Class in org.springframework.faces.config
-
A base class for
@Configurationclasses to configure Spring Web Flow in JSF applications. - AbstractFacesFlowConfiguration() - Constructor for class org.springframework.faces.config.AbstractFacesFlowConfiguration
- addFacesConverters() - Method in class org.springframework.faces.model.converter.FacesConversionService
- 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
- 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
FlowBuilderServicesinstance.
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
- createViewResource(FacesContext, String) - Method in class org.springframework.faces.webflow.FlowResourceHandler
D
- DataModelConverter - Class in org.springframework.faces.model.converter
- 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
- doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.faces.config.FacesFlowBuilderServicesBeanDefinitionParser
E
- 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
AbstractAuthorizeTagfor use with standard Facelets rendering technology. - FaceletsAuthorizeTag() - Constructor for class org.springframework.faces.security.FaceletsAuthorizeTag
-
A default constructor.
- FaceletsAuthorizeTag(FaceletContext, TagAttribute, TagAttribute, TagAttribute, TagAttribute, TagAttribute, TagAttribute) - Constructor for class org.springframework.faces.security.FaceletsAuthorizeTag
-
A class constructor for use in a
TagHandler. - FaceletsAuthorizeTagHandler - Class in org.springframework.faces.security
-
A standard Facelets
TagHandlerfor 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
ConversionServiceimplementation for JSF that composes JSF-specific converters with the standard Web Flow converters. - FacesConversionService() - Constructor for class org.springframework.faces.model.converter.FacesConversionService
- FacesConversionService(ConversionService) - Constructor for class org.springframework.faces.model.converter.FacesConversionService
- FacesFlowBuilderServicesBeanDefinitionParser - Class in org.springframework.faces.config
-
Parser for the flow-builder-services tag.
- FacesFlowBuilderServicesBeanDefinitionParser() - Constructor for class org.springframework.faces.config.FacesFlowBuilderServicesBeanDefinitionParser
- FacesMessageSource(String) - Constructor for class org.springframework.faces.webflow.FlowFacesContext.FacesMessageSource
- FacesNamespaceHandler - Class in org.springframework.faces.config
-
Namespace handler for the faces namespace.
- FacesNamespaceHandler() - Constructor for class org.springframework.faces.config.FacesNamespaceHandler
- FacesSpringELExpressionParser - Class in org.springframework.faces.webflow
-
A Spring EL
ExpressionParserfor 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
FactoryFinderclass. - FlowActionListener - Class in org.springframework.faces.webflow
-
The default
ActionListenerimplementation 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
Applicationinstance in order to ensure Web Flow specific implementations ofViewHandlerandStateManagerare 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
ApplicationFactorythat ensures the FlowApplication is the firstApplicationin 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
FlowBuilderServicesinstances for use in JSF applications. - FlowBuilderServicesBuilder() - Constructor for class org.springframework.faces.config.FlowBuilderServicesBuilder
- FlowELResolver - Class in org.springframework.faces.webflow
-
Custom
ELResolverfor resolving web flow specific expressions. - FlowELResolver() - Constructor for class org.springframework.faces.webflow.FlowELResolver
- FlowExternalContext - Class in org.springframework.faces.webflow
-
Custom
ExternalContextimplementation that supports custom response objects other thanHttpServletResponse. - FlowExternalContext(RequestContext, ExternalContext) - Constructor for class org.springframework.faces.webflow.FlowExternalContext
- FlowFacesContext - Class in org.springframework.faces.webflow
-
Custom
FacesContextimplementation that delegates all standard FacesContext messaging functionality to a SpringMessageSourcemade 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
Sourcethat originated from JSF. - FlowFacesContext.FlowFacesMessage - Class in org.springframework.faces.webflow
-
Adapter class to convert a
FacesMessageto a SpringMessage. - FlowFacesContextLifecycleListener - Class in org.springframework.faces.webflow
-
A
FlowExecutionListenerthat creates aFlowFacesContextinstance when a flow request is submitted and releases it when the request has been processed. - FlowFacesContextLifecycleListener() - Constructor for class org.springframework.faces.webflow.FlowFacesContextLifecycleListener
- FlowFacesMessage(FlowFacesContext.FacesMessageSource, FacesMessage) - Constructor for class org.springframework.faces.webflow.FlowFacesContext.FlowFacesMessage
- FlowLifecycle - Class in org.springframework.faces.webflow
-
Custom
Lifecyclefor Spring Web Flow that only executes the APPLY_REQUEST_VALUES through INVOKE_APPLICATION phases. - FlowPartialViewContext - Class in org.springframework.faces.webflow
-
Web Flow
PartialViewContextimplementation allowing IDs for partial rendering to be specified from the server-side. - FlowPartialViewContext(PartialViewContext) - Constructor for class org.springframework.faces.webflow.FlowPartialViewContext
- FlowRenderKit - Class in org.springframework.faces.webflow
-
A render kit implementation that ensures use of Web Flow's FlowViewResponseStateManager, which takes over reading and writing JSF state and manages that in Web Flow's view scope.
- FlowRenderKit(RenderKit) - Constructor for class org.springframework.faces.webflow.FlowRenderKit
- FlowResourceHandler - Class in org.springframework.faces.webflow
-
Resolves Facelets resources using Spring Resource paths such as "classpath:foo.xhtml".
- FlowResourceHandler(ResourceHandler) - Constructor for class org.springframework.faces.webflow.FlowResourceHandler
- 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
StateManagerthat 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
ViewHandlerimplementation 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.FlowApplicationFactory
- getApplicationContext() - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
- getBeanClassName(Element) - Method in class org.springframework.faces.config.FacesFlowBuilderServicesBeanDefinitionParser
- getClientId() - Method in class org.springframework.faces.webflow.FlowFacesContext.FacesMessageSource
- getClientIdsWithMessages() - Method in class org.springframework.faces.webflow.FlowFacesContext
-
Returns an Iterator for all component clientId's for which messages have been added.
- getCommonPropertyType(ELContext, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanResolver
- getCryptographicallyStrongTokenFromSession(FacesContext) - Method in class org.springframework.faces.webflow.FlowResponseStateManager
- getELContext() - Method in class org.springframework.faces.webflow.FlowFacesContext
- getExternalContext() - Method in class org.springframework.faces.webflow.FlowFacesContext
- getFacesContext(Object, Object, Object) - Method in class org.springframework.faces.webflow.FacesContextHelper
-
Returns a faces context that can be used outside of Web Flow.
- getFacesMessage() - Method in class org.springframework.faces.webflow.FlowFacesContext.FlowFacesMessage
- getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanResolver
- getFlowBuilderServicesBuilder() - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
-
Return a builder for creating a
FlowBuilderServicesinstance. - getFlowDefinitionRegistryBuilder() - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
-
Return a builder for creating a
FlowDefinitionRegistryinstance. - getFlowDefinitionRegistryBuilder(FlowBuilderServices) - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
-
Return a builder for creating a
FlowDefinitionRegistryinstance. - 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
FlowExecutorinstance. - getMaximumSeverity() - Method in class org.springframework.faces.webflow.FlowFacesContext
-
Return the maximum severity level recorded on any FacesMessages that has been queued, whether or not they are associated with any specific UIComponent.
- getMessageList() - Method in class org.springframework.faces.webflow.FlowFacesContext
-
Returns a List for all Messages in the current MessageContext that does translation to FacesMessages.
- getMessageList(String) - Method in class org.springframework.faces.webflow.FlowFacesContext
-
Returns a List for all Messages with the given clientId in the current MessageContext that does translation to FacesMessages.
- getMessages() - Method in class org.springframework.faces.webflow.FlowFacesContext
-
Returns an Iterator for all Messages in the current MessageContext that does translation to FacesMessages.
- getMessages(String) - Method in class org.springframework.faces.webflow.FlowFacesContext
-
Returns an Iterator for all Messages with the given clientId in the current MessageContext that does translation to FacesMessages.
- getPartialViewContext() - Method in class org.springframework.faces.webflow.FlowFacesContext
- getPhaseId() - Method in class org.springframework.faces.support.RequestLoggingPhaseListener
- getPhaseListeners() - Method in class org.springframework.faces.support.LifecycleWrapper
- getRenderIds() - Method in class org.springframework.faces.webflow.FlowPartialViewContext
- getRenderResponse() - Method in class org.springframework.faces.webflow.FlowFacesContext
- getRequest() - Method in class org.springframework.faces.security.FaceletsAuthorizeTag
- getResponse() - Method in class org.springframework.faces.security.FaceletsAuthorizeTag
- getResponse() - Method in class org.springframework.faces.webflow.FlowExternalContext
- getResponseComplete() - Method in class org.springframework.faces.webflow.FlowFacesContext
- getResponseStateManager() - Method in class org.springframework.faces.webflow.FlowRenderKit
-
Returns an instance of
FlowResponseStateManagerin a JSF 2 environment or returns the delegates's ResponseStateManager instance otherwise. - getSelectedRow() - Method in class org.springframework.faces.model.OneSelectionTrackingListDataModel
- getSelections() - Method in class org.springframework.faces.model.ManySelectionTrackingListDataModel
- getSelections() - Method in class org.springframework.faces.model.OneSelectionTrackingListDataModel
- getSelections() - Method in interface org.springframework.faces.model.SelectionAware
-
Returns the list of selected row data objects for the model.
- getServletContext() - Method in class org.springframework.faces.security.FaceletsAuthorizeTag
- getSeverity() - Method in class org.springframework.faces.webflow.FlowFacesContext.FlowFacesMessage
- getSourceClass() - Method in class org.springframework.faces.model.converter.DataModelConverter
- getSpecificTargetClasses() - Method in class org.springframework.faces.webflow.JsfManagedBeanPropertyAccessor
- getState(FacesContext, String) - Method in class org.springframework.faces.webflow.FlowResponseStateManager
- getTargetClass() - Method in class org.springframework.faces.model.converter.DataModelConverter
- getText() - Method in class org.springframework.faces.webflow.FlowFacesContext.FlowFacesMessage
- getType(ELContext, Object, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanResolver
- getUserEventState() - Method in class org.springframework.faces.webflow.JsfView
- getValue(ELContext, Object, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanResolver
- getView(RequestContext) - Method in class org.springframework.faces.webflow.JsfViewFactory
-
Executes the RESTORE_VIEW phase of the JSF lifecycle at the beginning of a request, and creates the next view to be rendered in the case of an executing transition.
- getViewIdByConvention(String) - Method in class org.springframework.faces.webflow.JsfViewFactoryCreator
- getViewRoot() - Method in class org.springframework.faces.webflow.JsfView
-
Returns the underlying view root.
- getViewState(FacesContext, Object) - Method in class org.springframework.faces.webflow.FlowResponseStateManager
-
This method returns the flow execution key to be used as the value for the "jakarta.faces.ViewState" hidden input field.
- getWrapped() - Method in class org.springframework.faces.support.LifecycleWrapper
- getWrapped() - Method in class org.springframework.faces.webflow.FlowApplication
- getWrapped() - Method in class org.springframework.faces.webflow.FlowApplicationFactory
- getWrapped() - Method in class org.springframework.faces.webflow.FlowExternalContext
- getWrapped() - Method in class org.springframework.faces.webflow.FlowFacesContext
- getWrapped() - Method in class org.springframework.faces.webflow.FlowLifecycle
- getWrapped() - Method in class org.springframework.faces.webflow.FlowPartialViewContext
- getWrapped() - Method in class org.springframework.faces.webflow.FlowRenderKit
- getWrapped() - Method in class org.springframework.faces.webflow.FlowResourceHandler
- getWrapped() - Method in class org.springframework.faces.webflow.FlowResponseStateManager
- getWrapped() - Method in class org.springframework.faces.webflow.FlowViewHandler
- getWrappedData() - Method in class org.springframework.faces.model.SerializableListDataModel
H
- handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.faces.webflow.JsfFlowHandlerAdapter
- handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.faces.webflow.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
- 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 2.5, always returns true.
- isAtLeastJsf20() - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
-
Deprecated.as of 2.5, always returns true.
- isAtLeastJsf21() - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
-
Deprecated.as of 2.5, always returns true.
- isAtLeastJsf22() - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
-
Deprecated.as of 2.5, always returns true.
- 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 2.5, always returns false.
- isMojarraPresent() - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
- isMyFacesInUse() - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
- isMyFacesPresent() - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
- isPostback() - Method in class org.springframework.faces.webflow.FlowFacesContext
- isPostback(FacesContext) - Method in class org.springframework.faces.webflow.FlowResponseStateManager
- isReadOnly(ELContext, Object, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanResolver
- isSavingStateInClient(FacesContext) - Method in class org.springframework.faces.webflow.FlowStateManager
- isStateless(FacesContext, String) - Method in class org.springframework.faces.webflow.FlowResponseStateManager
- isValidationFailed() - Method in class org.springframework.faces.webflow.FlowFacesContext
J
- 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
FlowHandlerAdapterthat replaces the defaultAjaxHandlerinstance with aJsfAjaxHandler. - JsfFlowHandlerAdapter() - Constructor for class org.springframework.faces.webflow.JsfFlowHandlerAdapter
- JsfManagedBeanAwareELExpressionParser - Class in org.springframework.faces.webflow
-
A JSF-specific ExpressionParser that allows beans managed by either JSF, Spring, or Web Flow to be referenced in expressions in the FlowDefinition.
- JsfManagedBeanAwareELExpressionParser(ExpressionFactory) - Constructor for class org.springframework.faces.webflow.JsfManagedBeanAwareELExpressionParser
- JsfManagedBeanPropertyAccessor - Class in org.springframework.faces.webflow
-
Spring EL PropertyAccessor that checks request, session, and application scopes for existing JSF-managed beans.
- JsfManagedBeanPropertyAccessor() - Constructor for class org.springframework.faces.webflow.JsfManagedBeanPropertyAccessor
- JsfManagedBeanResolver - Class in org.springframework.faces.webflow
-
ELResolver that checks request, session, and application scopes for existing JSF-managed beans.
- JsfManagedBeanResolver() - Constructor for class org.springframework.faces.webflow.JsfManagedBeanResolver
- jsfResourceRequestHandler() - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
- JsfResourceRequestHandler - Class in org.springframework.faces.webflow
-
Handles a request by delegating to the JSF ResourceHandler, which serves web application and classpath resources such as images, CSS and JavaScript files from well-known locations.
- JsfResourceRequestHandler() - Constructor for class org.springframework.faces.webflow.JsfResourceRequestHandler
- JsfRuntimeInformation - Class in org.springframework.faces.webflow
-
Helper class to provide information about the JSF runtime environment such as JSF version and implementation.
- JsfRuntimeInformation() - Constructor for class org.springframework.faces.webflow.JsfRuntimeInformation
- JsfUtils - Class in org.springframework.faces.webflow
-
Common support for the JSF integration with Spring Web Flow.
- JsfUtils() - Constructor for class org.springframework.faces.webflow.JsfUtils
- JsfView - Class in org.springframework.faces.mvc
-
JSF View that renders a transient (stateless) JSF view template.
- JsfView - Class in org.springframework.faces.webflow
-
JSF-specific
Viewimplementation. - JsfView() - Constructor for class org.springframework.faces.mvc.JsfView
- 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
ViewFactoryimplementation. - JsfViewFactory(Expression, Lifecycle) - Constructor for class org.springframework.faces.webflow.JsfViewFactory
- JsfViewFactoryCreator - Class in org.springframework.faces.webflow
-
A
ViewFactoryCreatorimplementation for creating instances of a JSF-specificViewFactory. - 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
Lifecyclethat can be subclassed by developers wishing to provide specialized behavior to an existinginstance. - LifecycleWrapper() - Constructor for class org.springframework.faces.support.LifecycleWrapper
M
- ManySelectionTrackingListDataModel<T> - Class in org.springframework.faces.model
-
A
DataModelimplementation 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
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
FacesContextinstance. - newInstance() - Static method in class org.springframework.faces.webflow.FlowLifecycle
- newInstance(RequestContext, Lifecycle) - Static method in class org.springframework.faces.webflow.FlowFacesContext
- 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
DataModelimplementation 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).
P
- parse(Element, ParserContext) - Method in class org.springframework.faces.config.ResourcesBeanDefinitionParser
- 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
- release() - Method in class org.springframework.faces.webflow.FlowFacesContext
- releaseIfNecessary() - Method in class org.springframework.faces.webflow.FacesContextHelper
-
Release any previously
obtainedFacesContextif necessary. - removePhaseListener(PhaseListener) - 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.
- render(FacesContext) - Method in class org.springframework.faces.support.LifecycleWrapper
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.faces.mvc.JsfView
- renderResponse() - Method in class org.springframework.faces.webflow.FlowFacesContext
- RequestLoggingPhaseListener - Class in org.springframework.faces.support
-
PhaseListenerthat logs the execution of the individual phases of the JSF lifecycle. - RequestLoggingPhaseListener() - Constructor for class org.springframework.faces.support.RequestLoggingPhaseListener
- requestProcessed(RequestContext) - Method in class org.springframework.faces.webflow.FlowFacesContextLifecycleListener
-
Releases the current
FlowFacesContextinstance. - requestSubmitted(RequestContext) - Method in class org.springframework.faces.webflow.FlowFacesContextLifecycleListener
-
Creates a new instance of
FlowFacesContextthat is then available for the duration of the request. - resolveMessage(MessageSource, Locale) - Method in class org.springframework.faces.webflow.FlowFacesContext.FlowFacesMessage
- 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.FlowFacesContext
- responseSendError(int, String) - Method in class org.springframework.faces.webflow.FlowExternalContext
- 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
- 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
DataModelimplementations that need to track selected rows. - SelectionTrackingActionListener - Class in org.springframework.faces.model
-
Custom
ActionListenerthat inspects theUIComponentthat signaled the currentActionEventto determine whether it is a child of any iterator type of component (such asUIData) that uses aSelectionAwaredata 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-DataModeladapter that is alsoSerializable. - SerializableListDataModel() - Constructor for class org.springframework.faces.model.SerializableListDataModel
- SerializableListDataModel(List<T>) - Constructor for class org.springframework.faces.model.SerializableListDataModel
-
Adapt the list to a data model;
- setApplication(Application) - Method in class org.springframework.faces.webflow.FlowApplicationFactory
- setApplicationContext(ApplicationContext) - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
- setConversionService(ConversionService) - Method in class org.springframework.faces.config.FlowBuilderServicesBuilder
-
Set the
ConversionServiceto use. - setCurrentRowSelected(boolean) - Method in class org.springframework.faces.model.ManySelectionTrackingListDataModel
- setCurrentRowSelected(boolean) - Method in class org.springframework.faces.model.OneSelectionTrackingListDataModel
- setCurrentRowSelected(boolean) - Method in interface org.springframework.faces.model.SelectionAware
-
Sets whether the row pointed to by the model's current index is selected
- setDevelopmentMode(boolean) - Method in class org.springframework.faces.config.FlowBuilderServicesBuilder
-
Put all flows in development mode.
- setEnableManagedBeans(boolean) - Method in class org.springframework.faces.config.FlowBuilderServicesBuilder
-
Whether to enable access to JSF-managed beans from EL expressions.
- setExpressionParser(ExpressionParser) - Method in class org.springframework.faces.config.FlowBuilderServicesBuilder
-
Set the
ExpressionParserto use. - setPartialRequest(boolean) - Method in class org.springframework.faces.webflow.FlowPartialViewContext
- setResponse(Object) - Method in class org.springframework.faces.webflow.FlowExternalContext
- setSelections(List<T>) - Method in class org.springframework.faces.model.ManySelectionTrackingListDataModel
- setSelections(List<T>) - Method in class org.springframework.faces.model.OneSelectionTrackingListDataModel
- setSelections(List<T>) - Method in interface org.springframework.faces.model.SelectionAware
-
Sets the list of selected row data objects for the model.
- setStateManager(StateManager) - Method in class org.springframework.faces.webflow.FlowApplication
-
Inserts
FlowStateManagerin front of the given StateManager (if not already done). - setValidationHintResolver(ValidationHintResolver) - Method in class org.springframework.faces.config.FlowBuilderServicesBuilder
-
The
ValidationHintResolverto use to resolve validation hints such as bean validation groups. - setValidator(Validator) - Method in class org.springframework.faces.config.FlowBuilderServicesBuilder
-
Set the
Validatorto 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
ViewFactoryCreatorto use for rendering. - setViewHandler(ViewHandler) - Method in class org.springframework.faces.webflow.FlowApplication
-
Inserts a
FlowViewHandlerin front of the given ViewHandler (if not already done). - setViewRoot(UIViewRoot) - Method in class org.springframework.faces.webflow.JsfView
- setWrappedData(Object) - Method in class org.springframework.faces.model.SerializableListDataModel
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
W
- write(EvaluationContext, Object, String, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanPropertyAccessor
- writeState(FacesContext, Object) - Method in class org.springframework.faces.webflow.FlowResponseStateManager
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form