com.opensymphony.webwork.views.xslt
Class BeanAdapter

java.lang.Object
  extended bycom.opensymphony.webwork.views.xslt.DefaultAdapterNode
      extended bycom.opensymphony.webwork.views.xslt.DefaultElementAdapter
          extended bycom.opensymphony.webwork.views.xslt.BeanAdapter
All Implemented Interfaces:
AdapterNode, Element, Node

public class BeanAdapter
extends DefaultElementAdapter

Author:
Philipp Meier Date: 10.10.2003 Time: 20:08:17

Field Summary
 
Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
 
Constructor Summary
BeanAdapter(DOMAdapter rootAdapter, AdapterNode parent, String propertyName, Object value)
           
 
Method Summary
protected  List buildChildrenAdapters()
           
 String getTagName()
           
 
Methods inherited from class com.opensymphony.webwork.views.xslt.DefaultElementAdapter
getAdapters, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getChildNodes, getElementsByTagName, getElementsByTagNameNS, getFirstChild, getLastChild, getNextSibling, getNodeName, getNodeType, hasAttribute, hasAttributeNS, hasChildNodes, initChildrenIfNessecary, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS
 
Methods inherited from class com.opensymphony.webwork.views.xslt.DefaultAdapterNode
appendChild, cloneNode, equals, getAttributes, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getParentAdapterNode, getParentNode, getPrefix, getPreviousSibling, getPropertyName, getRootAdapter, getValue, hasAttributes, hashCode, insertBefore, isSupported, normalize, operationNotSupported, removeChild, replaceChild, setNodeValue, setPrefix
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.opensymphony.webwork.views.xslt.AdapterNode
getParentAdapterNode, getPropertyName, getRootAdapter, getValue
 
Methods inherited from interface org.w3c.dom.Node
appendChild, cloneNode, getAttributes, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix
 

Constructor Detail

BeanAdapter

public BeanAdapter(DOMAdapter rootAdapter,
                   AdapterNode parent,
                   String propertyName,
                   Object value)
Method Detail

getTagName

public String getTagName()
Specified by:
getTagName in interface Element
Overrides:
getTagName in class DefaultElementAdapter

buildChildrenAdapters

protected List buildChildrenAdapters()
Specified by:
buildChildrenAdapters in class DefaultElementAdapter

WebWork Project Page