Uses of Class
org.springframework.context.ApplicationContextException

Packages that use ApplicationContextException
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.mvc.multiaction Package allowing MVC Controller implementations to handle requests at method rather than class level. 
org.springframework.web.servlet.view.freemarker Support classes for the integration of FreeMarker as Spring web view technology. 
org.springframework.web.servlet.view.jasperreports Support classes for the integration of JasperReports as Spring web view technology. 
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.velocity Support classes for the integration of Velocity 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.web.context
 

Methods in org.springframework.web.context that throw ApplicationContextException
protected  Class ContextLoader.determineContextClass(ServletContext servletContext)
          Return the WebApplicationContext implementation class to use, either the default XmlWebApplicationContext or a custom context class if specified.
 

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.mvc.multiaction
 

Methods in org.springframework.web.servlet.mvc.multiaction that throw ApplicationContextException
 void MultiActionController.setDelegate(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(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.freemarker
 

Methods in org.springframework.web.servlet.view.freemarker that throw ApplicationContextException
protected  void FreeMarkerView.checkTemplate()
          Check that the FreeMarker template used for this view exists and is valid.
 

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

Methods in org.springframework.web.servlet.view.jasperreports that throw ApplicationContextException
protected  void AbstractJasperReportsView.initApplicationContext()
          Checks to see that a valid report file URL is supplied in the configuration.
 

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()
           
 

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

Methods in org.springframework.web.servlet.view.velocity that throw ApplicationContextException
protected  void VelocityView.checkTemplate()
          Check that the Velocity template used for this view exists and is valid.
protected  void VelocityLayoutView.checkTemplate()
          Overrides VelocityView.checkTemplate() to additionally check that both the layout template and the screen content template can be loaded.
 

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

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



Copyright (c) 2002-2007 The Spring Framework Project.