| 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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.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.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(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.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.  | 
| 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  Source | 
AbstractXsltView.getStylesheetSource(Resource stylesheetLocation)
Load the stylesheet.  | 
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||