Uses of Class
org.apache.struts2.views.xslt.ProxyNodeAdapter

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

Uses of ProxyNodeAdapter in org.apache.struts2.views.xslt
 

Subclasses of ProxyNodeAdapter in org.apache.struts2.views.xslt
 class ProxyAttrAdapter
          ProxyAttrAdapter 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 ProxyTextNodeAdapter
          ProxyTextNodeAdapter is a pass-through adapter for objects which already implement the Text interface.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.