Class ProxyNodeAdapter

java.lang.Object
org.apache.struts2.result.xslt.AbstractAdapterNode
org.apache.struts2.result.xslt.ProxyNodeAdapter
All Implemented Interfaces:
AdapterNode, Node
Direct Known Subclasses:
ProxyAttrAdapter, ProxyElementAdapter, ProxyTextNodeAdapter

public abstract class ProxyNodeAdapter extends AbstractAdapterNode
ProxyNodeAdapter is a read-only delegating adapter for objects which already implement the Node interface. All methods are proxied to the underlying Node except getParent(), getNextSibling() and getPreviousSibling(), which are implemented by the abstract adapter node to work with the parent adapter.