|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.netscape.certsrv.template.ArgList
public class ArgList
This class represents a list of arguments that will be returned to the end-user via the template framework.
Constructor Summary | |
---|---|
ArgList()
Constructs a argument list object. |
Method Summary | |
---|---|
void |
add(IArgValue arg)
Adds an argument to the list. |
IArgValue |
get(int pos)
Returns the argument at the given position Position starts from 0. |
int |
size()
Returns the number of arguments in the list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArgList()
Method Detail |
---|
public void add(IArgValue arg)
arg
- argument to be addedpublic int size()
public IArgValue get(int pos)
pos
- position
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |