Uses of Interface
com.netscape.certsrv.template.IArgValue
-
Packages that use IArgValue Package Description com.netscape.certsrv.template -
-
Uses of IArgValue in com.netscape.certsrv.template
Classes in com.netscape.certsrv.template that implement IArgValue Modifier and Type Class Description class
ArgList
This class represents a list of arguments that will be returned to the end-user via the template framework.class
ArgSet
This class represents a set of arguments.class
ArgString
This class represents a string-based argument.Methods in com.netscape.certsrv.template that return IArgValue Modifier and Type Method Description IArgValue
ArgList. get(int pos)
Returns the argument at the given position Position starts from 0.IArgValue
ArgSet. get(java.lang.String name)
Retrieves argument from the set.Methods in com.netscape.certsrv.template with parameters of type IArgValue Modifier and Type Method Description void
ArgList. add(IArgValue arg)
Adds an argument to the list.void
ArgSet. set(java.lang.String name, IArgValue arg)
Sets argument into the set with the given name.
-