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

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

Methods in com.opensymphony.webwork.views.xslt that return AdapterFactory
 AdapterFactory AbstractAdapterNode.getAdapterFactory()
           
 AdapterFactory AdapterNode.getAdapterFactory()
          The adapter factory that created this node.
protected  AdapterFactory XSLTResult.getAdapterFactory()
           
 

Methods in com.opensymphony.webwork.views.xslt with parameters of type AdapterFactory
 void AbstractAdapterNode.setAdapterFactory(AdapterFactory adapterFactory)
           
 void AdapterNode.setAdapterFactory(AdapterFactory factory)
          The adapter factory that created this node.
protected  void XSLTResult.setAdapterFactory(AdapterFactory adapterFactory)
           
protected  void AbstractAdapterNode.setContext(AdapterFactory adapterFactory, AdapterNode parent, String propertyName, Object value)
           
 

Constructors in com.opensymphony.webwork.views.xslt with parameters of type AdapterFactory
ArrayAdapter(AdapterFactory adapterFactory, AdapterNode parent, String propertyName, Object value)
           
BeanAdapter(AdapterFactory adapterFactory, AdapterNode parent, String propertyName, Object value)
           
CollectionAdapter(AdapterFactory rootAdapterFactory, AdapterNode parent, String propertyName, Object value)
           
MapAdapter(AdapterFactory adapterFactory, AdapterNode parent, String propertyName, Map value)
           
ProxyAttrAdapter(AdapterFactory factory, AdapterNode parent, Attr value)
           
ProxyElementAdapter(AdapterFactory factory, AdapterNode parent, Element value)
           
ProxyNamedNodeMap(AdapterFactory factory, AdapterNode parent, NamedNodeMap nodes)
           
ProxyNodeAdapter(AdapterFactory factory, AdapterNode parent, Node value)
           
ProxyTextNodeAdapter(AdapterFactory factory, AdapterNode parent, Text value)
           
SimpleAdapterDocument(AdapterFactory adapterFactory, AdapterNode parent, String propertyName, Object value)
           
SimpleTextNode(AdapterFactory rootAdapterFactory, AdapterNode parent, String propertyName, Object value)
           
StringAdapter(AdapterFactory adapterFactory, AdapterNode parent, String propertyName, String value)
           
 


WebWork Project Page