SourceForge.net Logo

de.mindmatters.faces.spring.config
Interface ConfigWebApplicationContext

All Superinterfaces:
ApplicationContext, ApplicationEventPublisher, BeanFactory, ConfigurableApplicationContext, ConfigurableWebApplicationContext, HierarchicalBeanFactory, ListableBeanFactory, MessageSource, ResourceLoader, ResourcePatternResolver, ThemeSource, WebApplicationContext
All Known Implementing Classes:
DefaultConfigWebApplicationContext

public interface ConfigWebApplicationContext
extends ConfigurableWebApplicationContext

Provides configuration for JSF's pluggable components (like UIComponents, Converters, Validators, ViewHandlers, NavigationHandlers, VariableResolver, ActionListener ...) based on "spring-beans.dtd" compatible config-files.

Author:
Andreas Kuhrwahl
See Also:
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

ROOT_CONFIG_WEB_APPLICATION_CONTEXT_ATTRIBUTE

public static final java.lang.String ROOT_CONFIG_WEB_APPLICATION_CONTEXT_ATTRIBUTE
Context attribute to bind jsf-spring-config root ConfigWebApplicationContext to on successful startup.

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.


SourceForge.net Logo

Copyright © 2002 mindmatters GmbH & Co. KG