Package com.netscape.certsrv.template
Class ArgList
java.lang.Object
com.netscape.certsrv.template.ArgList
- All Implemented Interfaces:
IArgValue
This class represents a list of arguments
that will be returned to the end-user via
the template framework.
- Version:
- $Revision$, $Date$
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ArgList
public ArgList()Constructs a argument list object.
-
-
Method Details
-
add
Adds an argument to the list.- Parameters:
arg
- argument to be added
-
size
public int size()Returns the number of arguments in the list.- Returns:
- size of the list
-
get
Returns the argument at the given position Position starts from 0.- Parameters:
pos
- position- Returns:
- argument
-