|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationContextException | |
---|---|
org.springframework.web.context | Contains a variant of the application context interface for web applications, and the ContextLoaderListener that bootstraps a root web application context. |
org.springframework.web.servlet.handler | Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. |
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()
Calls the BeanNameUrlHandlerMapping.detectHandlers() method in addition to the
superclass's initialization. |
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 from the specified location. |
protected void |
AbstractXsltView.initApplicationContext()
Here we load our template, as we need the ApplicationContext to do it. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |