|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.edg.security.authorization.map.TableMapCreator
Class TableMapCreator.
Creates a LinkedHashMap
of a key mapping to a List of values,
generated from the following XML snippet:
<...> -- the supplied "config" element <param key="key1" value="value1" /> <param key="key1" value="value2" /> <param key="key2" value="value3" /> ... </...>
LinkedHashMap
keeps the same iteration order as the
entries were added.)
NOTE: The map created from the XML snippet is not modifiable
AttributeMapCreator
,
AttributeMapFactory
,
LinkedHashMap
Constructor Summary | |
TableMapCreator()
|
Method Summary | |
java.util.Map |
create(AttributeMapFactory factory,
org.w3c.dom.Element config)
Method create. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TableMapCreator()
Method Detail |
public java.util.Map create(AttributeMapFactory factory, org.w3c.dom.Element config)
AttributeMapCreator
create
in interface AttributeMapCreator
config
- The configuration.
AttributeMapCreator.create(AttributeMapFactory, Element)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |