Package | Description |
---|---|
ilog.views.util.servlet |
This package contains various utility classes used in thinclient.
|
Modifier and Type | Method and Description |
---|---|
IlvRequestParameter.Comparator |
IlvRequestParameter.getComparator()
Return the comparison operation needed for parameter validation.
|
static IlvRequestParameter.Comparator |
IlvRequestParameter.Comparator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IlvRequestParameter.Comparator[] |
IlvRequestParameter.Comparator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvServletParameterHandler.addParameter(String name,
boolean required,
String value,
boolean compared,
IlvRequestParameter.Comparator comparator)
Adds the specific request parameter for requested name.
|
void |
IlvRequestParameter.setComparator(IlvRequestParameter.Comparator comparator)
Set the comparison operation needed for parameter validation.
|
Constructor and Description |
---|
IlvRequestParameter(String name,
boolean required,
String value,
boolean compared,
IlvRequestParameter.Comparator operation)
The constructor.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.