JSF-Spring
A B C D E F G H I J K L M N O P Q R S T U V W

A

AbstractDelegatingViewBuilder - Class in de.mindmatters.faces.application
Abstract implementation of a ViewBuilder that delegates the behaviour inherited from the ViewHandler to the original view handler of the underlying JSF implementation.
AbstractDelegatingViewBuilder(ViewHandler) - Constructor for class de.mindmatters.faces.application.AbstractDelegatingViewBuilder
Constructor that takes the original ViewHandler.
AbstractFacesController - Class in de.mindmatters.faces.spring.context.servlet.controller
AbstractController that exposes the current FacesContext to the template method AbstractFacesController.handleRequestInternal(FacesContext, HttpServletRequest, HttpServletResponse).
AbstractFacesController() - Constructor for class de.mindmatters.faces.spring.context.servlet.controller.AbstractFacesController
 
AbstractHtmlActionSourceComponentTag - Class in de.mindmatters.faces.taglib.jsp
AbstractHtmlActionSourceComponentTag is a convenience base class that implements attributes needed for any concrete HTML action source jsp tag.
AbstractHtmlActionSourceComponentTag() - Constructor for class de.mindmatters.faces.taglib.jsp.AbstractHtmlActionSourceComponentTag
 
AbstractHtmlComponentTag - Class in de.mindmatters.faces.taglib.jsp
AbstractHtmlComponentTag is a convenience base class that implements attributes needed for any concrete HTML jsp tag.
AbstractHtmlComponentTag() - Constructor for class de.mindmatters.faces.taglib.jsp.AbstractHtmlComponentTag
 
AbstractHtmlEventHandlerComponentTag - Class in de.mindmatters.faces.taglib.jsp
AbstractHtmlEventHandlerComponentTag is a convenience base class that implements attributes needed for any concrete HTML event handler jsp tag.
AbstractHtmlEventHandlerComponentTag() - Constructor for class de.mindmatters.faces.taglib.jsp.AbstractHtmlEventHandlerComponentTag
 
AbstractJsfSpringContextTests - Class in de.mindmatters.faces.spring.test
Convenient superclass for integration tests depending on a JSF-Spring context hierarchy.
AbstractJsfSpringContextTests() - Constructor for class de.mindmatters.faces.spring.test.AbstractJsfSpringContextTests
Default constructor - populating protected variables via dependency injection is turned on.
AbstractPhase - Class in de.mindmatters.faces.lifecycle
Convenience superclass for phase implementations, using the Template Method design pattern which invokes AbstractPhase.beforePhase(FacesContext) at the beginning and AbstractPhase.afterPhase(FacesContext) at the end of phase execution.
AbstractPhase() - Constructor for class de.mindmatters.faces.lifecycle.AbstractPhase
 
AbstractRendererBase - Class in de.mindmatters.faces.render.html
AbstractRendererBase is a convenience base class that implements helper methods needed for any concrete renderer.
AbstractRendererBase() - Constructor for class de.mindmatters.faces.render.html.AbstractRendererBase
 
AbstractUIComponentTag - Class in de.mindmatters.faces.taglib.jsp
AbstractUIComponentTag is a convenience base class that implements helper methods needed for any concrete jsp tag.
AbstractUIComponentTag() - Constructor for class de.mindmatters.faces.taglib.jsp.AbstractUIComponentTag
 
AbstractViewBuildingStateManager - Class in de.mindmatters.faces.application
AbstractViewBuildingStateManager directs the process of saving and restoring the view between requests.
AbstractViewBuildingStateManager(StateManager) - Constructor for class de.mindmatters.faces.application.AbstractViewBuildingStateManager
Creates an StateManager with the given state manager delegate of the underlying JSF implementation.
ActionEventContext - Interface in de.mindmatters.faces.application
Strategy interface for determining the current ActionEvent.
ActionEventContextHolder - Class in de.mindmatters.faces.application
Simple holder class that associates a ActionEventContext instance with the current thread.
ActionMethodNameResolver - Class in de.mindmatters.faces.spring.context.servlet.controller
Simple implementation of MethodNameResolver that maps JSF Action outcomes to method names.
ActionMethodNameResolver() - Constructor for class de.mindmatters.faces.spring.context.servlet.controller.ActionMethodNameResolver
 
addActionListener(ActionListener) - Method in class de.mindmatters.faces.component.html.HtmlForm
addActionListener(ActionListener) - Method in class de.mindmatters.faces.spring.context.servlet.controller.SimpleActionController
addComponent(String, String) - Method in class de.mindmatters.faces.application.ApplicationImpl
Define a new mapping from a logical "component type" to an actual java class name.
addComponent(Application, String, String) - Method in interface de.mindmatters.faces.application.ComponentFactory
Register a new mapping of component type to the name of the corresponding UIComponent class.
addComponent(Application, String, String) - Method in class de.mindmatters.faces.application.IdForcingComponentFactory
Register a new mapping of component type to the name of the corresponding UIComponent class.
addConverter(Class, String) - Method in class de.mindmatters.faces.application.ApplicationImpl
addConverter(String, String) - Method in class de.mindmatters.faces.application.ApplicationImpl
addConverter(Application, String, String) - Method in interface de.mindmatters.faces.application.ConverterFactory
Register a new mapping of converter id to the name of the corresponding Converter class.
addConverter(Application, Class, String) - Method in interface de.mindmatters.faces.application.ConverterFactory
Register a new converter class that is capable of performing conversions for the specified target class.
addLifecycle(String, Lifecycle) - Method in class de.mindmatters.faces.lifecycle.LifecycleFactoryImpl
addMessage(String, FacesMessage) - Method in class de.mindmatters.faces.context.FacesContextImpl
addPhaseListener(PhaseListener) - Method in class de.mindmatters.faces.lifecycle.LifecycleImpl
addSingleton(String, Object) - Method in class de.mindmatters.faces.spring.factory.ManagedBeanFactory
Add the given singleton object to the singleton cache of this factory.
addSupportedLocales(ManagedList, Element, String) - Method in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
Adds the supported locales to the MessageResource definition defined as a "locale-config" tag in the "faces-config.xml".
addValidator(String, String) - Method in class de.mindmatters.faces.application.ApplicationImpl
addValidator(Application, String, String) - Method in interface de.mindmatters.faces.application.ValidatorFactory
Register a new mapping of validator id to the name of the corresponding Validator class.
addValueBindingIfNecessary(UIComponent, String, String) - Method in class de.mindmatters.faces.taglib.jsp.AbstractUIComponentTag
Adds a value binding for the property with name propName to the UIComponent component if and only if value is a reference expression.
afterApplyRequestValues(FacesContext) - Method in class de.mindmatters.faces.spring.context.servlet.controller.MultiActionEventController
Handle a notification that the processing for the Apply Request Values phase has just been completed.
afterApplyRequestValues(FacesContext) - Method in interface de.mindmatters.faces.spring.context.servlet.lifecycle.ApplyRequestValuesPhaseListener
Handle a notification that the processing for the Apply Request Values phase has just been completed.
afterInvokeApplication(FacesContext) - Method in class de.mindmatters.faces.spring.context.servlet.controller.MultiActionEventController
Handle a notification that the processing for the Invoke Application phase has just been completed.
afterInvokeApplication(FacesContext) - Method in interface de.mindmatters.faces.spring.context.servlet.lifecycle.InvokeApplicationPhaseListener
Handle a notification that the processing for the Invoke Application phase has just been completed.
afterPhase(FacesContext) - Method in class de.mindmatters.faces.lifecycle.AbstractPhase
Template method.
afterPhase(FacesContext) - Method in class de.mindmatters.faces.spring.context.servlet.lifecycle.ApplyRequestValuesPhase
Template method.
afterPhase(FacesContext) - Method in class de.mindmatters.faces.spring.context.servlet.lifecycle.InvokeApplicationPhase
Template method.
afterPhase(FacesContext, Object, Class) - Method in class de.mindmatters.faces.spring.context.servlet.lifecycle.PhaseListenerHelper
Handle a notification implementation on the current handler (if necessary) that the processing for a particular phase of the request processing lifecycle is about to end.
afterPhase(FacesContext) - Method in class de.mindmatters.faces.spring.context.servlet.lifecycle.ProcessValidationsPhase
Template method.
afterPhase(FacesContext) - Method in class de.mindmatters.faces.spring.context.servlet.lifecycle.RenderResponsePhase
Template method.
afterPhase(FacesContext) - Method in class de.mindmatters.faces.spring.context.servlet.lifecycle.RestoreViewPhase
Template method.
afterPhase(FacesContext) - Method in class de.mindmatters.faces.spring.context.servlet.lifecycle.UpdateModelValuesPhase
Template method.
afterProcessValidations(FacesContext) - Method in class de.mindmatters.faces.spring.context.servlet.controller.MultiActionEventController
Handle a notification that the processing for the Process Validations phase has just been completed.
afterProcessValidations(FacesContext) - Method in interface de.mindmatters.faces.spring.context.servlet.lifecycle.ProcessValidationsPhaseListener
Handle a notification that the processing for the Process Validations phase has just been completed.
afterPropertiesSet() - Method in class de.mindmatters.faces.spring.context.servlet.controller.MultiActionEventController
Invoked by a BeanFactory after it has set all bean properties supplied (and satisfied BeanFactoryAware and ApplicationContextAware).
afterPropertiesSet() - Method in class de.mindmatters.faces.spring.context.servlet.FacesController
Initializes the faces lifecycle this controller runs in.
afterPropertiesSet() - Method in class de.mindmatters.faces.spring.context.servlet.FacesView
Resolves the appropriate Lifecycle depending on the configured lifecycle-id.
afterRenderResponse(FacesContext) - Method in class de.mindmatters.faces.spring.context.servlet.controller.MultiActionEventController
Handle a notification that the processing for the Render Response phase has just been completed.
afterRenderResponse(FacesContext) - Method in interface de.mindmatters.faces.spring.context.servlet.lifecycle.RenderResponsePhaseListener
Handle a notification that the processing for the Render Response phase has just been completed.
afterRestoreView(FacesContext) - Method in class de.mindmatters.faces.spring.context.servlet.controller.MultiActionEventController
Handle a notification that the processing for the Restore View phase has just been completed.
afterRestoreView(FacesContext) - Method in interface de.mindmatters.faces.spring.context.servlet.lifecycle.RestoreViewPhaseListener
Handle a notification that the processing for the Restore View phase has just been completed.
afterUpdateModelValues(FacesContext) - Method in class de.mindmatters.faces.spring.context.servlet.controller.MultiActionEventController
Handle a notification that the processing for the Update Model Values phase has just been completed.
afterUpdateModelValues(FacesContext) - Method in interface de.mindmatters.faces.spring.context.servlet.lifecycle.UpdateModelValuesPhaseListener
Handle a notification that the processing for the Update Model Values phase has just been completed.
appendActionSource(FacesContext, UIViewRoot, Object) - Method in class de.mindmatters.faces.spring.context.servlet.lifecycle.RestoreViewPhase
Appends an ActionSource to the given UIViewRoot viewRoot and queues an ActionEvent to the newly attached ActionSource.
ApplicationFactoryImpl - Class in de.mindmatters.faces.application
ApplicationFactory is a factory object that creates (if needed) and returns Application instances.
ApplicationFactoryImpl(ApplicationFactory) - Constructor for class de.mindmatters.faces.application.ApplicationFactoryImpl
Creates an ApplicationFactory with the given ApplicationFactory delegate.
ApplicationImpl - Class in de.mindmatters.faces.application
Application represents a per-web-application singleton object where applications based on JavaServer Faces (or implementations wishing to provide extended functionality) can register application-wide singletons that provide functionality required by JavaServer Faces.
ApplicationImpl(Application) - Constructor for class de.mindmatters.faces.application.ApplicationImpl
Creates an application with the given original application delegate.
ApplicationImpl(Application, BeanFactory) - Constructor for class de.mindmatters.faces.application.ApplicationImpl
Creates an application with the given original application delegate.
ApplicationScope - Class in de.mindmatters.faces.spring.factory
Alternative singleton Scope implementation.
ApplicationScope(Object) - Constructor for class de.mindmatters.faces.spring.factory.ApplicationScope
Creates a scope relying on a ServletContext or a PortletContext respectively (depends on the type of context).
ApplyRequestValuesPhase - Class in de.mindmatters.faces.lifecycle
Implements the default Apply Request Values phase of the faces lifecycle.
ApplyRequestValuesPhase() - Constructor for class de.mindmatters.faces.lifecycle.ApplyRequestValuesPhase
 
ApplyRequestValuesPhase - Class in de.mindmatters.faces.spring.context.servlet.lifecycle
Apply Request Values Phase implementation used by the special JSF-Spring Lifecycle identified by LifecycleImpl.JSF_SPRING_LIFECYCLE_ID.
ApplyRequestValuesPhase() - Constructor for class de.mindmatters.faces.spring.context.servlet.lifecycle.ApplyRequestValuesPhase
 
ApplyRequestValuesPhaseListener - Interface in de.mindmatters.faces.spring.context.servlet.lifecycle
An interface implemented by objects that wish to be notified at the beginning and ending of processing for the Apply Request Values phase of the request processing lifecycle.

B

BEAN_ELEMENT - Static variable in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
<managed-bean></managed-bean> element.
BeansEvaluationException - Exception in de.mindmatters.faces.spring.factory
An exception reporting an error that occurred during the evaluation of an variable in a VariableResolver.
BeansEvaluationException() - Constructor for exception de.mindmatters.faces.spring.factory.BeansEvaluationException
Construct a new exception with no detail message or root cause.
BeansEvaluationException(String) - Constructor for exception de.mindmatters.faces.spring.factory.BeansEvaluationException
Construct a new exception with the specified detail message and no root cause.
BeansEvaluationException(Throwable) - Constructor for exception de.mindmatters.faces.spring.factory.BeansEvaluationException
Construct a new exception with the specified root cause.
BeansEvaluationException(String, Throwable) - Constructor for exception de.mindmatters.faces.spring.factory.BeansEvaluationException
Construct a new exception with the specified detail message and root cause.
beforeApplyRequestValues(FacesContext) - Method in class de.mindmatters.faces.spring.context.servlet.controller.MultiActionEventController
Handle a notification that the processing for the Apply Request Values phase of the request processing lifecycle is about to begin.
beforeApplyRequestValues(FacesContext) - Method in interface de.mindmatters.faces.spring.context.servlet.lifecycle.ApplyRequestValuesPhaseListener
Handle a notification that the processing for the Apply Request Values phase of the request processing lifecycle is about to begin.
beforeInvokeApplication(FacesContext) - Method in class de.mindmatters.faces.spring.context.servlet.controller.MultiActionEventController
Handle a notification that the processing for the Invoke Application phase of the request processing lifecycle is about to begin.
beforeInvokeApplication(FacesContext) - Method in interface de.mindmatters.faces.spring.context.servlet.lifecycle.InvokeApplicationPhaseListener
Handle a notification that the processing for the Invoke Application phase of the request processing lifecycle is about to begin.
beforePhase(FacesContext) - Method in class de.mindmatters.faces.lifecycle.AbstractPhase
Template method.
beforePhase(FacesContext) - Method in class de.mindmatters.faces.spring.context.servlet.lifecycle.ApplyRequestValuesPhase
Template method.
beforePhase(FacesContext) - Method in class de.mindmatters.faces.spring.context.servlet.lifecycle.InvokeApplicationPhase
Template method.
beforePhase(FacesContext, Object, Class) - Method in class de.mindmatters.faces.spring.context.servlet.lifecycle.PhaseListenerHelper
Handle a notification implementation on the current handler (if necessary) that the processing for a particular phase of the request processing lifecycle is about to begin.
beforePhase(FacesContext) - Method in class de.mindmatters.faces.spring.context.servlet.lifecycle.ProcessValidationsPhase
Template method.
beforePhase(FacesContext) - Method in class de.mindmatters.faces.spring.context.servlet.lifecycle.RenderResponsePhase
Template method.
beforePhase(FacesContext) - Method in class de.mindmatters.faces.spring.context.servlet.lifecycle.RestoreViewPhase
Template method.
beforePhase(FacesContext) - Method in class de.mindmatters.faces.spring.context.servlet.lifecycle.UpdateModelValuesPhase
Template method.
beforeProcessValidations(FacesContext) - Method in class de.mindmatters.faces.spring.context.servlet.controller.MultiActionEventController
Handle a notification that the processing for the Process Validations phase of the request processing lifecycle is about to begin.
beforeProcessValidations(FacesContext) - Method in interface de.mindmatters.faces.spring.context.servlet.lifecycle.ProcessValidationsPhaseListener
Handle a notification that the processing for the Process Validations phase of the request processing lifecycle is about to begin.
beforeRenderResponse(FacesContext) - Method in class de.mindmatters.faces.spring.context.servlet.controller.MultiActionEventController
Handle a notification that the processing for the Render Response phase of the request processing lifecycle is about to begin.
beforeRenderResponse(FacesContext) - Method in interface de.mindmatters.faces.spring.context.servlet.lifecycle.RenderResponsePhaseListener
Handle a notification that the processing for the Render Response phase of the request processing lifecycle is about to begin.
beforeRestoreView(FacesContext) - Method in class de.mindmatters.faces.spring.context.servlet.controller.MultiActionEventController
Handle a notification that the processing for the Restore View phase of the request processing lifecycle is about to begin.
beforeRestoreView(FacesContext) - Method in interface de.mindmatters.faces.spring.context.servlet.lifecycle.RestoreViewPhaseListener
Handle a notification that the processing for the Restore View phase of the request processing lifecycle is about to begin.
beforeUpdateModelValues(FacesContext) - Method in class de.mindmatters.faces.spring.context.servlet.controller.MultiActionEventController
Handle a notification that the processing for the Update Model Values phase of the request processing lifecycle is about to begin.
beforeUpdateModelValues(FacesContext) - Method in interface de.mindmatters.faces.spring.context.servlet.lifecycle.UpdateModelValuesPhaseListener
Handle a notification that the processing for the Update Model Values phase of the request processing lifecycle is about to begin.
bindActionListener(FacesContext, ActionListener) - Static method in class de.mindmatters.faces.application.DelegatingActionListener
Associate the given ActionListener with the current thread.
broadcast(FacesEvent) - Method in class de.mindmatters.faces.component.html.HtmlForm
Invoke any listeners attached to this object which are listening for an event whose type matches the specified event's runtime type.
buildView(FacesContext, String) - Method in class de.mindmatters.faces.application.ExtendedFaceletViewHandler
Builds the view.
buildView(FacesContext, String) - Method in class de.mindmatters.faces.application.FaceletViewBuilder
Perform whatever actions are required to build the view associated with the specified FacesContext and viewId.
buildView(FacesContext, String) - Method in class de.mindmatters.faces.application.ViewBuilder
Perform whatever actions are required to build the view associated with the specified FacesContext and viewId.
buildView(FacesContext, ViewBuilder, String) - Method in class de.mindmatters.faces.lifecycle.RestoreViewPhase
Perform whatever actions are required to build the view associated with the specified FacesContext and viewId.

C

calculateLocale(FacesContext) - Method in class de.mindmatters.faces.application.AbstractDelegatingViewBuilder
calculateLocale(FacesContext) - Method in class de.mindmatters.faces.application.FaceletViewBuilder
calculateRenderKitId(FacesContext) - Method in class de.mindmatters.faces.application.AbstractDelegatingViewBuilder
calculateRenderKitId(FacesContext) - Method in class de.mindmatters.faces.application.FaceletViewBuilder
CLASS_ATTRIBUTE - Static variable in class de.mindmatters.faces.spring.factory.aspectj.JsfBeanDefinitionParserUtils
The 'class' attribute of a bean definition.
CLASS_ELEMENT - Static variable in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
<managed-bean-class></managed-bean-class> element.
clear() - Method in class de.mindmatters.faces.spring.factory.ApplicationScope
Clears the scope.
closeParentApplicationContext(ServletContext, ApplicationContext) - Method in class de.mindmatters.faces.spring.context.ContextLoader
Closes the parent web application context of jsf-spring web application context for the given servlet context.
closeWebApplicationContext(ServletContext) - Method in class de.mindmatters.faces.spring.context.ContextLoader
Closes the web application context for the given servlet context.
COMPONENT_FACTORY_BEAN_NAME - Static variable in class de.mindmatters.faces.application.ApplicationImpl
Name of the ComponentFactory bean in the factory.
COMPONENT_FAMILY - Static variable in class de.mindmatters.faces.component.html.HtmlForm
The standard component type for this component.
COMPONENT_FAMILY_ATTRIBUTE - Static variable in class de.mindmatters.faces.spring.factory.xml.JsfBeanDefinitionParserUtils
The 'component-family' attribute of a Renderer definition.
COMPONENT_TYPE - Static variable in class de.mindmatters.faces.component.html.HtmlForm
The standard component type for this component.
COMPONENT_TYPE_ATTRIBUTE - Static variable in class de.mindmatters.faces.spring.factory.aspectj.JsfBeanDefinitionParserUtils
The 'component-type' attribute of a Renderer definition.
ComponentFactory - Interface in de.mindmatters.faces.application
Factory for managing UIComponents.
ConstantMethodBinding - Class in de.mindmatters.faces.el
Convenient method binding that does nothing other than returning a fixed outcome String when invoked.
ConstantMethodBinding() - Constructor for class de.mindmatters.faces.el.ConstantMethodBinding
Default constructor.
ConstantMethodBinding(String) - Constructor for class de.mindmatters.faces.el.ConstantMethodBinding
Creates an method binding that takes a fixed outcome string action.
CONTEXT_CLASS_PARAM - Static variable in class de.mindmatters.faces.spring.context.ContextLoader
Config param for root faces application context implementation class FacesWebApplicationContext to use: faces.spring.contextClass.
CONTEXT_LOCATION_PARAM - Static variable in class de.mindmatters.faces.spring.context.ContextLoader
Context initialization parameter name for a comma delimited list of context-relative resource paths (which is loaded automatically if it exists) containing faces-spring-context configuration information: faces.spring.CONTEXT_FILES.
contextDestroyed(ServletContextEvent) - Method in class de.mindmatters.faces.spring.context.ContextLoaderListener
Closes the jsf-spring-config root web application context.
contextInitialized(ServletContextEvent) - Method in class de.mindmatters.faces.spring.context.ContextLoaderListener
Initializes the jsf-spring-config root web application context.
contextKeyString(Object) - Method in class de.mindmatters.faces.spring.test.AbstractJsfSpringContextTests
Subclasses can override this to return a String representation of their context key for use in logging.
ContextLoader - Class in de.mindmatters.faces.spring.context
Performs the actual initialization work for the root application context.
ContextLoader() - Constructor for class de.mindmatters.faces.spring.context.ContextLoader
 
ContextLoaderListener - Class in de.mindmatters.faces.spring.context
Bootstrap listener to start up JSF-Spring's root WebApplicationContext.
ContextLoaderListener() - Constructor for class de.mindmatters.faces.spring.context.ContextLoaderListener
 
ContextLoaderServlet - Class in de.mindmatters.faces.spring.context
Bootstrap servlet to start up Spring's root WebApplicationContext.
ContextLoaderServlet() - Constructor for class de.mindmatters.faces.spring.context.ContextLoaderServlet
 
convertClientId(FacesContext, String) - Method in class de.mindmatters.faces.render.html.HtmlFormRenderer
CONVERTER_FACTORY_BEAN_NAME - Static variable in class de.mindmatters.faces.application.ApplicationImpl
Name of the ConverterFactory bean in the factory.
ConverterDefinition - Class in de.mindmatters.faces.spring.factory.aspectj
A ConverterDefinition encapsulates and describes a Converter instance.
ConverterDefinition(String, String, boolean) - Constructor for class de.mindmatters.faces.spring.factory.aspectj.ConverterDefinition
Creates a definition with the given descriptors.
ConverterFactory - Interface in de.mindmatters.faces.application
Factory for managing Converters.
convertToJspElExpression(String) - Method in class de.mindmatters.faces.el.ELParser
Convert ValueBinding syntax #{ } to JSP EL syntax ${ }.
createBeanFactory() - Method in class de.mindmatters.faces.spring.context.support.DefaultFacesWebApplicationContext
Create an internal bean factory for this context.
createComponent(String) - Method in class de.mindmatters.faces.application.ApplicationImpl
Create a new UIComponent subclass, using the mappings defined by previous calls to the addComponent method of this class.
createComponent(ValueBinding, FacesContext, String) - Method in class de.mindmatters.faces.application.ApplicationImpl
Create an object which has an associating "binding" expression tying the component to a user property.
createComponent(Application, String) - Method in interface de.mindmatters.faces.application.ComponentFactory
Instantiate and return a new UIComponent instance of the class specified by a previous call to addComponent() for the specified component type.
createComponent(Application, ValueBinding, FacesContext, String) - Method in interface de.mindmatters.faces.application.ComponentFactory
Call the getValue() method on the specified ValueBinding.
createComponent(Application, String) - Method in class de.mindmatters.faces.application.IdForcingComponentFactory
Instantiate and return a new UIComponent instance of the class specified by a previous call to addComponent() for the specified component type.
createComponent(Application, ValueBinding, FacesContext, String) - Method in class de.mindmatters.faces.application.IdForcingComponentFactory
Call the getValue() method on the specified ValueBinding.
createComponentClass(String, Class, ParserContext) - Static method in class de.mindmatters.faces.spring.factory.aspectj.JsfBeanDefinitionParserUtils
Generates a subclass of the given ui component class name originalClassName with a special naming policy via CGLib.
createContextLoader() - Method in class de.mindmatters.faces.spring.context.ContextLoaderListener
Creates the ConfigLoader to use.
createContextLoader() - Method in class de.mindmatters.faces.spring.context.ContextLoaderServlet
Creates the ConfigLoader to use.
createConverter(Class) - Method in class de.mindmatters.faces.application.ApplicationImpl
createConverter(String) - Method in class de.mindmatters.faces.application.ApplicationImpl
createConverter(Application, String) - Method in interface de.mindmatters.faces.application.ConverterFactory
Instantiate and return a new Converter instance of the class specified by a previous call to addConverter() for the specified converter id.
createConverter(Application, Class) - Method in interface de.mindmatters.faces.application.ConverterFactory
Instantiate and return a new Converter instance of the class that has registered itself as capable of performing conversions for objects of the specified type.
createDefaultBeanDefinitionDocumentReader() - Method in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
Creates a BeanDefinitionDocumentReader that parses bean definitions other than managed beans according to the "faces-config" DTD.
createDefaultLifecycle() - Method in class de.mindmatters.faces.lifecycle.LifecycleFactoryImpl
Factory method for creating the default lifecycle.
createDefaultLifecycle() - Static method in class de.mindmatters.faces.lifecycle.LifecycleImpl
Factory method creating the default Lifecycle for a particular JavaServer Faces request.
createExtendedUIComponentClass(String, ParserContext) - Static method in class de.mindmatters.faces.spring.factory.aspectj.JsfBeanDefinitionParserUtils
Generates a subclass of the given UIComponent class with name originalClassName which implements the interface JsfBeanDefinitionParserUtils.UIComponentExtension.
createManagedBeanDefinition(String, ClassLoader) - Static method in class de.mindmatters.faces.spring.factory.ManagedBeanFactory
Creates a ManagedBeanDefinition based upon a RootBeanDefinition.
createManagedBeanFactory() - Method in class de.mindmatters.faces.spring.context.support.DefaultFacesWebApplicationContext
Create an internal managed bean factory for this context.
createMetaRuleset(Class) - Method in class de.mindmatters.faces.taglib.facelets.HtmlSimpleOutcomeActionSourceComponentHandler
Extend this method in order to add your own rules.
createMethodBinding(String, Class[]) - Method in class de.mindmatters.faces.application.ApplicationImpl
Create an object which can be used to invoke an arbitrary method via an EL expression at a later time.
createMethodBinding(Application, String, Class[]) - Method in interface de.mindmatters.faces.application.MethodBindingFactory
Instantiate and return a new MethodBinding for the specified method binding expression, which may be used to call the corresponding method later.
createRootBeanDefinition(RootBeanDefinition) - Static method in class de.mindmatters.faces.spring.factory.ManagedBeanFactory
Creates a RootBeanDefinition based upon a RootBeanDefinition.
createServletContext() - Method in class de.mindmatters.faces.spring.test.AbstractJsfSpringContextTests
Creates the ServletContext mock implementation - default is MockServletContext.
createValidator(String) - Method in class de.mindmatters.faces.application.ApplicationImpl
createValidator(Application, String) - Method in interface de.mindmatters.faces.application.ValidatorFactory
Instantiate and return a new Validator instance of the class specified by a previous call to addValidator() for the specified validator id.
createValueBinding(String) - Method in class de.mindmatters.faces.application.ApplicationImpl
Create an object which can be used to invoke an arbitrary method via an EL expression at a later time.
createValueBinding(Application, String) - Method in interface de.mindmatters.faces.application.MethodBindingFactory
Instantiate and return a new ValueBinding for the specified value binding expression, which may be used to manipulate the corresponding property value later.
createView(FacesContext, String) - Method in class de.mindmatters.faces.application.AbstractDelegatingViewBuilder
createView(FacesContext, String) - Method in class de.mindmatters.faces.application.FaceletViewBuilder
createView(FacesContext, ViewHandler, String) - Method in class de.mindmatters.faces.lifecycle.RestoreViewPhase
Perform whatever actions are required to create the view associated with the specified FacesContext and viewId.
createView(String, Locale) - Method in class de.mindmatters.faces.spring.context.servlet.FacesViewResolver
Overridden to implement check for "redirect:" prefix.
createView(FacesContext, ViewHandler, String) - Method in class de.mindmatters.faces.spring.context.servlet.lifecycle.RestoreViewPhase
Perform whatever actions are required to create the view associated with the specified FacesContext and viewId.
createWebApplicationContext(ServletContext, ApplicationContext) - Method in class de.mindmatters.faces.spring.context.ContextLoader
Creates and returns a WebApplicationContext.

D

de.mindmatters.faces - package de.mindmatters.faces
Contains the JavaServer Faces resources and EntityResolver implementation for the JSF 1.0 and JSF 1.1 DTD and utility classes for the use within the framework.
de.mindmatters.faces.application - package de.mindmatters.faces.application
Convenient pluggable extensions and implementations of JavaServer Faces mechanisms to manage the execution of an application that is based on JavaServer Faces.
de.mindmatters.faces.component.html - package de.mindmatters.faces.component.html
Specialized user interface component classes for HTML.
de.mindmatters.faces.context - package de.mindmatters.faces.context
Contains the JavaServer Faces context implementations.
de.mindmatters.faces.el - package de.mindmatters.faces.el
Classes for evaluating and processing reference expressions.
de.mindmatters.faces.lifecycle - package de.mindmatters.faces.lifecycle
Classes implementing JavaServer Faces lifecycle management.
de.mindmatters.faces.render.html - package de.mindmatters.faces.render.html
Classes impementing the HTML rendering model for the components delivered with JSF-Spring.
de.mindmatters.faces.spring - package de.mindmatters.faces.spring
Contains utitlity and base classes for the core framework of JSF-Spring.
de.mindmatters.faces.spring.context - package de.mindmatters.faces.spring.context
This package and its sub-packages provides glue code for comprehensive integration of JSF (JavaServer Faces) and the Spring framework.
de.mindmatters.faces.spring.context.servlet - package de.mindmatters.faces.spring.context.servlet
Provides integration and glue code for the Spring web MVC framework.
de.mindmatters.faces.spring.context.servlet.controller - package de.mindmatters.faces.spring.context.servlet.controller
Standard controller implementations for the MVC framework integration that comes with jsf-spring.
de.mindmatters.faces.spring.context.servlet.lifecycle - package de.mindmatters.faces.spring.context.servlet.lifecycle
SPI interfaces and classes implementing special JavaServer Faces lifecycle management for the integration of Spring's MVC framework.
de.mindmatters.faces.spring.context.support - package de.mindmatters.faces.spring.context.support
Core package implementing a default FacesWebApplicationContext.
de.mindmatters.faces.spring.factory - package de.mindmatters.faces.spring.factory
Core package implementing an extended AutowireCapableBeanFactory.
de.mindmatters.faces.spring.factory.aspectj - package de.mindmatters.faces.spring.factory.aspectj
Contains bean definition parsers for the custom component tags of JSF-Spring.
de.mindmatters.faces.spring.factory.xml - package de.mindmatters.faces.spring.factory.xml
Contains all bean definition parsers for the custom tags of JSF-Spring.
de.mindmatters.faces.spring.test - package de.mindmatters.faces.spring.test
Superclasses for tests requiring JSF-Spring application contexts.
de.mindmatters.faces.taglib.facelets - package de.mindmatters.faces.taglib.facelets
Contains base classes for facelets custom component tags, and concrete tag implementations for core tags.
de.mindmatters.faces.taglib.jsp - package de.mindmatters.faces.taglib.jsp
Contains base classes for JSP custom component tags, and concrete tag implementations for core tags.
decode(FacesContext, UIComponent) - Method in class de.mindmatters.faces.render.html.HtmlFormRenderer
decodeViewId(FacesContext) - Static method in class de.mindmatters.faces.FacesUtils
Decodes the view id of the current request.
DEFAULT_LOCALE_ELEMENT - Static variable in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
<default-locale></default-locale> element.
DefaultFacesWebApplicationContext - Class in de.mindmatters.faces.spring.context.support
Default implementation of the FacesWebApplicationContext interface.
DefaultFacesWebApplicationContext() - Constructor for class de.mindmatters.faces.spring.context.support.DefaultFacesWebApplicationContext
Standard constructor in JavaBeans-style.
DelegatingActionListener - Class in de.mindmatters.faces.application
This action listener implementation processes action events during the Apply Request Values or Invoke Application phase of the request processing lifecycle (depending upon the immediate property of the ActionSource that queued this event.
DelegatingActionListener(ActionListener) - Constructor for class de.mindmatters.faces.application.DelegatingActionListener
Creates an ApplicationListener with the given action listener orig of the underlying JSF implementation.
DelegatingVariableResolver - Class in de.mindmatters.faces.spring.factory
VariableResolver implementation that delegates to the internal BeanFactory of the used WebApplicationContext and original resolver of the underlying JSF implementation to resolve the asked beans or variables.
DelegatingVariableResolver(VariableResolver) - Constructor for class de.mindmatters.faces.spring.factory.DelegatingVariableResolver
Creates a DelegatingVariableResolver with the given VariableResolver originalVariableResolver.
DelegatingVariableResolver(VariableResolver, BeanFactory) - Constructor for class de.mindmatters.faces.spring.factory.DelegatingVariableResolver
Creates a DelegatingVariableResolver with the given VariableResolver originalVariableResolver.
destroy() - Method in class de.mindmatters.faces.context.ServletExternalContextFake
Invoked by a BeanFactory on destruction of a singleton.
destroy() - Method in class de.mindmatters.faces.spring.context.ContextLoaderServlet
Closes the jsf-spring-config root web application context.
destroySingletons() - Method in class de.mindmatters.faces.spring.factory.ManagedBeanFactory
Destroy all singleton beans in this factory, including inner beans that have been registered as disposable.
determineContextClass(ServletContext) - Method in class de.mindmatters.faces.spring.context.ContextLoader
Returns the WebApplicationContext implementation class to use, either the default FacesWebApplicationContext or a custom context class if specified.
dispatch(String) - Method in class de.mindmatters.faces.context.ServletExternalContextFake
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class de.mindmatters.faces.spring.context.servlet.FacesContextFilter
doPerComponentActions(FacesContext, UIComponent) - Method in class de.mindmatters.faces.lifecycle.RestoreViewPhase
Do any per-component actions necessary during reconstitute.
doTypeConversionIfNecessary(TypeConverter, Object, Class, MethodParameter) - Method in class de.mindmatters.faces.spring.factory.ManagedBeanFactory
Convert the given value into the specified target type, using the specified BeanWrapper.

E

ELParser - Class in de.mindmatters.faces.el
Utility class to implement support functionality to "morph" JSP EL into JSF EL.
ELUtils - Class in de.mindmatters.faces.el
Utility class for interpreting and evaluating parsed JSF reference expressions.
ELVariableResolver - Class in de.mindmatters.faces.el
Servlet-API VariableResolver implementation based upon the original VariableResolver of the underlying JSF implementation.
ELVariableResolver() - Constructor for class de.mindmatters.faces.el.ELVariableResolver
 
encodeActionURL(String) - Method in class de.mindmatters.faces.context.ServletExternalContextFake
encodeBegin(FacesContext, UIComponent) - Method in class de.mindmatters.faces.render.html.HtmlFormRenderer
encodeChildren(FacesContext, UIComponent) - Method in class de.mindmatters.faces.render.html.HtmlFormRenderer
encodeEnd(FacesContext, UIComponent) - Method in class de.mindmatters.faces.render.html.HtmlFormRenderer
encodeNamespace(String) - Method in class de.mindmatters.faces.context.ServletExternalContextFake
encodeResourceURL(String) - Method in class de.mindmatters.faces.context.ServletExternalContextFake
encodeViewId(FacesContext) - Static method in class de.mindmatters.faces.FacesUtils
Encodes the view id of the current UIViewRoot.
equals(Object) - Method in class de.mindmatters.faces.spring.test.JsfRIStartupDriver
equals(Object) - Method in class de.mindmatters.faces.spring.test.MyFacesStartupDriver
error(String, Element) - Method in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
Report an error with the given message for the given source element.
error(String, Element, Throwable) - Method in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
Report an error with the given message for the given source element.
execute(FacesContext) - Method in class de.mindmatters.faces.lifecycle.AbstractPhase
Perform all state transitions required by the current phase of the request processing Lifecycle for a particular request.
execute(FacesContext) - Method in class de.mindmatters.faces.lifecycle.LifecycleImpl
execute(FacesContext) - Method in interface de.mindmatters.faces.lifecycle.Phase
Perform all state transitions required by the current phase of the request processing Lifecycle for a particular request.
executePhase(FacesContext) - Method in class de.mindmatters.faces.lifecycle.AbstractPhase
Perform all state transitions required by the current phase of the request processing Lifecycle for a particular request.
executePhase(FacesContext) - Method in class de.mindmatters.faces.lifecycle.ApplyRequestValuesPhase
Perform all state transitions required by the current phase of the request processing Lifecycle for a particular request.
executePhase(FacesContext) - Method in class de.mindmatters.faces.lifecycle.InvokeApplicationPhase
Perform all state transitions required by the current phase of the request processing Lifecycle for a particular request.
executePhase(FacesContext) - Method in class de.mindmatters.faces.lifecycle.ProcessValidationsPhase
Perform all state transitions required by the current phase of the request processing Lifecycle for a particular request.
executePhase(FacesContext) - Method in class de.mindmatters.faces.lifecycle.RenderResponsePhase
Perform all state transitions required by the current phase of the request processing Lifecycle for a particular request.
executePhase(FacesContext) - Method in class de.mindmatters.faces.lifecycle.RestoreViewPhase
Perform all state transitions required by the current phase of the request processing Lifecycle for a particular request.
executePhase(FacesContext) - Method in class de.mindmatters.faces.lifecycle.UpdateModelValuesPhase
Perform all state transitions required by the current phase of the request processing Lifecycle for a particular request.
exposeHelpers(HttpServletRequest) - Method in class de.mindmatters.faces.spring.context.servlet.FacesView
Expose helpers unique to each rendering operation.
exposeViewRootIfNecessary(FacesContext, String) - Method in class de.mindmatters.faces.spring.context.servlet.FacesView
Creates and exposes the UIViewRoot to the given FacesContext if necessary.
ExtendedFaceletViewHandler - Class in de.mindmatters.faces.application
Extends FaceletViewHandler to implement ViewBuilder.buildView(FacesContext, String).
ExtendedFaceletViewHandler(ViewHandler) - Constructor for class de.mindmatters.faces.application.ExtendedFaceletViewHandler
Default constructor.
extendedFaceletViewHandlerClass() - Method in class de.mindmatters.faces.application.FaceletViewBuilder
Must return a ViewHandler class of type ExtendedFaceletViewHandler.

F

FaceletViewBuilder - Class in de.mindmatters.faces.application
ViewBuilder implementation based upon jsf-facelets.
FaceletViewBuilder(ViewHandler) - Constructor for class de.mindmatters.faces.application.FaceletViewBuilder
Constructor that takes the original ViewHandler.
FacesContextFilter - Class in de.mindmatters.faces.spring.context.servlet
Filter implementation that creates and releases a FacesContext which contains per-request state information.
FacesContextFilter() - Constructor for class de.mindmatters.faces.spring.context.servlet.FacesContextFilter
 
FacesContextImpl - Class in de.mindmatters.faces.context
FacesContext contains all of the per-request state information related to the processing of a single JavaServer Faces request, and the rendering of the corresponding response.
FacesContextImpl(ExternalContext) - Constructor for class de.mindmatters.faces.context.FacesContextImpl
Constructs a FacesContext with the given ExternalContext externalContext.
FacesContextLoader - Class in de.mindmatters.faces.spring.context.servlet
Performs the actual initialization work for a FacesContext which contains all of the per-request state information.
FacesController - Class in de.mindmatters.faces.spring.context.servlet
FacesController is a Controller that manages the request processing lifecycle for web applications that are utilizing JavaServer Faces to construct the user interface.
FacesController() - Constructor for class de.mindmatters.faces.spring.context.servlet.FacesController
 
FacesControllerHandlerAdapter - Class in de.mindmatters.faces.spring.context.servlet
Adapter to use the FacesController workflow class with the generic FacesDispatcherServlet.
FacesControllerHandlerAdapter() - Constructor for class de.mindmatters.faces.spring.context.servlet.FacesControllerHandlerAdapter
 
FacesDispatcherServlet - Class in de.mindmatters.faces.spring.context.servlet
Central dispatcher which integrates Spring's MVC framework to the faces lifecycle.
FacesDispatcherServlet() - Constructor for class de.mindmatters.faces.spring.context.servlet.FacesDispatcherServlet
Standard Constructor.
FacesDispatcherServlet.DefaultApplicationContext - Class in de.mindmatters.faces.spring.context.servlet
Default ApplicationContext for the FacesDispatcherServlet.
FacesDispatcherServlet.DefaultApplicationContext() - Constructor for class de.mindmatters.faces.spring.context.servlet.FacesDispatcherServlet.DefaultApplicationContext
 
FacesDtdResolver - Class in de.mindmatters.faces
EntityResolver implementation for the JSF 1.0 and JSF 1.1 DTD, to load the DTD from the jsf-spring class path (or JAR file).
FacesDtdResolver() - Constructor for class de.mindmatters.faces.FacesDtdResolver
 
FacesUtils - Class in de.mindmatters.faces
Miscellaneous faces utility methods.
FacesView - Class in de.mindmatters.faces.spring.context.servlet
Wrapper for a JSP or other resource within the same faces web application.
FacesView() - Constructor for class de.mindmatters.faces.spring.context.servlet.FacesView
Constructor for use as a bean.
FacesView(String) - Constructor for class de.mindmatters.faces.spring.context.servlet.FacesView
Create a new FacesView with the given URL url.
FacesView(UIViewRoot) - Constructor for class de.mindmatters.faces.spring.context.servlet.FacesView
Create a new FacesView with the given UIViewRoot viewRoot.
FacesViewResolver - Class in de.mindmatters.faces.spring.context.servlet
Convenience subclass of UrlBasedViewResolver that supports FacesView.
FacesViewResolver() - Constructor for class de.mindmatters.faces.spring.context.servlet.FacesViewResolver
Sets default viewClass to AbstractFacesView.
FacesWebApplicationContext - Interface in de.mindmatters.faces.spring.context
Provides configuration for managed beans.
FacesWebApplicationContextUtils - Class in de.mindmatters.faces.spring.context
Convenience methods to retrieve the faces root FacesWebApplicationContext for a given FacesContext.
FOR_CLASS_ATTRIBUTE - Static variable in class de.mindmatters.faces.spring.factory.aspectj.JsfBeanDefinitionParserUtils
The 'for-class' attribute of a Converter definition.

G

get(String, ObjectFactory) - Method in class de.mindmatters.faces.spring.factory.ApplicationScope
Return the object from the underlying scope, creating it if not found.
getAccept() - Method in class de.mindmatters.faces.taglib.jsp.HtmlFormTag
Returns the accept attribute value.
getAcceptCharset() - Method in class de.mindmatters.faces.taglib.jsp.HtmlFormTag
Returns the acceptCharset attribute value.
getAction() - Method in class de.mindmatters.faces.component.html.HtmlForm
getAction() - Method in class de.mindmatters.faces.spring.context.servlet.controller.SimpleActionController
getAction() - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlActionSourceComponentTag
Returns the action value.
getActionEvent() - Method in interface de.mindmatters.faces.application.ActionEventContext
Return the current ActionEvent, which can be fixed or determined dynamically, depending on the implementation strategy.
getActionEvent() - Static method in class de.mindmatters.faces.application.ActionEventContextHolder
Return the ActionEvent associated with the current thread, if any.
getActionEvent() - Method in class de.mindmatters.faces.application.SimpleActionEventContext
Return the current ActionEvent, which can be fixed or determined dynamically, depending on the implementation strategy.
getActionEventContext() - Static method in class de.mindmatters.faces.application.ActionEventContextHolder
Return the ActionEventContext associated with the current thread, if any.
getActionListener() - Method in class de.mindmatters.faces.application.ApplicationImpl
getActionListener() - Method in class de.mindmatters.faces.component.html.HtmlForm
getActionListener() - Method in class de.mindmatters.faces.spring.context.servlet.controller.SimpleActionController
getActionListener() - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlActionSourceComponentTag
Returns the actionListener value.
getActionListeners() - Method in class de.mindmatters.faces.component.html.HtmlForm
getActionListeners() - Method in class de.mindmatters.faces.spring.context.servlet.controller.SimpleActionController
getActionURL(FacesContext, String) - Method in class de.mindmatters.faces.application.AbstractDelegatingViewBuilder
getActionURL(FacesContext, String) - Method in class de.mindmatters.faces.application.FaceletViewBuilder
getApplication() - Method in class de.mindmatters.faces.application.ApplicationFactoryImpl
getApplication() - Method in class de.mindmatters.faces.context.FacesContextImpl
getApplicationMap() - Method in class de.mindmatters.faces.context.ServletExternalContextFake
getAsText() - Method in class de.mindmatters.faces.el.MethodBindingPropertyEditor
getAsText() - Method in class de.mindmatters.faces.el.ValueBindingPropertyEditor
getAuthType() - Method in class de.mindmatters.faces.context.ServletExternalContextFake
getBeanDefinition() - Method in class de.mindmatters.faces.spring.factory.OrderedBeanDefinitionHolder
 
getBeanName() - Method in class de.mindmatters.faces.spring.factory.OrderedBeanDefinitionHolder
 
getBooleanAttribute(UIComponent, String) - Method in class de.mindmatters.faces.render.html.AbstractRendererBase
Converts an attribute of the given UIComponent component with the name attributeName to a boolean value.
getClientIdsWithMessages() - Method in class de.mindmatters.faces.context.FacesContextImpl
getComponentClassName() - Method in class de.mindmatters.faces.spring.factory.aspectj.UIComponentDefinition
 
getComponentFamily() - Method in class de.mindmatters.faces.spring.factory.xml.RendererDefinition
 
getComponentStateToSave(FacesContext) - Method in class de.mindmatters.faces.application.NoStateManager
getComponentStateToSave(FacesContext) - Method in class de.mindmatters.faces.application.OptimizedStateManager
getComponentType() - Method in class de.mindmatters.faces.spring.factory.aspectj.UIComponentDefinition
 
getComponentType() - Method in class de.mindmatters.faces.taglib.jsp.HtmlFormTag
Specify the "component type name" used together with the component's family and the Application object to create a UIComponent instance for this tag.
getComponentTypes() - Method in class de.mindmatters.faces.application.ApplicationImpl
getComponentTypes(Application) - Method in interface de.mindmatters.faces.application.ComponentFactory
Return an Iterator over the set of currently defined component types for this Application.
getComponentTypes(Application) - Method in class de.mindmatters.faces.application.IdForcingComponentFactory
Return an Iterator over the set of currently defined component types for this Application.
getConfigLocations() - Method in class de.mindmatters.faces.spring.test.AbstractJsfSpringContextTests
Subclasses must implement this method to return the locations of their config files.
getContext() - Method in class de.mindmatters.faces.context.ServletExternalContextFake
getConversationId() - Method in class de.mindmatters.faces.spring.factory.ApplicationScope
Return the conversation id for the current underlying scope, if any.
getConvertedValue(FacesContext, UIComponent, Object) - Method in class de.mindmatters.faces.render.html.HtmlFormRenderer
getConverterClassName() - Method in class de.mindmatters.faces.spring.factory.aspectj.ConverterDefinition
 
getConverterIds() - Method in class de.mindmatters.faces.application.ApplicationImpl
getConverterIds(Application) - Method in interface de.mindmatters.faces.application.ConverterFactory
Return an Iterator over the set of currently registered converter ids for this Application.
getConverterRegistrar() - Method in class de.mindmatters.faces.spring.factory.aspectj.ConverterDefinition
 
getConverterTypes() - Method in class de.mindmatters.faces.application.ApplicationImpl
getConverterTypes(Application) - Method in interface de.mindmatters.faces.application.ConverterFactory
Return an Iterator over the set of Class instances for which Converter classes have been explicitly registered.
getCurrentInstance() - Static method in class de.mindmatters.faces.el.ELParser
Returns an instance of ELParser.
getCurrentInstance() - Static method in class de.mindmatters.faces.spring.context.servlet.FacesContextLoader
 
getDefaultConfigLocations() - Method in class de.mindmatters.faces.spring.context.support.DefaultFacesWebApplicationContext
The default location for the root context is "/WEB-INF/applicationContext.xml", and "/WEB-INF/test-servlet.xml" for a context with the namespace "test-servlet" (like for a DispatcherServlet instance with the servlet-name "test").
getDefaultFacesSpringConfigLocations() - Method in class de.mindmatters.faces.spring.context.support.DefaultFacesWebApplicationContext
The default location for jsf-spring config files is "/WEB-INF/faces-spring-context.xml", and all "/META-INF/faces-spring-context.xml".
getDefaultLocale() - Method in class de.mindmatters.faces.application.ApplicationImpl
getDefaultLocale(Element, String) - Method in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
Parses and returns the default locale from the given locale config DOM element.
getDefaultRenderKitId() - Method in class de.mindmatters.faces.application.ApplicationImpl
getDefaultSuffix(FacesContext) - Static method in class de.mindmatters.faces.FacesUtils
Returns the value to use for the default extension if the webapp is using url extension mapping.
getDelegate() - Method in class de.mindmatters.faces.application.AbstractDelegatingViewBuilder
 
getDir() - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlComponentTag
Returns the language direction.
getEnctype() - Method in class de.mindmatters.faces.taglib.jsp.HtmlFormTag
Returns the enctype attribute value.
getExternalContext() - Method in class de.mindmatters.faces.context.FacesContextImpl
getFacesSpringConfigLocations() - Method in class de.mindmatters.faces.spring.context.support.DefaultFacesWebApplicationContext
Returns the locations of the jsf-spring configuration files.
getHandler(FacesContext) - Static method in class de.mindmatters.faces.spring.context.servlet.LifecycleExecutor
Returns the current Handler from the current thread.
getHandlerAdapter(Object) - Method in class de.mindmatters.faces.spring.context.servlet.FacesDispatcherServlet
Return the HandlerAdapter for this handler object.
getHandlerMethodName(HttpServletRequest) - Method in class de.mindmatters.faces.spring.context.servlet.controller.ActionMethodNameResolver
Return a method name that can handle this request.
getId() - Method in class de.mindmatters.faces.lifecycle.ApplyRequestValuesPhase
Returns the current Lifecycle Phase identifier.
getId() - Method in class de.mindmatters.faces.lifecycle.InvokeApplicationPhase
Returns the current Lifecycle Phase identifier.
getId() - Method in interface de.mindmatters.faces.lifecycle.Phase
Returns the current Lifecycle Phase identifier.
getId() - Method in class de.mindmatters.faces.lifecycle.ProcessValidationsPhase
Returns the current Lifecycle Phase identifier.
getId() - Method in class de.mindmatters.faces.lifecycle.RenderResponsePhase
Returns the current Lifecycle Phase identifier.
getId() - Method in class de.mindmatters.faces.lifecycle.RestoreViewPhase
Returns the current Lifecycle Phase identifier.
getId() - Method in class de.mindmatters.faces.lifecycle.UpdateModelValuesPhase
Returns the current Lifecycle Phase identifier.
getImmediate() - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlActionSourceComponentTag
Returns the immediate value.
getInitParameter(String) - Method in class de.mindmatters.faces.context.ServletExternalContextFake
getInitParameterMap() - Method in class de.mindmatters.faces.context.ServletExternalContextFake
getInstance() - Static method in class de.mindmatters.faces.spring.context.servlet.lifecycle.PhaseListenerHelper
 
getLang() - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlComponentTag
Returns the language.
getLastModified(HttpServletRequest) - Method in class de.mindmatters.faces.spring.context.servlet.controller.MultiActionEventController
Same contract as for HttpServlet's getLastModified method.
getLastModified(HttpServletRequest, Object) - Method in class de.mindmatters.faces.spring.context.servlet.FacesControllerHandlerAdapter
Same contract as for HttpServlet's getLastModified method.
getLastModified(HttpServletRequest, Object) - Method in class de.mindmatters.faces.spring.context.servlet.LifecycleExecutor
Same contract as for HttpServlet's getLastModified method.
getLifecycle(String) - Method in class de.mindmatters.faces.lifecycle.LifecycleFactoryImpl
getLifecycle() - Method in class de.mindmatters.faces.spring.context.servlet.FacesView
 
getLifecycleId() - Method in class de.mindmatters.faces.spring.factory.xml.PhaseListenerDefinition
 
getLifecycleIds() - Method in class de.mindmatters.faces.lifecycle.LifecycleFactoryImpl
getMaximumSeverity() - Method in class de.mindmatters.faces.context.FacesContextImpl
getMergedBeanDefinition(String, BeanDefinition) - Method in class de.mindmatters.faces.spring.factory.ManagedBeanFactory
Return a RootBeanDefinition for the given bean name, by merging with the parent if the given original bean definition is a child bean definition.
getMessage(String, Object[], String, Locale) - Method in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader.FacesHierarchicalMessageSource
Try to resolve the message.
getMessage(String, Object[], Locale) - Method in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader.FacesHierarchicalMessageSource
Try to resolve the message.
getMessage(MessageSourceResolvable, Locale) - Method in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader.FacesHierarchicalMessageSource
Try to resolve the message using all the attributes contained within the MessageSourceResolvable argument that was passed in.
getMessageBundle() - Method in class de.mindmatters.faces.application.ApplicationImpl
getMessages() - Method in class de.mindmatters.faces.context.FacesContextImpl
getMessages(String) - Method in class de.mindmatters.faces.context.FacesContextImpl
getMethod() - Method in class de.mindmatters.faces.component.html.HtmlForm
Returns the method of this form - supports 'POST' or 'GET'.
getMethod() - Method in class de.mindmatters.faces.taglib.jsp.HtmlFormTag
Returns the method attribute value.
getMethodNameResolver() - Method in class de.mindmatters.faces.spring.context.servlet.controller.MultiActionEventController
Return the MethodNameResolver used by this class.
getName() - Method in class de.mindmatters.faces.taglib.jsp.HtmlFormTag
Returns the name attribute value.
getNavigationHandler() - Method in class de.mindmatters.faces.application.ApplicationImpl
Return the NavigationHandler object which is responsible for mapping from a logical (viewid, fromAction, outcome) to the URL of a view to be rendered.
getOnclick() - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlEventHandlerComponentTag
Returns the onclick value.
getOndblclick() - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlEventHandlerComponentTag
Returns the ondblclick value.
getOnkeydown() - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlEventHandlerComponentTag
Returns the onkeydown value.
getOnkeypress() - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlEventHandlerComponentTag
Returns the onkeypress value.
getOnkeyup() - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlEventHandlerComponentTag
Returns the onkeyup value.
getOnmousedown() - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlEventHandlerComponentTag
Returns the onmousedown value.
getOnmousemove() - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlEventHandlerComponentTag
Returns the onmousemove value.
getOnmouseout() - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlEventHandlerComponentTag
Returns the onmouseout value.
getOnmouseover() - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlEventHandlerComponentTag
Returns the onmouseover value.
getOnmouseup() - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlEventHandlerComponentTag
Returns the onmouseup value.
getOnreset() - Method in class de.mindmatters.faces.taglib.jsp.HtmlFormTag
Returns the onreset attribute value.
getOnsubmit() - Method in class de.mindmatters.faces.taglib.jsp.HtmlFormTag
Returns the onsubmit attribute value.
getOrder() - Method in class de.mindmatters.faces.spring.factory.aspectj.JsfComponentStartupProcessor
Return the order value of this object, with a higher value meaning greater in terms of sorting.
getOrder() - Method in class de.mindmatters.faces.spring.factory.OrderedBeanDefinitionHolder
Return the order value of this object, with a higher value meaning greater in terms of sorting.
getOrder() - Method in class de.mindmatters.faces.spring.factory.OrderedRootBeanDefinition
Return the order value of this object, with a higher value meaning greater in terms of sorting.
getOrder() - Method in class de.mindmatters.faces.spring.factory.xml.JsfStartupProcessor
Return the order value of this object, with a higher value meaning greater in terms of sorting.
getParentMessageSource() - Method in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader.FacesHierarchicalMessageSource
Return the parent of this MessageSource, or null if none.
getPhaseListener() - Method in class de.mindmatters.faces.spring.factory.xml.PhaseListenerDefinition
 
getPhaseListeners() - Method in class de.mindmatters.faces.lifecycle.LifecycleImpl
getPropertyResolver() - Method in class de.mindmatters.faces.application.ApplicationImpl
Get the object used by the VariableResolver to read and write named properties on java beans, Arrays, Lists and Maps.
getReaderContext() - Method in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
 
getRemoteUser() - Method in class de.mindmatters.faces.context.ServletExternalContextFake
getRenderedViewId(FacesContext, String) - Method in class de.mindmatters.faces.application.ExtendedFaceletViewHandler
getRenderer() - Method in class de.mindmatters.faces.spring.factory.xml.RendererDefinition
 
getRendererType() - Method in class de.mindmatters.faces.spring.factory.xml.RendererDefinition
 
getRendererType() - Method in class de.mindmatters.faces.taglib.jsp.HtmlFormTag
Specify the "renderer type name" used together with the current renderKit to get a Renderer instance for the corresponding UIComponent.
getRenderKit() - Method in class de.mindmatters.faces.context.FacesContextImpl
getRenderKitId() - Method in class de.mindmatters.faces.spring.factory.xml.RendererDefinition
 
getRenderResponse() - Method in class de.mindmatters.faces.context.FacesContextImpl
getRendersChildren() - Method in class de.mindmatters.faces.render.html.HtmlFormRenderer
getRequest() - Method in class de.mindmatters.faces.context.ServletExternalContextFake
getRequestContextPath() - Method in class de.mindmatters.faces.context.ServletExternalContextFake
getRequestCookieMap() - Method in class de.mindmatters.faces.context.ServletExternalContextFake
getRequestHeaderMap() - Method in class de.mindmatters.faces.context.ServletExternalContextFake
getRequestHeaderValuesMap() - Method in class de.mindmatters.faces.context.ServletExternalContextFake
getRequestLocale() - Method in class de.mindmatters.faces.context.ServletExternalContextFake
getRequestLocales() - Method in class de.mindmatters.faces.context.ServletExternalContextFake
getRequestMap() - Method in class de.mindmatters.faces.context.ServletExternalContextFake
getRequestParameterMap() - Method in class de.mindmatters.faces.context.ServletExternalContextFake
getRequestParameterNames() - Method in class de.mindmatters.faces.context.ServletExternalContextFake
getRequestParameterValuesMap() - Method in class de.mindmatters.faces.context.ServletExternalContextFake
getRequestPathInfo() - Method in class de.mindmatters.faces.context.ServletExternalContextFake
getRequestServletPath() - Method in class de.mindmatters.faces.context.ServletExternalContextFake
getRequiredWebApplicationContext(FacesContext) - Static method in class de.mindmatters.faces.spring.context.FacesWebApplicationContextUtils
Finds the required faces root FacesWebApplicationContext for this web app, which is typically loaded via ContextLoaderListenr.
getResource(String) - Method in class de.mindmatters.faces.context.ServletExternalContextFake
getResourceAsStream(String) - Method in class de.mindmatters.faces.context.ServletExternalContextFake
getResourceBasePath() - Method in class de.mindmatters.faces.spring.test.AbstractJsfSpringContextTests
 
getResourcePaths(String) - Method in class de.mindmatters.faces.context.ServletExternalContextFake
getResourceURL(FacesContext, String) - Method in class de.mindmatters.faces.application.AbstractDelegatingViewBuilder
getResourceURL(FacesContext, String) - Method in class de.mindmatters.faces.application.FaceletViewBuilder
getResponse() - Method in class de.mindmatters.faces.context.ServletExternalContextFake
getResponseComplete() - Method in class de.mindmatters.faces.context.FacesContextImpl
getResponseStream() - Method in class de.mindmatters.faces.context.FacesContextImpl
getResponseWriter() - Method in class de.mindmatters.faces.context.FacesContextImpl
getServletContext() - Method in class de.mindmatters.faces.context.ServletExternalContextFake
Returns the ServletContext.
getServletContext() - Method in class de.mindmatters.faces.spring.test.AbstractJsfSpringContextTests
 
getServletInfo() - Method in class de.mindmatters.faces.spring.context.ContextLoaderServlet
getSession(boolean) - Method in class de.mindmatters.faces.context.ServletExternalContextFake
getSessionMap() - Method in class de.mindmatters.faces.context.ServletExternalContextFake
getStateManager() - Method in class de.mindmatters.faces.application.ApplicationImpl
getStyle() - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlComponentTag
Returns the css style.
getStyleClass() - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlComponentTag
Returns the css style class.
getSupportedLocales() - Method in class de.mindmatters.faces.application.ApplicationImpl
getTarget() - Method in class de.mindmatters.faces.taglib.jsp.HtmlFormTag
Returns the target attribute value.
getTextValue(Element) - Static method in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
Extract the text value from the given DOM element, ignoring XML comments.
getTitle() - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlComponentTag
Returns the title.
getTransient() - Method in class de.mindmatters.faces.taglib.jsp.HtmlFormTag
Returns the transient attribute value.
getTreeStructureToSave(FacesContext) - Method in class de.mindmatters.faces.application.AbstractViewBuildingStateManager
getType(FacesContext) - Method in class de.mindmatters.faces.el.ConstantMethodBinding
getUserPrincipal() - Method in class de.mindmatters.faces.context.ServletExternalContextFake
getValidatorClassName() - Method in class de.mindmatters.faces.spring.factory.aspectj.ValidatorDefinition
 
getValidatorId() - Method in class de.mindmatters.faces.spring.factory.aspectj.ValidatorDefinition
 
getValidatorIds() - Method in class de.mindmatters.faces.application.ApplicationImpl
getValidatorIds(Application) - Method in interface de.mindmatters.faces.application.ValidatorFactory
Return an Iterator over the set of currently registered validator ids for this Application.
getVariableResolver() - Method in class de.mindmatters.faces.application.ApplicationImpl
Get the object used to resolve expressions of form "#{...}".
getViewHandler() - Method in class de.mindmatters.faces.application.ApplicationImpl
getViewRoot() - Method in class de.mindmatters.faces.context.FacesContextImpl
getWebApplicationContext(FacesContext) - Static method in class de.mindmatters.faces.spring.context.FacesWebApplicationContextUtils
Finds the faces root FacesWebApplicationContext for this web app, which is typically loaded via ContextLoaderListener.
getWebApplicationContext() - Method in class de.mindmatters.faces.spring.test.AbstractJsfSpringContextTests
 

H

handle(HttpServletRequest, HttpServletResponse, Object) - Method in class de.mindmatters.faces.spring.context.servlet.FacesControllerHandlerAdapter
Use the given handler to handle this request.
handle(HttpServletRequest, HttpServletResponse, Object) - Method in class de.mindmatters.faces.spring.context.servlet.LifecycleExecutor
Use the given handler to handle this request.
handleRequestInternal(FacesContext, HttpServletRequest, HttpServletResponse) - Method in class de.mindmatters.faces.spring.context.servlet.controller.AbstractFacesController
Template method.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class de.mindmatters.faces.spring.context.servlet.controller.AbstractFacesController
Template method.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class de.mindmatters.faces.spring.context.servlet.controller.MultiActionEventController
Template method.
handleRequestInternal(FacesContext, HttpServletRequest, HttpServletResponse) - Method in class de.mindmatters.faces.spring.context.servlet.controller.SimpleActionController
Template method.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class de.mindmatters.faces.spring.context.servlet.FacesController
Executes the faces lifecycle.
hashCode() - Method in class de.mindmatters.faces.spring.test.JsfRIStartupDriver
hashCode() - Method in class de.mindmatters.faces.spring.test.MyFacesStartupDriver
HtmlForm - Class in de.mindmatters.faces.component.html
Represents an HTML form element.
HtmlForm() - Constructor for class de.mindmatters.faces.component.html.HtmlForm
The standard constructor.
HtmlFormRenderer - Class in de.mindmatters.faces.render.html
HtmlFormRenderer is a class that renders a UIForm as a HTML Form.
HtmlFormRenderer() - Constructor for class de.mindmatters.faces.render.html.HtmlFormRenderer
 
HtmlFormTag - Class in de.mindmatters.faces.taglib.jsp
HtmlFormTag represents the HTML jsp tag for UIComponent HtmlForm.
HtmlFormTag() - Constructor for class de.mindmatters.faces.taglib.jsp.HtmlFormTag
 
HtmlLibrary - Class in de.mindmatters.faces.taglib.facelets
TagLibrary for HTML components of JSF-Spring.
HtmlLibrary() - Constructor for class de.mindmatters.faces.taglib.facelets.HtmlLibrary
Standard constructor.
HtmlSimpleOutcomeActionSourceComponentHandler - Class in de.mindmatters.faces.taglib.facelets
HtmlSimpleOutcomeActionSourceComponentHandler is a TagHandler for ActionSource components .
HtmlSimpleOutcomeActionSourceComponentHandler(ComponentConfig) - Constructor for class de.mindmatters.faces.taglib.facelets.HtmlSimpleOutcomeActionSourceComponentHandler
Default facelet constructor.

I

ID_ATTRIBUTE - Static variable in class de.mindmatters.faces.spring.factory.aspectj.JsfBeanDefinitionParserUtils
The 'id' attribute of a bean definition.
ID_ATTRIBUTE - Static variable in class de.mindmatters.faces.spring.factory.xml.JsfBeanDefinitionParserUtils
The 'id' attribute of a BeanDefinition.
ID_ATTRIBUTE - Static variable in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
id attribute of the <managed-bean></managed-bean> element.
IdForcingComponentFactory - Class in de.mindmatters.faces.application
ComponentFactory that generates "clean" client ids (in fact they are equal to their component id) for input components within a HtmlForm.
IdForcingComponentFactory() - Constructor for class de.mindmatters.faces.application.IdForcingComponentFactory
 
init() - Method in class de.mindmatters.faces.spring.context.ContextLoaderServlet
Initializes the jsf-spring-config root web application context.
init() - Method in class de.mindmatters.faces.spring.factory.xml.JsfNameSpaceHandler
Invoked by the DefaultBeanDefinitionDocumentReader after construction but before any custom elements are parsed.
initBeanDefinitionReader(XmlBeanDefinitionReader) - Method in class de.mindmatters.faces.spring.context.support.DefaultFacesWebApplicationContext
Sets the document-reader class of the beanDefinitionReader to the ManagedBeanDefinitionDocumentReader class.
initDispatcherServlet() - Method in class de.mindmatters.faces.spring.context.servlet.FacesDispatcherServlet
This method will be invoked after any bean properties have been set and the WebApplicationContext has been loaded.
initFacesContext(ServletContext, ServletRequest, ServletResponse) - Method in class de.mindmatters.faces.spring.context.servlet.FacesContextLoader
Create (if needed) and return a FacesContext instance that is initialized for the processing of the specified request and response objects.
initFacesController() - Method in class de.mindmatters.faces.spring.context.servlet.FacesController
This method allows the bean instance to perform initialization only possible when all bean properties have been set and to throw an exception in the event of misconfiguration.
initFacesView() - Method in class de.mindmatters.faces.spring.context.servlet.FacesView
This hook method will be invoked after any bean properties have been set and the Lifecycle has been resolved.
initFrameworkServlet() - Method in class de.mindmatters.faces.spring.context.servlet.FacesDispatcherServlet
Overridden method, invoked after any bean properties have been set and the WebApplicationContext and BeanFactory for this namespace is available.
initMultiActionEventController() - Method in class de.mindmatters.faces.spring.context.servlet.controller.MultiActionEventController
This method allows the bean instance to perform initialization only possible when all bean properties have been set and to throw an exception in the event of misconfiguration.
initWebApplicationContext(ServletContext) - Method in class de.mindmatters.faces.spring.context.ContextLoader
Initialize web application context for the given servlet context, regarding the faces.spring.configClass and faces.spring.CONFIG_FILES context-params.
initWebApplicationContext() - Method in class de.mindmatters.faces.spring.context.servlet.FacesDispatcherServlet
Initialize and publish the WebApplicationContext for this servlet.
instantiateWithMethodInjection(RootBeanDefinition, String, BeanFactory) - Method in class de.mindmatters.faces.spring.factory.ValueBindingResolvingInstantiationStrategy
Subclasses can override this method, which is implemented to throw UnsupportedOperationException, if they can instantiate an object with the Method Injection specified in the given RootBeanDefinition.
instantiateWithMethodInjection(RootBeanDefinition, String, BeanFactory, Constructor, Object[]) - Method in class de.mindmatters.faces.spring.factory.ValueBindingResolvingInstantiationStrategy
Subclasses can override this method, which is implemented to throw UnsupportedOperationException, if they can instantiate an object with the Method Injection specified in the given RootBeanDefinition.
invoke(FacesContext, Object[]) - Method in class de.mindmatters.faces.el.ConstantMethodBinding
InvokeApplicationPhase - Class in de.mindmatters.faces.lifecycle
Implements the default Invoke Application phase of the faces lifecycle.
InvokeApplicationPhase() - Constructor for class de.mindmatters.faces.lifecycle.InvokeApplicationPhase
 
InvokeApplicationPhase - Class in de.mindmatters.faces.spring.context.servlet.lifecycle
Invoke Application Phase implementation used by the special JSF-Spring Lifecycle identified by LifecycleImpl.JSF_SPRING_LIFECYCLE_ID.
InvokeApplicationPhase() - Constructor for class de.mindmatters.faces.spring.context.servlet.lifecycle.InvokeApplicationPhase
 
InvokeApplicationPhaseListener - Interface in de.mindmatters.faces.spring.context.servlet.lifecycle
An interface implemented by objects that wish to be notified at the beginning and ending of processing for the Invoke Application phase of the request processing lifecycle.
isAspectJVersionEnabled() - Static method in class de.mindmatters.faces.spring.JsfSpringConfig
Checks whether the jsf-spring-aspectj.jar is deployed at runtime or not.
isImmediate() - Method in class de.mindmatters.faces.component.html.HtmlForm
isImmediate() - Method in class de.mindmatters.faces.spring.context.servlet.controller.SimpleActionController
isPostback(FacesContext) - Static method in class de.mindmatters.faces.FacesUtils
Try to guess if this is a postback request.
isTransient() - Method in class de.mindmatters.faces.component.html.HtmlForm
isTransient() - Method in class de.mindmatters.faces.el.ConstantMethodBinding
isUserInRole(String) - Method in class de.mindmatters.faces.context.ServletExternalContextFake
isValueReference(String) - Static method in class de.mindmatters.faces.FacesUtils
Checks whether the string value is a value binding compatible string or not.

J

JSF_SPRING_LIFECYCLE_ID - Static variable in class de.mindmatters.faces.lifecycle.LifecycleImpl
The lifecycle-id of the Lifecycle which processes the entire lifecycle of a particular JavaServer Faces request mapped against the FacesDispatcherServlet (which integrates SpringMVC into JSF).
JsfBeanDefinitionParserUtils - Class in de.mindmatters.faces.spring.factory.aspectj
Miscellaneous parser utility methods for the 'jsh' namespace.
JsfBeanDefinitionParserUtils - Class in de.mindmatters.faces.spring.factory.xml
Miscellaneous parser utility methods for the 'jsh' namespace.
JsfBeanDefinitionParserUtils.UIComponentExtension - Interface in de.mindmatters.faces.spring.factory.aspectj
Interface that will be implemented by the UIComponent subclasses generated by the SubclassCreator.
JsfComponentStartupProcessor - Class in de.mindmatters.faces.spring.factory.aspectj
A BeanFactoryPostProcessor which initializes and configures all relevant JSF components which are hosted and defined in the FacesWebApplicationContext.
JsfComponentStartupProcessor() - Constructor for class de.mindmatters.faces.spring.factory.aspectj.JsfComponentStartupProcessor
 
JsfEnvironment - Interface in de.mindmatters.faces.spring.test
Encapsulates the whole configuration of a JSF environment with the use of JSF-Spring.
JsfNameSpaceHandler - Class in de.mindmatters.faces.spring.factory.xml
NamespaceHandler for the 'jsh' namespace.
JsfNameSpaceHandler() - Constructor for class de.mindmatters.faces.spring.factory.xml.JsfNameSpaceHandler
 
JsfRIStartupDriver - Class in de.mindmatters.faces.spring.test
JsfStartupDriver for the Sun RI.
JsfRIStartupDriver() - Constructor for class de.mindmatters.faces.spring.test.JsfRIStartupDriver
 
JsfSpringConfig - Class in de.mindmatters.faces.spring
Describes the runtime configuration of JSF-Spring.
JsfStartupDriver - Interface in de.mindmatters.faces.spring.test
Starts and stops a JSF implementation.
JsfStartupProcessor - Class in de.mindmatters.faces.spring.factory.xml
A BeanFactoryPostProcessor which initializes and configures all relevant JSF plugins which are hosted and defined in the FacesWebApplicationContext.
JsfStartupProcessor() - Constructor for class de.mindmatters.faces.spring.factory.xml.JsfStartupProcessor
 

K

KEY_CLASS_ELEMENT - Static variable in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
<key-class></key-class> element.
KEY_ELEMENT - Static variable in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
<key></key> element.

L

LIFECYCLE_ID_ATTRIBUTE - Static variable in class de.mindmatters.faces.spring.factory.xml.JsfBeanDefinitionParserUtils
The 'lifecycle-id' attribute of a PhaseListener definition.
LifecycleExecutor - Class in de.mindmatters.faces.spring.context.servlet
HandlerAdapter implementation that delegates it's work to any given arbitrary HandlerAdapter and integrates it into the workflow of the request processing of the underliying JSF implementation.
LifecycleExecutor(HandlerAdapter) - Constructor for class de.mindmatters.faces.spring.context.servlet.LifecycleExecutor
Creates a LifecycleExecutor with the given internal HandlerAdapter internalHandlerAdapter.
LifecycleExecutor(HandlerAdapter, String) - Constructor for class de.mindmatters.faces.spring.context.servlet.LifecycleExecutor
Creates a LifecycleExecutor with the given internal HandlerAdapter internalHandlerAdapter.
LifecycleFactoryImpl - Class in de.mindmatters.faces.lifecycle
LifecycleFactory is a factory object that creates (if needed) and returns Lifecycle instances.
LifecycleFactoryImpl() - Constructor for class de.mindmatters.faces.lifecycle.LifecycleFactoryImpl
Default Constructor adding the default lifecycle to this factory.
LifecycleImpl - Class in de.mindmatters.faces.lifecycle
Lifecycle manages the processing of the entire lifecycle of a particular JavaServer Faces request.
LifecycleImpl(Phase[], Phase) - Constructor for class de.mindmatters.faces.lifecycle.LifecycleImpl
Creates a lifecycle with the given executionPhases and renderResponsePhase.
LIST_ENTRIES_ELEMENT - Static variable in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
<list-entries></list-entries> element.
loadBeanDefinitions(XmlBeanDefinitionReader) - Method in class de.mindmatters.faces.spring.context.support.DefaultFacesWebApplicationContext
Load the bean definitions with the given XmlBeanDefinitionReader.
loadContext(ServletContext) - Method in class de.mindmatters.faces.spring.test.AbstractJsfSpringContextTests
Loads the FacesWebApplicationContext by default - with the parent loaded by AbstractJsfSpringContextTests.loadParentContext(ServletContext).
loadContext(ServletContext) - Method in interface de.mindmatters.faces.spring.test.JsfEnvironment
Loads the appropriate WebApplicationContext.
loadContextLocations(String[]) - Method in class de.mindmatters.faces.spring.test.AbstractJsfSpringContextTests
Load an ApplicationContext from the given config locations.
loadJsfEnvironment(ServletContext) - Method in class de.mindmatters.faces.spring.test.AbstractJsfSpringContextTests
Loads the JsfEnvironment of the particular test case.
loadJsfImplementation(ServletContext) - Method in class de.mindmatters.faces.spring.test.AbstractJsfSpringContextTests
Loads the current JSF implementation startup driver used for configuration and initialization purposes.
loadJsfImplementation(ServletContext) - Method in interface de.mindmatters.faces.spring.test.JsfEnvironment
Loads the appropriate JsfStartupDriver.
loadParentContext(ServletContext) - Method in class de.mindmatters.faces.spring.context.ContextLoader
Template method with default implementation (which may be overridden by a subclass), to load or obtain an ApplicationContext instance which will be used as the parent context of the root WebApplicationContext.
loadParentContext(ServletContext) - Method in class de.mindmatters.faces.spring.test.AbstractJsfSpringContextTests
Loads the parent WebApplicationContext - the ContextLoader is used for loading and initialization by default.
LOCALE_CONFIG_ELEMENT - Static variable in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
<locale-config></locale-config> element.
LOCATOR_FACTORY_KEY_PARAM - Static variable in class de.mindmatters.faces.spring.context.ContextLoader
Optional servlet context parameter used only when obtaining a parent context using the default implementation of ContextLoader.loadParentContext(ServletContext servletContext).
LOCATOR_FACTORY_SELECTOR_PARAM - Static variable in class de.mindmatters.faces.spring.context.ContextLoader
Optional servlet context parameter used only when obtaining a parent context using the default implementation of ContextLoader.loadParentContext(ServletContext servletContext).
log(String) - Method in class de.mindmatters.faces.context.ServletExternalContextFake
log(String, Throwable) - Method in class de.mindmatters.faces.context.ServletExternalContextFake
log - Variable in class de.mindmatters.faces.lifecycle.LifecycleImpl
For logging.
log - Variable in class de.mindmatters.faces.spring.context.servlet.LifecycleExecutor
For logging.
logger - Variable in class de.mindmatters.faces.context.FacesContextImpl
For logging.
logger - Variable in class de.mindmatters.faces.context.ServletExternalContextFake
For logging.
logger - Variable in class de.mindmatters.faces.FacesDtdResolver
For logging.
logger - Variable in class de.mindmatters.faces.spring.context.ContextLoader
For logging.
logger - Variable in class de.mindmatters.faces.spring.factory.ApplicationScope
For logging.
logger - Variable in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
For logging.

M

ManagedBeanDefinition - Interface in de.mindmatters.faces.spring.factory
BeanDefinition for beans defined in a JSF context.
ManagedBeanDefinitionDocumentReader - Class in de.mindmatters.faces.spring.factory.xml
Faces implementation of the BeanDefinitionDocumentReader interface.
ManagedBeanDefinitionDocumentReader() - Constructor for class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
 
ManagedBeanDefinitionDocumentReader.FacesHierarchicalMessageSource - Class in de.mindmatters.faces.spring.factory.xml
JSF implementation of a HierarchicalMessageSource.
ManagedBeanDefinitionDocumentReader.FacesHierarchicalMessageSource() - Constructor for class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader.FacesHierarchicalMessageSource
Creates a faces message source.
ManagedBeanDefinitionDocumentReader.FacesHierarchicalMessageSource(List, String, List) - Constructor for class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader.FacesHierarchicalMessageSource
Creates a faces MessageSource with the given base-names, default locale and supported locales.
ManagedBeanFactory - Class in de.mindmatters.faces.spring.factory
Default implementation of the ConfigurableBeanFactory interfaces: a full-fledged bean factory based on bean definitions.
ManagedBeanFactory() - Constructor for class de.mindmatters.faces.spring.factory.ManagedBeanFactory
Creates a new DefaultConfigurableBeanFactory.
ManagedBeanFactory(BeanFactory) - Constructor for class de.mindmatters.faces.spring.factory.ManagedBeanFactory
Creates a new DefaultConfigurableBeanFactory with the given parent.
MAP_ENTRIES_ELEMENT - Static variable in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
<map-entries></map-entries> element.
MAP_ENTRY_ELEMENT - Static variable in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
<map-entry></map-entry> element.
markForTransientState(FacesContext) - Static method in class de.mindmatters.faces.application.ViewBuilder
Marks a request to not save the state of the view into the response.
MESSAGE_BUNDLE_ELEMENT - Static variable in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
<message-bundle></message-bundle> element.
METHOD_BINDING_FACTORY_BEAN_NAME - Static variable in class de.mindmatters.faces.application.ApplicationImpl
Name of the MethodBindingFactory bean in the factory.
MethodBindingFactory - Interface in de.mindmatters.faces.application
Factory for creating MethodBindings and ValueBindings.
MethodBindingPropertyEditor - Class in de.mindmatters.faces.el
Editor for MethodBinding, to directly populate a MethodBinding property.
MethodBindingPropertyEditor() - Constructor for class de.mindmatters.faces.el.MethodBindingPropertyEditor
Standard constructor.
MethodBindingPropertyEditor(Application) - Constructor for class de.mindmatters.faces.el.MethodBindingPropertyEditor
Creates a MethodBindingPropertyEditor with the given Application.
MultiActionEventController - Class in de.mindmatters.faces.spring.context.servlet.controller
JSF-Spring's integration class of Spring's MultiActionController.
MultiActionEventController() - Constructor for class de.mindmatters.faces.spring.context.servlet.controller.MultiActionEventController
Constructor for MultiActionEventController that looks for handler methods in the present subclass.
MultiActionEventController(Object) - Constructor for class de.mindmatters.faces.spring.context.servlet.controller.MultiActionEventController
Constructor for MultiActionEventController that looks for handler methods in delegate, rather than a subclass of this class.
MyFacesStartupDriver - Class in de.mindmatters.faces.spring.test
JsfStartupDriver for MyFaces.
MyFacesStartupDriver() - Constructor for class de.mindmatters.faces.spring.test.MyFacesStartupDriver
 

N

NAME_ATTRIBUTE - Static variable in class de.mindmatters.faces.spring.factory.aspectj.JsfBeanDefinitionParserUtils
The 'name' attribute of a bean definition.
NAME_ELEMENT - Static variable in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
<managed-bean-name></managed-bean-name> element.
NAMESPACE - Static variable in class de.mindmatters.faces.taglib.facelets.HtmlLibrary
The JSF-Spring namespace of the html tags.
NoStateManager - Class in de.mindmatters.faces.application
NoStateManager does not save the state of the component tree and will thus not restore the component state.
NoStateManager(StateManager) - Constructor for class de.mindmatters.faces.application.NoStateManager
Creates an OptimizedStateManager with the given state manager delegate of the underlying JSF implementation.
NULL_VALUE_ELEMENT - Static variable in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
<null-value></null-value> element.

O

onPostProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class de.mindmatters.faces.spring.context.support.DefaultFacesWebApplicationContext
Hook method for postprocessing the internal bean factory.
onSetUp() - Method in class de.mindmatters.faces.spring.test.AbstractJsfSpringContextTests
Subclasses can override this method in place of the setUp() method, which is final in this class.
onTearDown() - Method in class de.mindmatters.faces.spring.test.AbstractJsfSpringContextTests
Subclasses can override this to add custom behavior on teardown.
OptimizedStateManager - Class in de.mindmatters.faces.application
OptimizedStateManager saves and restores the state of the component tree.
OptimizedStateManager(StateManager) - Constructor for class de.mindmatters.faces.application.OptimizedStateManager
Creates an OptimizedStateManager with the given state manager delegate of the underlying JSF implementation.
ORDER_ATTRIBUTE - Static variable in class de.mindmatters.faces.spring.factory.xml.JsfBeanDefinitionParserUtils
The 'order' attribute of an OrderedRootBeanDefinition.
OrderedBeanDefinitionHolder - Class in de.mindmatters.faces.spring.factory
Ordered holder for a BeanDefinition with name and aliases.
OrderedBeanDefinitionHolder(BeanDefinition, String) - Constructor for class de.mindmatters.faces.spring.factory.OrderedBeanDefinitionHolder
Creates an ordered holder.
OrderedRootBeanDefinition - Class in de.mindmatters.faces.spring.factory
A RootBeanDefinition which could be ordered.
OrderedRootBeanDefinition(RootBeanDefinition, int) - Constructor for class de.mindmatters.faces.spring.factory.OrderedRootBeanDefinition
Creates an instance based upon the given RootBeanDefinition original.

P

parseExpression(String) - Method in class de.mindmatters.faces.el.ELParser
Returns the parsed form of the given expression string.
parseManagedBeanDefinition(Element, String) - Method in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
Parses a standard faces managed bean definition.
parseManagedBeanListEntries(Element, String) - Method in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
Parses list-entries subelements of the given MANAGED-BEAN element.
parseManagedBeanMapEntries(Element, String) - Method in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
Parses map-entries subelements of the given MANAGED-BEAN element.
parseManagedBeanPropertyDefinition(MutablePropertyValues, Element, String) - Method in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
Parses a managed-property.
Phase - Interface in de.mindmatters.faces.lifecycle
A Phase is a single step in the processing of a JavaServer Faces request throughout its entire Lifecycle.
Phase.PhaseIdName - Class in de.mindmatters.faces.lifecycle
Static class that converts a PhaseId into a readable form.
PhaseListenerDefinition - Class in de.mindmatters.faces.spring.factory.xml
A PhaseListenerDefinition encapsulates and describes a PhaseListener instance.
PhaseListenerDefinition(String, PhaseListener) - Constructor for class de.mindmatters.faces.spring.factory.xml.PhaseListenerDefinition
Creates a definition with the given PhaseListener phaseListener and the lifecycle id.
PhaseListenerHelper - Class in de.mindmatters.faces.spring.context.servlet.lifecycle
Utility class for invoking notification methods before and after processing the standard JSF lifecycle phases via reflection on the current Spring MVC handler.
postProcessAfterInitialization(Object, String) - Method in class de.mindmatters.faces.spring.factory.VariableResolverProcessor
Apply this BeanPostProcessor to the given new bean instance after any bean initialization callbacks (like InitializingBean's afterPropertiesSet or a custom init-method).
postProcessAfterInstantiation(Object, String) - Method in class de.mindmatters.faces.spring.factory.VariableResolverProcessor
Perform operations after the bean has been instantiated, via a constructor or factory method, but before Spring property population (from explicit properties or autowiring) occurs.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class de.mindmatters.faces.spring.context.servlet.FacesDispatcherServlet.DefaultApplicationContext
Register ServletContextAwareProcessor.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class de.mindmatters.faces.spring.context.support.DefaultFacesWebApplicationContext
Register ServletContextAwareProcessor.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class de.mindmatters.faces.spring.factory.aspectj.JsfComponentStartupProcessor
Modify the application context's internal bean factory after its standard initialization.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class de.mindmatters.faces.spring.factory.ValueBindingResolvingPropertyConfigurer
Modify the application context's internal bean factory after its standard initialization.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class de.mindmatters.faces.spring.factory.xml.JsfStartupProcessor
Modify the application context's internal bean factory after its standard initialization.
postProcessBeforeInitialization(Object, String) - Method in class de.mindmatters.faces.spring.factory.VariableResolverProcessor
Apply this BeanPostProcessor to the given new bean instance before any bean initialization callbacks (like InitializingBean's afterPropertiesSet or a custom init-method).
postProcessBeforeInstantiation(Class, String) - Method in class de.mindmatters.faces.spring.factory.VariableResolverProcessor
Apply this BeanPostProcessor before the target bean gets instantiated.
postProcessPropertyValues(PropertyValues, PropertyDescriptor[], Object, String) - Method in class de.mindmatters.faces.spring.factory.VariableResolverProcessor
Post-process the given property values before the factory applies them to the given bean.
prepareTestInstance() - Method in class de.mindmatters.faces.spring.test.AbstractJsfSpringContextTests
Prepare this test instance, injecting dependencies into its protected fields and its bean properties.
prepareViewIdForRendering(HttpServletRequest, HttpServletResponse) - Method in class de.mindmatters.faces.spring.context.servlet.FacesView
Prepare for rendering, and determine the the view id to render by the resolved Lifecycle.
processAction(ActionEvent) - Method in class de.mindmatters.faces.application.DelegatingActionListener
processAction(FacesContext, HttpServletRequest, HttpServletResponse, ActionEvent) - Method in class de.mindmatters.faces.spring.context.servlet.controller.SimpleActionController
Process the request.
processHandlerException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class de.mindmatters.faces.spring.context.servlet.FacesDispatcherServlet
Determine an error ModelAndView via the registered HandlerExceptionResolvers.
ProcessValidationsPhase - Class in de.mindmatters.faces.lifecycle
Implements the default Process Validations phase of the faces lifecycle.
ProcessValidationsPhase() - Constructor for class de.mindmatters.faces.lifecycle.ProcessValidationsPhase
 
ProcessValidationsPhase - Class in de.mindmatters.faces.spring.context.servlet.lifecycle
Process Validations Phase implementation used by the special JSF-Spring Lifecycle identified by LifecycleImpl.JSF_SPRING_LIFECYCLE_ID.
ProcessValidationsPhase() - Constructor for class de.mindmatters.faces.spring.context.servlet.lifecycle.ProcessValidationsPhase
 
ProcessValidationsPhaseListener - Interface in de.mindmatters.faces.spring.context.servlet.lifecycle
An interface implemented by objects that wish to be notified at the beginning and ending of processing for the Process Validations phase of the request processing lifecycle.
PROPERTY_CLASS_ELEMENT - Static variable in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
<property-class></property-class> element.
PROPERTY_ELEMENT - Static variable in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
<managed-property></managed-property> element.
PROPERTY_NAME_ELEMENT - Static variable in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
<property-name></property-name> element.

Q

queueEvent(FacesEvent) - Method in class de.mindmatters.faces.component.html.HtmlForm

R

redirect(String) - Method in class de.mindmatters.faces.context.ServletExternalContextFake
refresh() - Method in class de.mindmatters.faces.spring.context.support.DefaultFacesWebApplicationContext
Sets a default config location if no explicit config location specified.
registerBeanDefinitions(Document, XmlReaderContext) - Method in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
Read bean definitions from the given DOM document, and register them with the given bean factory.
registerById() - Method in class de.mindmatters.faces.spring.factory.aspectj.ConverterDefinition
 
registerDestructionCallback(String, Runnable) - Method in class de.mindmatters.faces.spring.factory.ApplicationScope
Register a callback to be executed at destruction of the specified object (or at destruction of the entire scope, if the scope does not destroy individual objects but rather only terminate in its entirety).
registerManagedBeanDefinition(Element) - Method in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
Parses an element definition: We know this is a MANAGED-BEAN element.
registerManagedBeanDefinitions(Document) - Method in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
Parses bean definitions from the given DOM document, and register them with the help of the given XmlReaderContext.
registerMessageBeanDefinitions(NodeList, NodeList) - Method in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
Loads the MessageSource definition as a RootBeanDefinition defined in the "faces-config.xml" as a "message-bundle" tag.
release() - Method in class de.mindmatters.faces.context.FacesContextImpl
release() - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlActionSourceComponentTag
release() - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlComponentTag
release() - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlEventHandlerComponentTag
release() - Method in class de.mindmatters.faces.taglib.jsp.HtmlFormTag
releaseFacesContext(FacesContext) - Method in class de.mindmatters.faces.spring.context.servlet.FacesContextLoader
Release any resources associated with the given FacesContext instance.
remove(String) - Method in class de.mindmatters.faces.spring.factory.ApplicationScope
Remove the object with the given name from the underlying scope.
removeActionListener(ActionListener) - Method in class de.mindmatters.faces.component.html.HtmlForm
removeActionListener(ActionListener) - Method in class de.mindmatters.faces.spring.context.servlet.controller.SimpleActionController
removePhaseListener(PhaseListener) - Method in class de.mindmatters.faces.lifecycle.LifecycleImpl
removeSingleton(String) - Method in class de.mindmatters.faces.spring.factory.ManagedBeanFactory
Overridden to clear FactoryBean instance cache as well.
render(FacesContext) - Method in class de.mindmatters.faces.lifecycle.LifecycleImpl
render(FacesContext) - Method in class de.mindmatters.faces.spring.context.servlet.FacesView
Renders the appropriate view with the help of the resolved Lifecycle.
RENDERER_TYPE - Static variable in class de.mindmatters.faces.component.html.HtmlForm
The standard renderer type for this component.
RENDERER_TYPE_ATTRIBUTE - Static variable in class de.mindmatters.faces.spring.factory.xml.JsfBeanDefinitionParserUtils
The 'type' attribute of a Renderer definition.
RendererDefinition - Class in de.mindmatters.faces.spring.factory.xml
A RendererDefinition encapsulates and describes a Renderer instance.
RendererDefinition(String, String, Renderer, String) - Constructor for class de.mindmatters.faces.spring.factory.xml.RendererDefinition
Creates a definition with the given Renderer renderer and other describing properties.
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) - Method in class de.mindmatters.faces.spring.context.servlet.FacesView
Subclasses must implement this method to actually render the view.
renderResponse() - Method in class de.mindmatters.faces.context.FacesContextImpl
RenderResponsePhase - Class in de.mindmatters.faces.lifecycle
Implements the default Render Response phase of the faces lifecycle.
RenderResponsePhase() - Constructor for class de.mindmatters.faces.lifecycle.RenderResponsePhase
 
RenderResponsePhase - Class in de.mindmatters.faces.spring.context.servlet.lifecycle
Render Response Phase implementation used by the special JSF-Spring Lifecycle identified by LifecycleImpl.JSF_SPRING_LIFECYCLE_ID.
RenderResponsePhase() - Constructor for class de.mindmatters.faces.spring.context.servlet.lifecycle.RenderResponsePhase
 
RenderResponsePhaseListener - Interface in de.mindmatters.faces.spring.context.servlet.lifecycle
An interface implemented by objects that wish to be notified at the beginning and ending of processing for the Render Response phase of the request processing lifecycle.
renderView(FacesContext, UIViewRoot) - Method in class de.mindmatters.faces.application.AbstractDelegatingViewBuilder
renderView(FacesContext, UIViewRoot) - Method in class de.mindmatters.faces.application.FaceletViewBuilder
requiredViewClass() - Method in class de.mindmatters.faces.spring.context.servlet.FacesViewResolver
Return the required type of view for this resolver.
resolveBeanClass(Element, AbstractBeanDefinition, ParserContext) - Static method in class de.mindmatters.faces.spring.factory.aspectj.JsfBeanDefinitionParserUtils
Determine the class of the wrapped bean of the given AbstractBeanDefinition bd, if the bean definition has a bean class.
resolveBeanClass(Element, AbstractBeanDefinition, ParserContext) - Static method in class de.mindmatters.faces.spring.factory.xml.JsfBeanDefinitionParserUtils
Determine the class of the wrapped bean of the given AbstractBeanDefinition bd, if the bean definition has a bean class.
resolveEntity(String, String) - Method in class de.mindmatters.faces.FacesDtdResolver
resolveToBase(FacesContext, String) - Static method in class de.mindmatters.faces.el.ELUtils
Returns the name of the base of the given JSF reference expression string expressionString if any.
resolveToBase(FacesContext, ValueBinding) - Static method in class de.mindmatters.faces.el.ELUtils
Returns the name of the base of the given ValueBinding valueBinding if any.
resolveVariable(String) - Method in class de.mindmatters.faces.el.ELVariableResolver
resolveVariable(FacesContext, String) - Method in class de.mindmatters.faces.spring.factory.DelegatingVariableResolver
Checks wether there is a bean with name name in the internal BeanFactory of the used WebApplicationContext and returns it.
responseComplete() - Method in class de.mindmatters.faces.context.FacesContextImpl
restoreComponentState(FacesContext, UIViewRoot, String) - Method in class de.mindmatters.faces.application.NoStateManager
restoreComponentState(FacesContext, UIViewRoot, String) - Method in class de.mindmatters.faces.application.OptimizedStateManager
restoreState(FacesContext, Object) - Method in class de.mindmatters.faces.component.html.HtmlForm
Invoked in the "restore view" phase, this initialises this object's members from the values saved previously into the provided state object.
restoreState(FacesContext, Object) - Method in class de.mindmatters.faces.el.ConstantMethodBinding
restoreTreeStructure(FacesContext, String, String) - Method in class de.mindmatters.faces.application.AbstractViewBuildingStateManager
restoreView(FacesContext, String) - Method in class de.mindmatters.faces.application.AbstractDelegatingViewBuilder
restoreView(FacesContext, String, String) - Method in class de.mindmatters.faces.application.AbstractViewBuildingStateManager
restoreView(FacesContext, String) - Method in class de.mindmatters.faces.application.FaceletViewBuilder
restoreView(FacesContext, ViewHandler, String) - Method in class de.mindmatters.faces.lifecycle.RestoreViewPhase
Perform whatever actions are required to restore the view associated with the specified FacesContext and viewId.
RestoreViewPhase - Class in de.mindmatters.faces.lifecycle
Implements the default Restore View phase of the faces lifecycle.
RestoreViewPhase() - Constructor for class de.mindmatters.faces.lifecycle.RestoreViewPhase
 
RestoreViewPhase - Class in de.mindmatters.faces.spring.context.servlet.lifecycle
Restore View Phase implementation used by the special JSF-Spring Lifecycle identified by LifecycleImpl.JSF_SPRING_LIFECYCLE_ID.
RestoreViewPhase() - Constructor for class de.mindmatters.faces.spring.context.servlet.lifecycle.RestoreViewPhase
 
RestoreViewPhaseListener - Interface in de.mindmatters.faces.spring.context.servlet.lifecycle
An interface implemented by objects that wish to be notified at the beginning and ending of processing for the Restore View phase of the request processing lifecycle.
ROOT_ELEMENT - Static variable in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
<faces-config></faces-config> element.
ROOT_FACES_WEB_APPLICATION_CONTEXT_ATTRIBUTE - Static variable in interface de.mindmatters.faces.spring.context.FacesWebApplicationContext
Context attribute to bind faces root WebApplicationContext to on successful startup.

S

saveSerializedView(FacesContext) - Method in class de.mindmatters.faces.application.AbstractViewBuildingStateManager
saveState(FacesContext) - Method in class de.mindmatters.faces.component.html.HtmlForm
Invoked after the render phase has completed, this method returns an object which can be passed to the restoreState of some other instance of UIComponentBase to reset that object's state to the same values as this object currently has.
saveState(FacesContext) - Method in class de.mindmatters.faces.el.ConstantMethodBinding
SCOPE_APPLICATION - Static variable in interface de.mindmatters.faces.spring.context.FacesWebApplicationContext
Scope identifier for application scope: "application".
SCOPE_APPLICATION - Static variable in class de.mindmatters.faces.spring.factory.ManagedBeanFactory
Scope identifier for application scope: "application".
SCOPE_ELEMENT - Static variable in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
<managed-bean-scope></managed-bean-scope> element.
SCOPE_NONE - Static variable in interface de.mindmatters.faces.spring.context.FacesWebApplicationContext
Scope identifier for none scope: "none".
SCOPE_NONE - Static variable in class de.mindmatters.faces.spring.factory.ManagedBeanFactory
Scope identifier for none scope: "none".
service(HttpServletRequest, HttpServletResponse) - Method in class de.mindmatters.faces.spring.context.ContextLoaderServlet
This should never even be called since no mapping to this servlet should ever be created in web.xml.
service(ServletRequest, ServletResponse) - Method in class de.mindmatters.faces.spring.context.servlet.FacesDispatcherServlet
ServletExternalContextFake - Class in de.mindmatters.faces.context
This class allows the Faces API to be unaware of the nature of its containing application environment.
ServletExternalContextFake(ServletContext) - Constructor for class de.mindmatters.faces.context.ServletExternalContextFake
Constructs an ExternalContext with the given ServletContext servletContext.
setAccept(String) - Method in class de.mindmatters.faces.taglib.jsp.HtmlFormTag
Sets the accept attribute value.
setAcceptCharset(String) - Method in class de.mindmatters.faces.taglib.jsp.HtmlFormTag
Sets the acceptCharset attribute value.
setAction(MethodBinding) - Method in class de.mindmatters.faces.component.html.HtmlForm
setAction(MethodBinding) - Method in class de.mindmatters.faces.spring.context.servlet.controller.SimpleActionController
setAction(String) - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlActionSourceComponentTag
Sets the action attribute.
setActionEvent(ActionEvent) - Static method in class de.mindmatters.faces.application.ActionEventContextHolder
Associate the given ActionEvent with the current thread.
setActionEventContext(ActionEventContext) - Static method in class de.mindmatters.faces.application.ActionEventContextHolder
Associate the given ActionEventContext with the current thread.
setActionListener(ActionListener) - Method in class de.mindmatters.faces.application.ApplicationImpl
setActionListener(MethodBinding) - Method in class de.mindmatters.faces.component.html.HtmlForm
setActionListener(MethodBinding) - Method in class de.mindmatters.faces.spring.context.servlet.controller.SimpleActionController
setActionListener(String) - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlActionSourceComponentTag
Sets the actionListener attribute.
setActionListenerProperty(UIComponent) - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlActionSourceComponentTag
Sets the actionListener property on the associated UIComponent component.
setActionListeners(List) - Method in class de.mindmatters.faces.spring.context.servlet.controller.SimpleActionController
Sets the list of new ActionListeners interested in being notified when ActionEvents occur.
setActionProperty(FaceletContext, ActionSource, TagAttribute) - Method in class de.mindmatters.faces.taglib.facelets.HtmlSimpleOutcomeActionSourceComponentHandler
Sets the action property on the associated ActionSource actionSource.
setActionProperty(UIComponent) - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlActionSourceComponentTag
Sets the action property on the associated UIComponent component.
setActionProperty(UIComponent) - Method in class de.mindmatters.faces.taglib.jsp.HtmlFormTag
Sets the action property on the associated UIComponent component.
setActionSource(ActionSource) - Method in class de.mindmatters.faces.spring.context.servlet.controller.SimpleActionController
Sets the ActionSource implementation this controller should use as delegate.
setApplication(Application) - Method in class de.mindmatters.faces.application.ApplicationFactoryImpl
setAsText(String) - Method in class de.mindmatters.faces.el.MethodBindingPropertyEditor
setAsText(String) - Method in class de.mindmatters.faces.el.ValueBindingPropertyEditor
setAttributes(Map) - Method in interface de.mindmatters.faces.spring.factory.aspectj.JsfBeanDefinitionParserUtils.UIComponentExtension
JavaBeans compatible accessor for setting attributes.
setAttributes(FaceletContext, Object) - Method in class de.mindmatters.faces.taglib.facelets.HtmlSimpleOutcomeActionSourceComponentHandler
Invoking/extending this method will cause the results of the created MetaRuleset to auto-wire state to the passed instance.
setBeanFactory(BeanFactory) - Method in class de.mindmatters.faces.spring.factory.DelegatingVariableResolver
Callback that supplies the owning factory to a bean instance.
setBeanFactory(BeanFactory) - Method in class de.mindmatters.faces.spring.factory.ValueBindingResolvingPropertyConfigurer
Callback that supplies the owning factory to a bean instance.
setBeanFactory(BeanFactory) - Method in class de.mindmatters.faces.spring.factory.VariableResolverProcessor
Callback that supplies the owning factory to a bean instance.
setBeanName(String) - Method in class de.mindmatters.faces.spring.factory.ValueBindingResolvingPropertyConfigurer
Set the name of the bean in the bean factory that created this bean.
setBooleanProperty(UIComponent, String, String) - Method in class de.mindmatters.faces.taglib.jsp.AbstractUIComponentTag
Adds a value binding for the property with name propName to the UIComponent component if and only if value is a reference expression otherwise an boolean attribute with key propName and value value.
setChildren(List) - Method in interface de.mindmatters.faces.spring.factory.aspectj.JsfBeanDefinitionParserUtils.UIComponentExtension
JavaBeans compatible accessor for setting a List of UIComponent children.
setDefaultLocale(Locale) - Method in class de.mindmatters.faces.application.ApplicationImpl
setDefaultRenderKitId(String) - Method in class de.mindmatters.faces.application.ApplicationImpl
setDelegate(Object) - Method in class de.mindmatters.faces.spring.context.servlet.controller.MultiActionEventController
Set the delegate used by this class.
setDir(String) - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlComponentTag
Sets the language direction.
setEnctype(String) - Method in class de.mindmatters.faces.taglib.jsp.HtmlFormTag
Sets the enctype attribute value.
setExecutionPhases(Phase[]) - Method in class de.mindmatters.faces.lifecycle.LifecycleImpl
Sets the phases to execute.
setFacesSpringConfigLocations(String[]) - Method in interface de.mindmatters.faces.spring.context.FacesWebApplicationContext
Sets the config locations.
setFacesSpringConfigLocations(String[]) - Method in class de.mindmatters.faces.spring.context.support.DefaultFacesWebApplicationContext
Sets the config locations.
setFacets(Map) - Method in interface de.mindmatters.faces.spring.factory.aspectj.JsfBeanDefinitionParserUtils.UIComponentExtension
JavaBeans compatible accessor for setting a Map of UIComponents interpreted as facets.
setId(String) - Method in class de.mindmatters.faces.component.html.HtmlForm
Set an identifier for this component which is unique within the scope of the nearest ancestor NamingContainer component.
setImmediate(boolean) - Method in class de.mindmatters.faces.component.html.HtmlForm
setImmediate(boolean) - Method in class de.mindmatters.faces.spring.context.servlet.controller.SimpleActionController
setImmediate(String) - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlActionSourceComponentTag
Sets the immediate attribute.
setImmediateProperty(UIComponent) - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlActionSourceComponentTag
Sets the boolean immediate property on the associated UIComponent component.
setLang(String) - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlComponentTag
Sets the language.
setLifecycleId(String) - Method in class de.mindmatters.faces.spring.context.servlet.FacesController
Sets the lifecycle id for identifying the proper lifecycle this controller will run in.
setLifecycleId(String) - Method in class de.mindmatters.faces.spring.context.servlet.FacesView
Sets the lifecycle-id for resolving the appropriate Lifecycle.
setMessageBundle(String) - Method in class de.mindmatters.faces.application.ApplicationImpl
setMethod(String) - Method in class de.mindmatters.faces.component.html.HtmlForm
Sets the method of this form - supports 'POST' or 'GET'.
setMethod(String) - Method in class de.mindmatters.faces.taglib.jsp.HtmlFormTag
Sets the method attribute value.
setMethodNameResolver(MethodNameResolver) - Method in class de.mindmatters.faces.spring.context.servlet.controller.MultiActionEventController
Set the method name resolver that this class should use.
setName(String) - Method in class de.mindmatters.faces.taglib.jsp.HtmlFormTag
Sets the name attribute value.
setNavigationHandler(NavigationHandler) - Method in class de.mindmatters.faces.application.ApplicationImpl
setOnclick(String) - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlEventHandlerComponentTag
Sets the onclick attribute.
setOndblclick(String) - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlEventHandlerComponentTag
Sets the ondblclick attribute.
setOnkeydown(String) - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlEventHandlerComponentTag
Sets the onkeydown attribute.
setOnkeypress(String) - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlEventHandlerComponentTag
Sets the onkeypress attribute.
setOnkeyup(String) - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlEventHandlerComponentTag
Sets the onkeyup attribute.
setOnmousedown(String) - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlEventHandlerComponentTag
Sets the onmousedown attribute.
setOnmousemove(String) - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlEventHandlerComponentTag
Sets the onmousemove attribute.
setOnmouseout(String) - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlEventHandlerComponentTag
Sets the onmouseout attribute.
setOnmouseover(String) - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlEventHandlerComponentTag
Sets the onmouseover attribute.
setOnmouseup(String) - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlEventHandlerComponentTag
Sets the onmouseup attribute.
setOnreset(String) - Method in class de.mindmatters.faces.taglib.jsp.HtmlFormTag
Sets the onreset attribute value.
setOnsubmit(String) - Method in class de.mindmatters.faces.taglib.jsp.HtmlFormTag
Sets the onsubmit attribute value.
setParentMessageSource(MessageSource) - Method in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader.FacesHierarchicalMessageSource
Set the parent that will be used to try to resolve messages that this object can't resolve.
setProperties(UIComponent) - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlActionSourceComponentTag
setProperties(UIComponent) - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlComponentTag
setProperties(UIComponent) - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlEventHandlerComponentTag
setProperties(UIComponent) - Method in class de.mindmatters.faces.taglib.jsp.HtmlFormTag
setPropertyResolver(PropertyResolver) - Method in class de.mindmatters.faces.application.ApplicationImpl
setRenderResponsePhase(Phase) - Method in class de.mindmatters.faces.lifecycle.LifecycleImpl
Sets the render-response phase.
setResponseStream(ResponseStream) - Method in class de.mindmatters.faces.context.FacesContextImpl
setResponseWriter(ResponseWriter) - Method in class de.mindmatters.faces.context.FacesContextImpl
setStateManager(StateManager) - Method in class de.mindmatters.faces.application.ApplicationImpl
setStringProperty(UIComponent, String, String) - Method in class de.mindmatters.faces.taglib.jsp.AbstractUIComponentTag
Adds a value binding for the property with name propName to the UIComponent component if and only if value is a reference expression otherwise an attribute with key propName and value value.
setStyle(String) - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlComponentTag
Sets the css style attribute.
setStyleClass(String) - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlComponentTag
Sets the css style class attribute.
setSupportedLocales(Collection) - Method in class de.mindmatters.faces.application.ApplicationImpl
setTarget(String) - Method in class de.mindmatters.faces.taglib.jsp.HtmlFormTag
Sets the target attribute value.
setTitle(String) - Method in class de.mindmatters.faces.taglib.jsp.AbstractHtmlComponentTag
Sets the title.
setTransient(boolean) - Method in class de.mindmatters.faces.component.html.HtmlForm
setTransient(boolean) - Method in class de.mindmatters.faces.el.ConstantMethodBinding
setTransient(String) - Method in class de.mindmatters.faces.taglib.jsp.HtmlFormTag
Sets the transient attribute value.
setVariableResolver(VariableResolver) - Method in class de.mindmatters.faces.application.ApplicationImpl
setViewHandler(ViewHandler) - Method in class de.mindmatters.faces.application.ApplicationImpl
setViewRoot(UIViewRoot) - Method in class de.mindmatters.faces.context.FacesContextImpl
SimpleActionController - Class in de.mindmatters.faces.spring.context.servlet.controller
This Controller implements an ActionSource and fullfills completely the contract of an ActionSource.
SimpleActionController() - Constructor for class de.mindmatters.faces.spring.context.servlet.controller.SimpleActionController
 
SimpleActionEventContext - Class in de.mindmatters.faces.application
Simple implementation of the ActionEventContext interface, always returning a specified ActionEvent.
SimpleActionEventContext(ActionEvent) - Constructor for class de.mindmatters.faces.application.SimpleActionEventContext
Creates a simple context with the given actionEvent.
start(ServletContext) - Method in class de.mindmatters.faces.spring.test.JsfRIStartupDriver
Starts the JSF implementation.
start(ServletContext) - Method in interface de.mindmatters.faces.spring.test.JsfStartupDriver
Starts the JSF implementation.
start(ServletContext) - Method in class de.mindmatters.faces.spring.test.MyFacesStartupDriver
Starts the JSF implementation.
stop(ServletContext) - Method in class de.mindmatters.faces.spring.test.JsfRIStartupDriver
Stpos the JSF implementation.
stop(ServletContext) - Method in interface de.mindmatters.faces.spring.test.JsfStartupDriver
Stpos the JSF implementation.
stop(ServletContext) - Method in class de.mindmatters.faces.spring.test.MyFacesStartupDriver
Stpos the JSF implementation.
SUPPORTED_LOCALE_ELEMENT - Static variable in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
<supported-locale></supported-locale> element.
supports(Object) - Method in class de.mindmatters.faces.spring.context.servlet.FacesControllerHandlerAdapter
Given a handler instance, return whether or not this HandlerAdapter can support it.
supports(Object) - Method in class de.mindmatters.faces.spring.context.servlet.LifecycleExecutor
Given a handler instance, return whether or not this HandlerAdapter can support it.

T

TRANSIENT_PARAM - Static variable in class de.mindmatters.faces.FacesUtils
Parameter name for the transient flag.
TYPE_ATTRIBUTE - Static variable in class de.mindmatters.faces.spring.factory.aspectj.JsfBeanDefinitionParserUtils
The 'type' attribute of a UIComponent definition.

U

UIComponentDefinition - Class in de.mindmatters.faces.spring.factory.aspectj
A UIComponentDefinition encapsulates and describes a UIComponent instance.
UIComponentDefinition(String, String) - Constructor for class de.mindmatters.faces.spring.factory.aspectj.UIComponentDefinition
Creates a definition with the given descriptors.
unmarkTransientState(FacesContext) - Static method in class de.mindmatters.faces.application.ViewBuilder
Releases the marker to not save the state of the view into the response.
UpdateModelValuesPhase - Class in de.mindmatters.faces.lifecycle
Implements the default Update Model Values phase of the faces lifecycle.
UpdateModelValuesPhase() - Constructor for class de.mindmatters.faces.lifecycle.UpdateModelValuesPhase
 
UpdateModelValuesPhase - Class in de.mindmatters.faces.spring.context.servlet.lifecycle
Update Model Values Phase implementation used by the special JSF-Spring Lifecycle identified by LifecycleImpl.JSF_SPRING_LIFECYCLE_ID.
UpdateModelValuesPhase() - Constructor for class de.mindmatters.faces.spring.context.servlet.lifecycle.UpdateModelValuesPhase
 
UpdateModelValuesPhaseListener - Interface in de.mindmatters.faces.spring.context.servlet.lifecycle
An interface implemented by objects that wish to be notified at the beginning and ending of processing for the Update Model Values phase of the request processing lifecycle.

V

VALIDATOR_FACTORY_BEAN_NAME - Static variable in class de.mindmatters.faces.application.ApplicationImpl
Name of the ValidatorFactory bean in the factory.
ValidatorDefinition - Class in de.mindmatters.faces.spring.factory.aspectj
A ValidatorDefinition encapsulates and describes a Validator instance.
ValidatorDefinition(String, String) - Constructor for class de.mindmatters.faces.spring.factory.aspectj.ValidatorDefinition
Creates a definition with the given descriptors.
ValidatorFactory - Interface in de.mindmatters.faces.application
Factory for managing Validators.
VALUE_CLASS_ELEMENT - Static variable in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
<value-class></value-class> element.
VALUE_ELEMENT - Static variable in class de.mindmatters.faces.spring.factory.xml.ManagedBeanDefinitionDocumentReader
<value></value> element.
ValueBindingPropertyEditor - Class in de.mindmatters.faces.el
Editor for ValueBinding, to directly populate a ValueBinding property.
ValueBindingPropertyEditor() - Constructor for class de.mindmatters.faces.el.ValueBindingPropertyEditor
Standard constructor.
ValueBindingPropertyEditor(Application) - Constructor for class de.mindmatters.faces.el.ValueBindingPropertyEditor
Creates a ValueBindingPropertyEditor with the given Application.
ValueBindingResolvingInstantiationStrategy - Class in de.mindmatters.faces.spring.factory
Default object instantiation strategy for use in ManagedBeanFactories which resolves value bindings for replace- and lookup-methods.
ValueBindingResolvingInstantiationStrategy() - Constructor for class de.mindmatters.faces.spring.factory.ValueBindingResolvingInstantiationStrategy
 
ValueBindingResolvingPropertyConfigurer - Class in de.mindmatters.faces.spring.factory
A property configurer that resolves value bindings in bean property values of context definitions.
ValueBindingResolvingPropertyConfigurer() - Constructor for class de.mindmatters.faces.spring.factory.ValueBindingResolvingPropertyConfigurer
 
valueOf(PhaseId) - Static method in class de.mindmatters.faces.lifecycle.Phase.PhaseIdName
Converts the given phaseId into a human readable string.
VariableResolverProcessor - Class in de.mindmatters.faces.spring.factory
InstantiationAwareBeanPostProcessor that instantiates all mananged beans with the original VariableResolver of the underlying JSF implementation.
VariableResolverProcessor() - Constructor for class de.mindmatters.faces.spring.factory.VariableResolverProcessor
 
ViewBuilder - Class in de.mindmatters.faces.application
ViewBuilder is the pluggablity mechanism for allowing implementations of or applications using the JavaServer Faces specification to provide their own handling of the activities in the Render Response and Restore View phases of the request processing lifecycle.
ViewBuilder() - Constructor for class de.mindmatters.faces.application.ViewBuilder
 
VIEWID_PARAM - Static variable in class de.mindmatters.faces.FacesUtils
Parameter name for the view id.

W

writeBooleanPassThruAttributes(ResponseWriter, UIComponent) - Method in class de.mindmatters.faces.render.html.AbstractRendererBase
Render any boolean "passthru" attributes.
writePassThruAttributes(ResponseWriter, UIComponent) - Method in class de.mindmatters.faces.render.html.AbstractRendererBase
Render any "passthru" attributes, where we simply just output the raw name and value of the attribute.
writeState(FacesContext, StateManager.SerializedView) - Method in class de.mindmatters.faces.application.AbstractViewBuildingStateManager
writeState(FacesContext) - Method in class de.mindmatters.faces.application.ViewBuilder
writeStateInClient(FacesContext) - Method in class de.mindmatters.faces.application.AbstractDelegatingViewBuilder
Writes the state of a view into the response.
writeStateInClient(FacesContext) - Method in class de.mindmatters.faces.application.FaceletViewBuilder
Writes the state of a view into the response.
writeStateInClient(FacesContext) - Method in class de.mindmatters.faces.application.ViewBuilder
Writes the state of a view into the response.

A B C D E F G H I J K L M N O P Q R S T U V W
JSF-Spring

Copyright © 2006 mindmatters GmbH & Co. KG