Package | Description |
---|---|
org.springframework.web.servlet.handler |
Provides standard HandlerMapping implementations,
including abstract base classes for custom implementations.
|
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.xslt |
Support classes for XSLT,
providing a View implementation for XSLT stylesheets.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDetectingUrlHandlerMapping.initApplicationContext()
Calls the
AbstractDetectingUrlHandlerMapping.detectHandlers() method in addition to the
superclass's initialization. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractJasperReportsView.initApplicationContext()
Checks to see that a valid report file URL is supplied in the
configuration.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TilesView.initApplicationContext()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Source |
AbstractXsltView.getStylesheetSource(Resource stylesheetLocation)
Deprecated.
Load the stylesheet from the specified location.
|
protected void |
AbstractXsltView.initApplicationContext()
Deprecated.
Here we load our template, as we need the
ApplicationContext to do it. |
Copyright © 2015. All rights reserved.