SourceForge.net Logo
A B C D F G H I K L M N O P R S T V

A

APPLICATION_ELEMENT - Static variable in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser
 
APPLICATION_SCOPE - Static variable in class org.springframework.web.jsf.FacesBeanDefinition
 
addSupportedLocales(String, ManagedList, Element, String) - Method in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser
Adds the supported locales to the MessageResource definition defined in the "faces-config.xml" as a "locale-config" tag.
afterPropertiesSet() - Method in class org.springframework.web.jsf.SpringBeanFactory
 

B

BEAN_ELEMENT - Static variable in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser
 

C

CLASS_ELEMENT - Static variable in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser
 
configLocations(ServletContext) - Method in class org.springframework.web.jsf.VariableResolverImpl
Returns a comma delimited String with the faces configuration files resources
createBean(String, RootBeanDefinition) - Method in class org.springframework.web.jsf.VariableResolverImpl.FacesListableBeanFactory
 
createBeanFactory() - Method in class org.springframework.web.jsf.VariableResolverImpl.FacesWebApplicationContext
Creates a VariableResolverImpl.FacesListableBeanFactory.
createFacesBean(FacesContext, String, RootBeanDefinition) - Method in class org.springframework.web.jsf.VariableResolverImpl.FacesListableBeanFactory
Creates a bean with the help of the orignal encapsulated VariableResolver.
createFacesWebApplicationContext(ServletContext, ApplicationContext) - Method in class org.springframework.web.jsf.VariableResolverImpl
Creates and return a VariableResolverImpl.FacesWebApplicationContext.

D

DEFAULT_LOCALE_ELEMENT - Static variable in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser
 
destroy() - Method in class org.springframework.web.jsf.RequestHandledFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.web.jsf.RequestHandledFilter
Publishes a RequestHandledEvent for each request.

F

FacesBeanDefinition - class org.springframework.web.jsf.FacesBeanDefinition.
RootBeanDefinition for beans defined in a JSF context.
FacesBeanDefinition(Class, MutablePropertyValues, String) - Constructor for class org.springframework.web.jsf.FacesBeanDefinition
Create a new FacesBeanDefinition for a singleton, providing property values.
FacesBeanDefinition(String, MutablePropertyValues, String) - Constructor for class org.springframework.web.jsf.FacesBeanDefinition
Create a new FacesBeanDefinition for a singleton, providing property values.
FacesConfigXmlBeanDefinitionParser - class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser.
Faces implementation of the XmlBeanDefinitionParser interface.
FacesConfigXmlBeanDefinitionParser() - Constructor for class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser
Default Constructor.
FacesConfigXmlBeanDefinitionParser.FacesHierarchicalMessageSource - class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser.FacesHierarchicalMessageSource.
JSF implementation of a HierarchicalMessageSource.
FacesConfigXmlBeanDefinitionParser.FacesHierarchicalMessageSource(String, String, String[]) - Constructor for class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser.FacesHierarchicalMessageSource
 
finalize() - Method in class org.springframework.web.jsf.VariableResolverImpl
Closes the faces WebApplicationContext.

G

getFacesApplication() - Method in class org.springframework.web.jsf.VariableResolverImpl.FacesListableBeanFactory
 
getFacesBeanFactory() - Method in class org.springframework.web.jsf.VariableResolverImpl.FacesWebApplicationContext
Returns the encapsulated internal bean factory VariableResolverImpl.FacesListableBeanFactory.
getMessage(String, Object[], String, Locale) - Method in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser.FacesHierarchicalMessageSource
Returns defaultMessage if Locale locale is not supported.
getMessage(String, Object[], Locale) - Method in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser.FacesHierarchicalMessageSource
 
getMessage(MessageSourceResolvable, Locale) - Method in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser.FacesHierarchicalMessageSource
 
getMutablePropertyValues(String, List) - Method in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser
Parse managed-property subelements of the given bean element.
getObject() - Method in class org.springframework.web.jsf.SpringBeanFactory
 
getObjectType() - Method in class org.springframework.web.jsf.SpringBeanFactory
 
getParentMessageSource() - Method in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser.FacesHierarchicalMessageSource
 
getResolvedAutowireMode() - Method in class org.springframework.web.jsf.FacesBeanDefinition
Returns AUTOWIRE_NO since JSF does not support autowiring.

H

hasConstructorArgumentValues() - Method in class org.springframework.web.jsf.FacesBeanDefinition
Always returns false since beans defined in a JSF context have no constructor arguments.

I

ID_ATTRIBUTE - Static variable in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser
 
init(FilterConfig) - Method in class org.springframework.web.jsf.RequestHandledFilter
 
initBeanDefinitionReader(XmlBeanDefinitionReader) - Method in class org.springframework.web.jsf.VariableResolverImpl.FacesWebApplicationContext
Sets the parser-class of the beanDefinitionReader to the FacesConfigXmlBeanDefinitionParser class.
isApplicationScope() - Method in class org.springframework.web.jsf.FacesBeanDefinition
Returns wether the faces bean-defintion has application-scope or not.
isRequestScope() - Method in class org.springframework.web.jsf.FacesBeanDefinition
Returns wether the faces bean-defintion has request-scope or not.
isSessionScope() - Method in class org.springframework.web.jsf.FacesBeanDefinition
Returns wether the faces bean-defintion has session-scope or not.
isSingleton() - Method in class org.springframework.web.jsf.SpringBeanFactory
 

K

KEY_ELEMENT - Static variable in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser
 

L

LIST_ENTRIES_ELEMENT - Static variable in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser
 
LOCALE_CONFIG_ELEMENT - Static variable in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser
 
loadFacesBeanDefinition(Element) - Method in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser
Parse an element definition: We know this is a MANAGED-BEAN element.
loadMessageBeanDefinition(Element) - Method in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser
Loads the MessageSource definition as a RootBeanDefinition defined in the "faces-config.xml" as a "message-bundle" tag.
loadParentContext(ServletContext) - Method in class org.springframework.web.jsf.VariableResolverImpl
Loads and returns a root parent application context for the VariableResolverImpl.FacesWebApplicationContext (usually a xml context based on the "spring-beans" DTD).
logger - Variable in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser
 
logger - Variable in class org.springframework.web.jsf.VariableResolverImpl
 

M

MAP_ENTRIES_ELEMENT - Static variable in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser
 
MAP_ENTRY_ELEMENT - Static variable in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser
 
MESSAGE_BUNDLE_ELEMENT - Static variable in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser
 

N

NAME_ELEMENT - Static variable in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser
 
NONE_SCOPE - Static variable in class org.springframework.web.jsf.FacesBeanDefinition
 
NULL_VALUE_ELEMENT - Static variable in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser
 

O

org.springframework.web.jsf - package org.springframework.web.jsf
Support classes for the integration of JSF as Spring web MVC framework.

P

PROPERTY_ELEMENT - Static variable in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser
 
PROPERTY_NAME_ELEMENT - Static variable in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser
 
parseFacesBeanDefinition(Element, String) - Method in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser
Parse a standard faces bean definition.
parsePropertyElement(String, MutablePropertyValues, Element) - Method in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser
Parse a managed-property.

R

REQUEST_SCOPE - Static variable in class org.springframework.web.jsf.FacesBeanDefinition
 
RequestHandledFilter - class org.springframework.web.jsf.RequestHandledFilter.
Filter used to publish RequestHandledEvents to Spring's event queue.
RequestHandledFilter() - Constructor for class org.springframework.web.jsf.RequestHandledFilter
Default constructor.
registerBeanDefinitions(BeanDefinitionRegistry, ClassLoader, Document, Resource) - Method in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser
 
resolveReference(String, RootBeanDefinition, String, RuntimeBeanReference) - Method in class org.springframework.web.jsf.VariableResolverImpl.FacesListableBeanFactory
 
resolveVariable(FacesContext, String) - Method in class org.springframework.web.jsf.VariableResolverImpl
Checks wether there is a bean with name name in the VariableResolverImpl.FacesWebApplicationContext and returns it.

S

SCOPE_ELEMENT - Static variable in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser
 
SESSION_SCOPE - Static variable in class org.springframework.web.jsf.FacesBeanDefinition
 
SUPPORTED_LOCALE_ELEMENT - Static variable in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser
 
SpringBeanFactory - class org.springframework.web.jsf.SpringBeanFactory.
Wraps and enables JSF specific scope definition and management for a bean declared in the Spring context.
SpringBeanFactory() - Constructor for class org.springframework.web.jsf.SpringBeanFactory
Default constructor.
setApplicationContext(ApplicationContext) - Method in class org.springframework.web.jsf.SpringBeanFactory
 
setAutowireMode(int) - Method in class org.springframework.web.jsf.FacesBeanDefinition
Not supported by this implementation.
setBeanName(String) - Method in class org.springframework.web.jsf.SpringBeanFactory
 
setDependencyCheck(int) - Method in class org.springframework.web.jsf.FacesBeanDefinition
Not supported by this implementation.
setDependsOn(String[]) - Method in class org.springframework.web.jsf.FacesBeanDefinition
Not supported by this implementation.
setDestroyMethodName(String) - Method in class org.springframework.web.jsf.FacesBeanDefinition
Not supported by this implementation.
setInitMethodName(String) - Method in class org.springframework.web.jsf.FacesBeanDefinition
Not supported by this implementation.
setLazyInit(boolean) - Method in class org.springframework.web.jsf.FacesBeanDefinition
Not supported by this implementation.
setParentMessageSource(MessageSource) - Method in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser.FacesHierarchicalMessageSource
 

T

textValue(Element, String) - Method in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser
Make the horrible DOM API slightly more bearable: Get the text value we know this element contains.

V

VALUE_ELEMENT - Static variable in class org.springframework.web.jsf.FacesConfigXmlBeanDefinitionParser
 
VARIABLE_RESOLVER_PARAM - Static variable in class org.springframework.web.jsf.VariableResolverImpl
 
VariableResolverImpl - class org.springframework.web.jsf.VariableResolverImpl.
VariableResolver implementation that builds up a WebApplicationContext using the inner class VariableResolverImpl.FacesWebApplicationContext based on the typical faces configuration files: /WEB-INF/faces-config.xml /META-INF/faces-config.xml Context initialization parameter FacesServlet.CONFIG_FILES_ATTR for a comma delimited list of context relative resource path.
VariableResolverImpl() - Constructor for class org.springframework.web.jsf.VariableResolverImpl
Default constructor.
VariableResolverImpl.FacesListableBeanFactory - class org.springframework.web.jsf.VariableResolverImpl.FacesListableBeanFactory.
ConfigurableListableBeanFactory implementation used as internal bean factory for the VariableResolverImpl.FacesWebApplicationContext.
VariableResolverImpl.FacesListableBeanFactory(BeanFactory) - Constructor for class org.springframework.web.jsf.VariableResolverImpl.FacesListableBeanFactory
Create a new DefaultListableBeanFactory with the given parent.
VariableResolverImpl.FacesWebApplicationContext - class org.springframework.web.jsf.VariableResolverImpl.FacesWebApplicationContext.
WebApplicationContext implementation that takes configuration from a faces configuration XML document.
VariableResolverImpl.FacesWebApplicationContext() - Constructor for class org.springframework.web.jsf.VariableResolverImpl.FacesWebApplicationContext
Default Constructor
validate() - Method in class org.springframework.web.jsf.FacesBeanDefinition
The JSF implementation used will validate bean definitions, so this implementation does nothing.

A B C D F G H I K L M N O P R S T V
SourceForge.net Logo