public class OSLValidate extends Object implements OSLSchemaAwareIF
| Constructor and Description |
|---|
OSLValidate() |
| Modifier and Type | Method and Description |
|---|---|
OSLSchema |
getSchema()
INTERNAL: Gets schema object.
|
void |
perform(ActionParametersIF params,
ActionResponseIF response)
PUBLIC: Performs the action using the values provided by the
params parameter. |
void |
setSchema(OSLSchema schema)
INTERNAL: Sets the schema object.
|
public OSLSchema getSchema()
OSLSchemaAwareIFgetSchema in interface OSLSchemaAwareIFpublic void setSchema(OSLSchema schema)
OSLSchemaAwareIFsetSchema in interface OSLSchemaAwareIFpublic void perform(ActionParametersIF params, ActionResponseIF response)
ActionIFparams parameter.
The whole set of available parameters and attributes are
summarized in the request object, to allow the
action access to further relevant information.