Uses of Class
org.apache.struts2.result.xslt.AbstractAdapterNode
Packages that use AbstractAdapterNode
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.
-
Uses of AbstractAdapterNode in org.apache.struts2.result.xslt
Subclasses of AbstractAdapterNode in org.apache.struts2.result.xsltModifier and TypeClassDescriptionclassAbstractAdapterElement extends the abstract Node type and implements the DOM Element interface.classclassThis class is the most general type of adapter, utilizing reflective introspection to present a DOM view of all of the public properties of its value.classclassMapAdapter adapters a java.util.Map type to an XML DOM with the following structure:classProxyAttrAdapter is a pass-through adapter for objects which already implement the Attr interface.classProxyElementAdapter is a pass-through adapter for objects which already implement the Element interface.classProxyNodeAdapter is a read-only delegating adapter for objects which already implement the Node interface.classProxyTextNodeAdapter is a pass-through adapter for objects which already implement the Text interface.classSimpleAdapterDocument adapted a Java object and presents it as a Document.classclassStringAdapter adapts a Java String value to a DOM Element with the specified property name containing the String's text.