Uses of Class
org.springframework.context.ApplicationContextException

Packages that use ApplicationContextException
org.springframework.context This package builds on the beans package to add support for message sources and for the Observer design pattern, and the ability for application objects to obtain resources using a consistent API. 
org.springframework.web.context Contains the application context subinterface for web applications, and the ContextLoaderListener that bootstraps the root web application context. 
org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. 
org.springframework.web.servlet.handler.metadata This package enables automatic web controller targeting. 
org.springframework.web.servlet.mvc.multiaction Package allowing MVC Controller implementations to handle requests at method rather than class level. 
org.springframework.web.servlet.view.tiles Support classes for the integration of Tiles (included in Struts) as Spring web view technology. 
org.springframework.web.servlet.view.xslt Support classes for XSLT, providing a View implementation for XSLT stylesheets. 
 

Uses of ApplicationContextException in org.springframework.context
 

Methods in org.springframework.context that throw ApplicationContextException
 void ConfigurableApplicationContext.close()
          Close this application context, releasing all resources and locks that the implementation might hold.
 

Uses of ApplicationContextException in org.springframework.web.context
 

Methods in org.springframework.web.context that throw ApplicationContextException
 void ContextLoader.closeWebApplicationContext(javax.servlet.ServletContext servletContext)
          Close Spring's web application context for the given servlet context.
 

Uses of ApplicationContextException in org.springframework.web.servlet.handler
 

Methods in org.springframework.web.servlet.handler that throw ApplicationContextException
 void BeanNameUrlHandlerMapping.initApplicationContext()
           
 

Uses of ApplicationContextException in org.springframework.web.servlet.handler.metadata
 

Methods in org.springframework.web.servlet.handler.metadata that throw ApplicationContextException
 void AbstractPathMapHandlerMapping.initApplicationContext()
          Look for all classes with a PathMap class attribute, instantiate them in the owning ApplicationContext and register them as MVC handlers usable by the current DispatcherServlet.
 

Uses of ApplicationContextException in org.springframework.web.servlet.mvc.multiaction
 

Methods in org.springframework.web.servlet.mvc.multiaction that throw ApplicationContextException
 void MultiActionController.setDelegate(java.lang.Object delegate)
          Set the delegate used by this class.
 

Constructors in org.springframework.web.servlet.mvc.multiaction that throw ApplicationContextException
MultiActionController()
          Constructor for MultiActionController that looks for handler methods in the present subclass.Caches methods for quick invocation later.
MultiActionController(java.lang.Object delegate)
          Constructor for MultiActionController that looks for handler methods in delegate, rather than a subclass of this class.
 

Uses of ApplicationContextException in org.springframework.web.servlet.view.tiles
 

Methods in org.springframework.web.servlet.view.tiles that throw ApplicationContextException
protected  void TilesView.initApplicationContext()
           
protected  void TilesConfigurer.initApplicationContext()
          Initialization of the Tiles definition factory.
 

Uses of ApplicationContextException in org.springframework.web.servlet.view.xslt
 

Methods in org.springframework.web.servlet.view.xslt that throw ApplicationContextException
protected  void AbstractXsltView.initApplicationContext()
          Here we load our template, as we need the ApplicationContext to do it.
protected  javax.xml.transform.Source AbstractXsltView.getStylesheetSource(Resource stylesheetLocation)
          Load the stylesheet.
 



Copyright (C) 2003-2004 The Spring Framework Project.