|
Xindice API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xindice.core.objects.MapArgs
MapArgs
Constructor Summary | |
MapArgs(java.util.Map map)
|
Method Summary | |
Variant |
get(java.lang.String name)
get returns a Variant argument by name, or null of the argumnet doesn't exist. |
java.lang.String[] |
list()
list returns a String array containing the names of the arguments being stored by the args instance. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MapArgs(java.util.Map map)
Method Detail |
public java.lang.String[] list()
Args
list
in interface Args
org.apache.xindice.core.objects.Args
public Variant get(java.lang.String name)
Args
get
in interface Args
org.apache.xindice.core.objects.Args
name
- The argument name
|
Xindice API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |