|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides configuration for JSF's pluggable components (like UIComponents, Converters, Validators, ViewHandlers, NavigationHandlers, VariableResolver, ActionListener ...) based on "spring-beans.dtd" compatible config-files.
ApplicationContext
Field Summary | |
static java.lang.String |
ROOT_CONFIG_WEB_APPLICATION_CONTEXT_ATTRIBUTE
Context attribute to bind jsf-spring-config root ConfigWebApplicationContext to on successful startup. |
Fields inherited from interface org.springframework.web.context.ConfigurableWebApplicationContext |
CONFIG_LOCATION_DELIMITERS |
Fields inherited from interface org.springframework.web.context.WebApplicationContext |
ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE |
Fields inherited from interface org.springframework.beans.factory.BeanFactory |
FACTORY_BEAN_PREFIX |
Fields inherited from interface org.springframework.core.io.support.ResourcePatternResolver |
CLASSPATH_ALL_URL_PREFIX, CLASSPATH_URL_PREFIX |
Methods inherited from interface org.springframework.web.context.ConfigurableWebApplicationContext |
setConfigLocations, setNamespace, setServletContext |
Methods inherited from interface org.springframework.web.context.WebApplicationContext |
getServletContext |
Methods inherited from interface org.springframework.context.ApplicationContext |
getDisplayName, getParent, getStartupDate, publishEvent |
Methods inherited from interface org.springframework.beans.factory.ListableBeanFactory |
containsBeanDefinition, getBeanDefinitionCount, getBeanDefinitionNames, getBeanDefinitionNames, getBeanNamesForType, getBeanNamesForType, getBeansOfType, getBeansOfType |
Methods inherited from interface org.springframework.beans.factory.BeanFactory |
containsBean, getAliases, getBean, getBean, getType, isSingleton |
Methods inherited from interface org.springframework.beans.factory.HierarchicalBeanFactory |
getParentBeanFactory |
Methods inherited from interface org.springframework.context.MessageSource |
getMessage, getMessage, getMessage |
Methods inherited from interface org.springframework.core.io.support.ResourcePatternResolver |
getResources |
Methods inherited from interface org.springframework.core.io.ResourceLoader |
getResource |
Methods inherited from interface org.springframework.ui.context.ThemeSource |
getTheme |
Methods inherited from interface org.springframework.context.ConfigurableApplicationContext |
addBeanFactoryPostProcessor, close, getBeanFactory, refresh, setParent |
Field Detail |
public static final java.lang.String ROOT_CONFIG_WEB_APPLICATION_CONTEXT_ATTRIBUTE
Note: If the startup of the root context fails, this attribute can
contain an exception or error as value. Use
ConfigWebApplicationContextUtils
for convenient lookup of the
root ConfigWebApplicationContext.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |