Package org.springframework.web.servlet.view.xslt

Support classes for XSLT, providing a View implementation for XSLT stylesheets.

See:
          Description

Class Summary
AbstractXsltView Deprecated. since Spring 2.5; superseded by XsltView and its more flexible XsltView.locateSource(java.util.Map) mechanism
XsltView XSLT-driven View that allows for response context to be rendered as the result of an XSLT transformation.
XsltViewResolver ViewResolver implementation that resolves instances of XsltView by translating the supplied view name into the URL of the XSLT stylesheet.
 

Package org.springframework.web.servlet.view.xslt Description

Support classes for XSLT, providing a View implementation for XSLT stylesheets.



Copyright © 2002-2008 The Spring Framework.