Uses of Class
org.apache.struts2.result.xslt.AbstractAdapterElement
-
Uses of AbstractAdapterElement in org.apache.struts2.result.xslt
Subclasses of AbstractAdapterElement in org.apache.struts2.result.xsltModifier and TypeClassDescriptionclass
class
This 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.class
class
MapAdapter adapters a java.util.Map type to an XML DOM with the following structure:class
StringAdapter adapts a Java String value to a DOM Element with the specified property name containing the String's text.