|
|||||||||
| Home >> All >> org >> springframework >> web >> servlet >> view >> [ xslt overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.springframework.web.servlet.view.xslt
Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations.
See:
Description
| Class Summary | |
| AbstractXsltView | Convenient superclass for views rendered using an XSLT stylesheet. |
| FormatHelper | Xalan extension functions to provide date and currency formatting beyond the capabilities of XSLT 1.0 or 1.1. |
| Exception Summary | |
| FormatHelper.XsltFormattingException | XsltFormattingException |
Package org.springframework.web.servlet.view.xslt Description
Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations.
Application developers don't usually need to implement views, as the framework provides standard views for JSPs, Velocity, XSLT, etc. However, the ability to implement custom views easily by subclassing the AbstractView class in this package can be very helpful if an application has unusual view requirements.
|
|||||||||
| Home >> All >> org >> springframework >> web >> servlet >> view >> [ xslt overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||