Uses of Class
com.opensymphony.webwork.views.xslt.BeanAdapter

Packages that use BeanAdapter
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. 
 

Uses of BeanAdapter in com.opensymphony.webwork.views.xslt
 

Methods in com.opensymphony.webwork.views.xslt with parameters of type BeanAdapter
 Node AdapterFactory.adaptNullValue(BeanAdapter parent, String propertyName)
          Create an appropriate adapter for a null value.
 


WebWork Project Page