Skip navigation links
spring-faces
A B C D E F G H I J L M N O P R S T U 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
 
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 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
 
createViewResource(FacesContext, String) - Method in class org.springframework.faces.webflow.FlowResourceHandler
 

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
 
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 AbstractAuthorizeTag for use with standard Facelets rendering technology.
FaceletsAuthorizeTag(FaceletContext, TagAttribute, TagAttribute, TagAttribute, TagAttribute, TagAttribute, TagAttribute) - Constructor for class org.springframework.faces.security.FaceletsAuthorizeTag
A class constructor for use in a TagHandler.
FaceletsAuthorizeTag() - Constructor for class org.springframework.faces.security.FaceletsAuthorizeTag
A default constructor.
FaceletsAuthorizeTagHandler - Class in org.springframework.faces.security
A standard Facelets TagHandler for performing Spring Security authorization decisions.
FaceletsAuthorizeTagHandler(TagConfig) - Constructor for class org.springframework.faces.security.FaceletsAuthorizeTagHandler
 
FaceletsAuthorizeTagUtils - Class in org.springframework.faces.security
This class provides static methods that are registered as EL functions and available for use in Unified EL expressions in standard Facelets views.
FaceletsAuthorizeTagUtils() - Constructor for class org.springframework.faces.security.FaceletsAuthorizeTagUtils
 
FacesContextHelper - Class in org.springframework.faces.webflow
Provides helper methods for getting a FacesContext that is suitable for use outside of Web Flow.
FacesContextHelper() - Constructor for class org.springframework.faces.webflow.FacesContextHelper
 
FacesConversionService - Class in org.springframework.faces.model.converter
Convenient ConversionService implementation for JSF that composes JSF-specific converters with the standard Web Flow converters.
FacesConversionService() - Constructor for class org.springframework.faces.model.converter.FacesConversionService
 
FacesConversionService(ConversionService) - Constructor for class org.springframework.faces.model.converter.FacesConversionService
 
FacesFlowBuilderServicesBeanDefinitionParser - Class in org.springframework.faces.config
Parser for the flow-builder-services tag.
FacesFlowBuilderServicesBeanDefinitionParser() - Constructor for class org.springframework.faces.config.FacesFlowBuilderServicesBeanDefinitionParser
 
FacesMessageSource(String) - Constructor for class org.springframework.faces.webflow.FlowFacesContext.FacesMessageSource
 
FacesNamespaceHandler - Class in org.springframework.faces.config
Namespace handler for the faces namespace.
FacesNamespaceHandler() - Constructor for class org.springframework.faces.config.FacesNamespaceHandler
 
FacesSpringELExpressionParser - Class in org.springframework.faces.webflow
A Spring EL ExpressionParser for use with JSF.
FacesSpringELExpressionParser(SpelExpressionParser) - Constructor for class org.springframework.faces.webflow.FacesSpringELExpressionParser
 
FacesSpringELExpressionParser(SpelExpressionParser, ConversionService) - Constructor for class org.springframework.faces.webflow.FacesSpringELExpressionParser
 
findFactory(Class<T>) - Static method in class org.springframework.faces.webflow.JsfUtils
Find a factory of the specified class using JSFs FactoryFinder class.
FlowActionListener - Class in org.springframework.faces.webflow
The default ActionListener implementation to be used with Web Flow.
FlowActionListener(ActionListener) - Constructor for class org.springframework.faces.webflow.FlowActionListener
 
FlowApplication - Class in org.springframework.faces.webflow
Wraps an Application instance in order to ensure Web Flow specific implementations of ViewHandler and StateManager are inserted at the front of the processing chain in JSF environments.
FlowApplication(Application) - Constructor for class org.springframework.faces.webflow.FlowApplication
Class constructor that accepts a delegate Application instance.
FlowApplicationFactory - Class in org.springframework.faces.webflow
Custom ApplicationFactory that ensures the FlowApplication is the first Application in the chain, which in turn guarantees the install order for other JSF components.
FlowApplicationFactory(ApplicationFactory) - Constructor for class org.springframework.faces.webflow.FlowApplicationFactory
 
FlowBuilderServicesBuilder - Class in org.springframework.faces.config
A builder for FlowBuilderServices instances for use in JSF applications.
FlowBuilderServicesBuilder() - Constructor for class org.springframework.faces.config.FlowBuilderServicesBuilder
 
FlowELResolver - Class in org.springframework.faces.webflow
Custom ELResolver for resolving web flow specific expressions.
FlowELResolver() - Constructor for class org.springframework.faces.webflow.FlowELResolver
 
FlowExternalContext - Class in org.springframework.faces.webflow
Custom ExternalContext implementation that supports custom response objects other than HttpServletResponse.
FlowExternalContext(RequestContext, ExternalContext) - Constructor for class org.springframework.faces.webflow.FlowExternalContext
 
FlowFacesContext - Class in org.springframework.faces.webflow
Custom FacesContext implementation that delegates all standard FacesContext messaging functionality to a Spring MessageSource made accessible as part of the current Web Flow request.
FlowFacesContext(RequestContext, FacesContext) - Constructor for class org.springframework.faces.webflow.FlowFacesContext
 
FlowFacesContext.FacesMessageSource - Class in org.springframework.faces.webflow
A Spring Message Source that originated from JSF.
FlowFacesContext.FlowFacesMessage - Class in org.springframework.faces.webflow
Adapter class to convert a FacesMessage to a Spring Message.
FlowFacesContextLifecycleListener - Class in org.springframework.faces.webflow
A FlowExecutionListener that creates a FlowFacesContext instance when a flow request is submitted and releases it when the request has been processed.
FlowFacesContextLifecycleListener() - Constructor for class org.springframework.faces.webflow.FlowFacesContextLifecycleListener
 
FlowFacesMessage(FlowFacesContext.FacesMessageSource, FacesMessage) - Constructor for class org.springframework.faces.webflow.FlowFacesContext.FlowFacesMessage
 
FlowLifecycle - Class in org.springframework.faces.webflow
Custom Lifecycle for Spring Web Flow that only executes the APPLY_REQUEST_VALUES through INVOKE_APPLICATION phases.
FlowPartialViewContext - Class in org.springframework.faces.webflow
Web Flow PartialViewContext implementation allowing IDs for partial rendering to be specified from the server-side.
FlowPartialViewContext(PartialViewContext) - Constructor for class org.springframework.faces.webflow.FlowPartialViewContext
 
FlowRenderKit - Class in org.springframework.faces.webflow
A render kit implementation that ensures use of Web Flow's FlowViewResponseStateManager, which takes over reading and writing JSF state and manages that in Web Flow's view scope.
FlowRenderKit(RenderKit) - Constructor for class org.springframework.faces.webflow.FlowRenderKit
 
FlowResourceHandler - Class in org.springframework.faces.webflow
Resolves Facelets resources using Spring Resource paths such as "classpath:foo.xhtml".
FlowResourceHandler(ResourceHandler) - Constructor for class org.springframework.faces.webflow.FlowResourceHandler
 
FlowResourceResolver - Class in org.springframework.faces.webflow
Deprecated.
as of 2.5 in favor of FlowResourceHandler.
FlowResourceResolver() - Constructor for class org.springframework.faces.webflow.FlowResourceResolver
Deprecated.
 
FlowResponseStateManager - Class in org.springframework.faces.webflow
A custom ResponseStateManager that writes JSF state to a Web Flow managed view-scoped variable.
FlowResponseStateManager(ResponseStateManager) - Constructor for class org.springframework.faces.webflow.FlowResponseStateManager
 
FlowStateManager - Class in org.springframework.faces.webflow
Custom StateManager that manages ensures web flow's state is always stored server side.
FlowStateManager(StateManager) - Constructor for class org.springframework.faces.webflow.FlowStateManager
 
FlowViewHandler - Class in org.springframework.faces.webflow
Simple ViewHandler implementation that provides JSF Form's with the correct FlowExecution URL, including the current FlowExecutionKey, so that postbacks may be properly intercepted and handled by Web Flow.
FlowViewHandler(ViewHandler) - Constructor for class org.springframework.faces.webflow.FlowViewHandler
 

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 FlowBuilderServices instance.
getFlowDefinitionRegistryBuilder() - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
Return a builder for creating a FlowDefinitionRegistry instance.
getFlowDefinitionRegistryBuilder(FlowBuilderServices) - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
Return a builder for creating a FlowDefinitionRegistry instance.
getFlowEvent() - Method in class org.springframework.faces.webflow.JsfView
 
getFlowExecutorBuilder(FlowDefinitionLocator) - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
Return a builder for creating a FlowExecutor instance.
getMaximumSeverity() - Method in class org.springframework.faces.webflow.FlowFacesContext
Return the maximum severity level recorded on any FacesMessages that has been queued, whether or not they are associated with any specific UIComponent.
getMessageList() - Method in class org.springframework.faces.webflow.FlowFacesContext
Returns a List for all Messages in the current MessageContext that does translation to FacesMessages.
getMessageList(String) - Method in class org.springframework.faces.webflow.FlowFacesContext
Returns a List for all Messages with the given clientId in the current MessageContext that does translation to FacesMessages.
getMessages() - Method in class org.springframework.faces.webflow.FlowFacesContext
Returns an Iterator for all Messages in the current MessageContext that does translation to FacesMessages.
getMessages(String) - Method in class org.springframework.faces.webflow.FlowFacesContext
Returns an Iterator for all Messages with the given clientId in the current MessageContext that does translation to FacesMessages.
getPartialViewContext() - Method in class org.springframework.faces.webflow.FlowFacesContext
 
getPhaseId() - Method in class org.springframework.faces.support.RequestLoggingPhaseListener
 
getPhaseListeners() - Method in class org.springframework.faces.support.LifecycleWrapper
 
getRenderIds() - Method in class org.springframework.faces.webflow.FlowPartialViewContext
 
getRenderResponse() - Method in class org.springframework.faces.webflow.FlowFacesContext
 
getRequest() - Method in class org.springframework.faces.security.FaceletsAuthorizeTag
 
getResponse() - Method in class org.springframework.faces.security.FaceletsAuthorizeTag
 
getResponse() - Method in class org.springframework.faces.webflow.FlowExternalContext
 
getResponseComplete() - Method in class org.springframework.faces.webflow.FlowFacesContext
 
getResponseStateManager() - Method in class org.springframework.faces.webflow.FlowRenderKit
Returns an instance of FlowResponseStateManager in a JSF 2 environment or returns the delegates's ResponseStateManager instance otherwise.
getSelectedRow() - Method in class org.springframework.faces.model.OneSelectionTrackingListDataModel
 
getSelections() - Method in class org.springframework.faces.model.ManySelectionTrackingListDataModel
 
getSelections() - Method in class org.springframework.faces.model.OneSelectionTrackingListDataModel
 
getSelections() - Method in interface org.springframework.faces.model.SelectionAware
Returns the list of selected row data objects for the model.
getServletContext() - Method in class org.springframework.faces.security.FaceletsAuthorizeTag
 
getSeverity() - Method in class org.springframework.faces.webflow.FlowFacesContext.FlowFacesMessage
 
getSourceClass() - Method in class org.springframework.faces.model.converter.DataModelConverter
 
getSpecificTargetClasses() - Method in class org.springframework.faces.webflow.JsfManagedBeanPropertyAccessor
 
getState(FacesContext, String) - Method in class org.springframework.faces.webflow.FlowResponseStateManager
 
getTargetClass() - Method in class org.springframework.faces.model.converter.DataModelConverter
 
getText() - Method in class org.springframework.faces.webflow.FlowFacesContext.FlowFacesMessage
 
getType(ELContext, Object, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanResolver
 
getUserEventState() - Method in class org.springframework.faces.webflow.JsfView
 
getValue(ELContext, Object, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanResolver
 
getView(RequestContext) - Method in class org.springframework.faces.webflow.JsfViewFactory
Executes the RESTORE_VIEW phase of the JSF lifecycle at the beginning of a request, and creates the next view to be rendered in the case of an executing transition.
getViewIdByConvention(String) - Method in class org.springframework.faces.webflow.JsfViewFactoryCreator
 
getViewRoot() - Method in class org.springframework.faces.webflow.JsfView
Returns the underlying view root.
getViewState(FacesContext, Object) - Method in class org.springframework.faces.webflow.FlowResponseStateManager
This method returns the flow execution key to be used as the value for the "javax.faces.ViewState" hidden input field.
getWrapped() - Method in class org.springframework.faces.support.LifecycleWrapper
 
getWrapped() - Method in class org.springframework.faces.webflow.FlowApplication
 
getWrapped() - Method in class org.springframework.faces.webflow.FlowApplicationFactory
 
getWrapped() - Method in class org.springframework.faces.webflow.FlowExternalContext
 
getWrapped() - Method in class org.springframework.faces.webflow.FlowFacesContext
 
getWrapped() - Method in class org.springframework.faces.webflow.FlowLifecycle
 
getWrapped() - Method in class org.springframework.faces.webflow.FlowPartialViewContext
 
getWrapped() - Method in class org.springframework.faces.webflow.FlowRenderKit
 
getWrapped() - Method in class org.springframework.faces.webflow.FlowResourceHandler
 
getWrapped() - Method in class org.springframework.faces.webflow.FlowResponseStateManager
 
getWrapped() - Method in class org.springframework.faces.webflow.FlowStateManager
 
getWrapped() - Method in class org.springframework.faces.webflow.FlowViewHandler
 
getWrappedData() - Method in class org.springframework.faces.model.SerializableListDataModel
 

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 FlowHandlerAdapter that replaces the default AjaxHandler instance with a JsfAjaxHandler.
JsfFlowHandlerAdapter() - Constructor for class org.springframework.faces.webflow.JsfFlowHandlerAdapter
 
JsfManagedBeanAwareELExpressionParser - Class in org.springframework.faces.webflow
A JSF-specific ExpressionParser that allows beans managed by either JSF, Spring, or Web Flow to be referenced in expressions in the FlowDefinition.
JsfManagedBeanAwareELExpressionParser(ExpressionFactory) - Constructor for class org.springframework.faces.webflow.JsfManagedBeanAwareELExpressionParser
 
JsfManagedBeanPropertyAccessor - Class in org.springframework.faces.webflow
Spring EL PropertyAccessor that checks request, session, and application scopes for existing JSF-managed beans.
JsfManagedBeanPropertyAccessor() - Constructor for class org.springframework.faces.webflow.JsfManagedBeanPropertyAccessor
 
JsfManagedBeanResolver - Class in org.springframework.faces.webflow
ELResolver that checks request, session, and application scopes for existing JSF-managed beans.
JsfManagedBeanResolver() - Constructor for class org.springframework.faces.webflow.JsfManagedBeanResolver
 
jsfResourceRequestHandler() - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
 
JsfResourceRequestHandler - Class in org.springframework.faces.webflow
Handles a request by delegating to the JSF ResourceHandler, which serves web application and classpath resources such as images, CSS and JavaScript files from well-known locations.
JsfResourceRequestHandler() - Constructor for class org.springframework.faces.webflow.JsfResourceRequestHandler
 
JsfRuntimeInformation - Class in org.springframework.faces.webflow
Helper class to provide information about the JSF runtime environment such as JSF version and implementation.
JsfRuntimeInformation() - Constructor for class org.springframework.faces.webflow.JsfRuntimeInformation
 
JsfUtils - Class in org.springframework.faces.webflow
Common support for the JSF integration with Spring Web Flow.
JsfUtils() - Constructor for class org.springframework.faces.webflow.JsfUtils
 
JsfView - Class in org.springframework.faces.mvc
JSF View that renders a transient (stateless) JSF view template.
JsfView() - Constructor for class org.springframework.faces.mvc.JsfView
 
JsfView - Class in org.springframework.faces.webflow
JSF-specific View implementation.
JsfView(UIViewRoot, Lifecycle, RequestContext) - Constructor for class org.springframework.faces.webflow.JsfView
Creates a new JSF view.
JsfViewFactory - Class in org.springframework.faces.webflow
JSF-specific ViewFactory implementation.
JsfViewFactory(Expression, Lifecycle) - Constructor for class org.springframework.faces.webflow.JsfViewFactory
 
JsfViewFactoryCreator - Class in org.springframework.faces.webflow
A ViewFactoryCreator implementation for creating instances of a JSF-specific ViewFactory.
JsfViewFactoryCreator() - Constructor for class org.springframework.faces.webflow.JsfViewFactoryCreator
 
jsrResourceHandlerMapping() - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
 

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
 

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
 

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.
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).

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 obtained FacesContext if necessary.
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.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
 
requestProcessed(RequestContext) - Method in class org.springframework.faces.webflow.FlowFacesContextLifecycleListener
Releases the current FlowFacesContext instance.
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
Deprecated.
 
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 DataModel implementations that need to track selected rows.
SelectionTrackingActionListener - Class in org.springframework.faces.model
Custom ActionListener that inspects the UIComponent that signaled the current ActionEvent to determine whether it is a child of any iterator type of component (such as UIData) that uses a SelectionAware data model implementation.
SelectionTrackingActionListener(ActionListener) - Constructor for class org.springframework.faces.model.SelectionTrackingActionListener
 
sendAjaxRedirectInternal(String, HttpServletRequest, HttpServletResponse, boolean) - Method in class org.springframework.faces.webflow.JsfAjaxHandler
 
SerializableListDataModel<T> - Class in org.springframework.faces.model
A simple List-to-JSF-DataModel adapter that is also Serializable.
SerializableListDataModel() - Constructor for class org.springframework.faces.model.SerializableListDataModel
 
SerializableListDataModel(List<T>) - Constructor for class org.springframework.faces.model.SerializableListDataModel
Adapt the list to a data model;
setApplication(Application) - Method in class org.springframework.faces.webflow.FlowApplicationFactory
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
 
setConversionService(ConversionService) - Method in class org.springframework.faces.config.FlowBuilderServicesBuilder
Set the ConversionService to use.
setCurrentRowSelected(boolean) - Method in class org.springframework.faces.model.ManySelectionTrackingListDataModel
 
setCurrentRowSelected(boolean) - Method in class org.springframework.faces.model.OneSelectionTrackingListDataModel
 
setCurrentRowSelected(boolean) - Method in interface org.springframework.faces.model.SelectionAware
Sets whether the row pointed to by the model's current index is selected
setDevelopmentMode(boolean) - Method in class org.springframework.faces.config.FlowBuilderServicesBuilder
Put all flows in development mode.
setEnableManagedBeans(boolean) - Method in class org.springframework.faces.config.FlowBuilderServicesBuilder
Whether to enable access to JSF-managed beans from EL expressions.
setExpressionParser(ExpressionParser) - Method in class org.springframework.faces.config.FlowBuilderServicesBuilder
Set the ExpressionParser to use.
setPartialRequest(boolean) - Method in class org.springframework.faces.webflow.FlowPartialViewContext
 
setResponse(Object) - Method in class org.springframework.faces.webflow.FlowExternalContext
 
setSelections(List<T>) - Method in class org.springframework.faces.model.ManySelectionTrackingListDataModel
 
setSelections(List<T>) - Method in class org.springframework.faces.model.OneSelectionTrackingListDataModel
 
setSelections(List<T>) - Method in interface org.springframework.faces.model.SelectionAware
Sets the list of selected row data objects for the model.
setStateManager(StateManager) - Method in class org.springframework.faces.webflow.FlowApplication
Inserts FlowStateManager in front of the given StateManager (if not already done).
setValidationHintResolver(ValidationHintResolver) - Method in class org.springframework.faces.config.FlowBuilderServicesBuilder
The ValidationHintResolver to use to resolve validation hints such as bean validation groups.
setValidator(Validator) - Method in class org.springframework.faces.config.FlowBuilderServicesBuilder
Set the Validator to use for validating a model declared on a view state.
setValue(ELContext, Object, Object, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanResolver
Sets a bean value if a corresponding key is found in one of the ExternalContext scopes.
setViewFactoryCreator(ViewFactoryCreator) - Method in class org.springframework.faces.config.FlowBuilderServicesBuilder
Set a custom ViewFactoryCreator to use for rendering.
setViewHandler(ViewHandler) - Method in class org.springframework.faces.webflow.FlowApplication
Inserts a FlowViewHandler in front of the given ViewHandler (if not already done).
setViewRoot(UIViewRoot) - Method in class org.springframework.faces.webflow.JsfView
 
setWrappedData(Object) - Method in class org.springframework.faces.model.SerializableListDataModel
 

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
 
A B C D E F G H I J L M N O P R S T U W 
Skip navigation links
spring-faces