| Name | Description | Type | Package | Framework |
| AbstractAdapterElement | AbstractAdapterElement extends the abstract Node type and implements the DOM Element interface. | Class | org.apache.struts2.views.xslt | Apache Struts |
| AbstractAdapterNode | AbstractAdapterNode is the base for childAdapters that expose a read-only view of a Java object as a DOM Node. | Class | org.apache.struts2.views.xslt | Apache Struts |
| AdapterFactory | AdapterFactory produces Node adapters for Java object types. | Class | org.apache.struts2.views.xslt | Apache Struts |
| AdapterNode | Interface | org.apache.struts2.views.xslt | Apache Struts | |
| ArrayAdapter | Class | org.apache.struts2.views.xslt | Apache Struts | |
| BeanAdapter | 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 | org.apache.struts2.views.xslt | Apache Struts |
| CollectionAdapter | Class | org.apache.struts2.views.xslt | Apache Struts | |
| MapAdapter | MapAdapter adapters a java. | Class | org.apache.struts2.views.xslt | Apache Struts |
| ProxyAttrAdapter | ProxyAttrAdapter is a pass-through adapter for objects which already implement the Attr interface. | Class | org.apache.struts2.views.xslt | Apache Struts |
| ProxyElementAdapter | ProxyElementAdapter is a pass-through adapter for objects which already implement the Element interface. | Class | org.apache.struts2.views.xslt | Apache Struts |
| ProxyNamedNodeMap | A NamedNodeMap that wraps the Nodes returned in their proxies. | Class | org.apache.struts2.views.xslt | Apache Struts |
| ProxyNodeAdapter | ProxyNodeAdapter is a read-only delegating adapter for objects which already implement the Node interface. | Class | org.apache.struts2.views.xslt | Apache Struts |
| ProxyTextNodeAdapter | ProxyTextNodeAdapter is a pass-through adapter for objects which already implement the Text interface. | Class | org.apache.struts2.views.xslt | Apache Struts |
| ServletURIResolver | ServletURIResolver is a URIResolver that can retrieve resources from the servlet context using the scheme response. | Class | org.apache.struts2.views.xslt | Apache Struts |
| SimpleAdapterDocument | SimpleAdapterDocument adapted a Java object and presents it as a Document. | Class | org.apache.struts2.views.xslt | Apache Struts |
| SimpleNodeList | Class | org.apache.struts2.views.xslt | Apache Struts | |
| SimpleTextNode | Class | org.apache.struts2.views.xslt | Apache Struts | |
| StringAdapter | StringAdapter adapts a Java String value to a DOM Element with the specified property name containing the String's text. | Class | org.apache.struts2.views.xslt | Apache Struts |
| XSLTResult | XSLTResult uses XSLT to transform an action object to XML. | Class | org.apache.struts2.views.xslt | Apache Struts |