Uses of Package
com.opensymphony.webwork.views.xslt

Packages that use com.opensymphony.webwork.views.xslt
com.opensymphony.webwork.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. 
 

Classes in com.opensymphony.webwork.views.xslt used by com.opensymphony.webwork.views.xslt
AbstractAdapterElement
          AbstractAdapterElement extends the abstract Node type and implements the DOM Element interface.
AbstractAdapterNode
          AbstractAdapterNode is the base for childAdapters that expose a read-only view of a Java object as a DOM Node.
AdapterFactory
          AdapterFactory produces Node adapters for Java object types.
AdapterNode
           
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.
ProxyNodeAdapter
          ProxyNodeAdapter is a read-only delegating adapter for objects which already implement the Node interface.
 


WebWork Project Page