|
||||||||||
上一个 下一个 | 框架 无框架 |
使用 AbstractAdapterElement 的软件包 | |
---|---|
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. |
org.apache.struts2.views.xslt 中 AbstractAdapterElement 的使用 |
---|
org.apache.struts2.views.xslt 中 AbstractAdapterElement 的子类 | |
---|---|
class |
ArrayAdapter
|
class |
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 |
CollectionAdapter
|
class |
MapAdapter
MapAdapter adapters a java.util.Map type to an XML DOM with the following structure: |
class |
StringAdapter
StringAdapter adapts a Java String value to a DOM Element with the specified property name containing the String's text. |
|
||||||||||
上一个 下一个 | 框架 无框架 |