Uses of Package
org.apache.struts2.result.xslt
Packages that use org.apache.struts2.result.xslt
Package
Description
The new xslt view supports an extensible Java XML adapter framework that makes
it easy to customize the XML rendering of objects and to incorporate structured
XML text and arbitarary DOM fragments into the output.
-
Classes in org.apache.struts2.result.xslt used by org.apache.struts2.result.xsltClassDescriptionAbstractAdapterElement extends the abstract Node type and implements the DOM Element interface.AbstractAdapterNode is the base for childAdapters that expose a read-only view of a Java object as a DOM Node.AdapterFactory produces Node adapters for Java object types.ProxyNodeAdapter is a read-only delegating adapter for objects which already implement the Node interface.