public class ParameterGroup extends Object
| Constructor and Description |
|---|
ParameterGroup(String name,
String descriptionMarkup)
Initialises a parameter group
|
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(Parameter param)
Adds a parameter to this group
|
String |
getName()
Returns the name of this parameter group
|
Vector<Parameter> |
getParameters()
Returns a vector of parameters within this group
|
boolean |
isSpecified(javax.servlet.http.HttpServletRequest request)
Returns true if all mandatory parameters within this group have been specified in the given request, otherwise false
|
public void addParameter(Parameter param)
param - the parameter to addpublic String getName()
public Vector<Parameter> getParameters()
public boolean isSpecified(javax.servlet.http.HttpServletRequest request)
request - the request to checkCopyright © 2012 David Milne. All Rights Reserved.