|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts2.views.xslt.AbstractAdapterNode
org.apache.struts2.views.xslt.AbstractAdapterElement
org.apache.struts2.views.xslt.MapAdapter
public class MapAdapter
MapAdapter adapters a java.util.Map type to an XML DOM with the following structure:
... ... ...
Nested Class Summary | |
---|---|
(package private) static class |
MapAdapter.EntryElement
|
Field Summary |
---|
Constructor Summary | |
---|---|
MapAdapter()
|
|
MapAdapter(AdapterFactory adapterFactory,
AdapterNode parent,
String propertyName,
Map value)
|
Method Summary | |
---|---|
protected List<Node> |
buildChildAdapters()
subclasses override to produce their children |
Map |
map()
|
Methods inherited from class org.apache.struts2.views.xslt.AbstractAdapterElement |
---|
buildAttributeAdapters, getAttribute, getAttributeAdapters, getAttributeNode, getAttributeNodeNS, getAttributeNS, getNodeName, getNodeType, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, hasChildNodes, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.w3c.dom.Element |
---|
getElementsByTagName, getElementsByTagNameNS |
Methods inherited from interface org.w3c.dom.Node |
---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
Constructor Detail |
---|
public MapAdapter()
public MapAdapter(AdapterFactory adapterFactory, AdapterNode parent, String propertyName, Map value)
Method Detail |
---|
public Map map()
protected List<Node> buildChildAdapters()
AbstractAdapterNode
buildChildAdapters
in class AbstractAdapterNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |