| Package | Description | 
|---|---|
| org.apache.struts2.views.xslt | 
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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractAdapterElementAbstractAdapterElement extends the abstract Node type and implements
 the DOM Element interface. | 
| class  | ArrayAdapter | 
| class  | BeanAdapterThis 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  | CollectionAdapter | 
| class  | MapAdapterMapAdapter adapters a java.util.Map type to an XML DOM with the following
 structure: | 
| class  | ProxyAttrAdapterProxyAttrAdapter is a pass-through adapter for objects which already
 implement the Attr interface. | 
| class  | ProxyElementAdapter
 ProxyElementAdapter is a pass-through adapter for objects which already
 implement the Element interface. | 
| class  | ProxyNodeAdapterProxyNodeAdapter is a read-only delegating adapter for objects which already
 implement the Node interface. | 
| class  | ProxyTextNodeAdapterProxyTextNodeAdapter is a pass-through adapter for objects which already
 implement the Text interface. | 
| class  | SimpleAdapterDocumentSimpleAdapterDocument adapted a Java object and presents it as
 a Document. | 
| class  | SimpleTextNode | 
| class  | StringAdapter
 StringAdapter adapts a Java String value to a DOM Element with the specified
 property name containing the String's text. | 
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.