net.ontopia.topicmaps.webed.impl.actions.tmobject
Class OSLValidate

java.lang.Object
  extended by net.ontopia.topicmaps.webed.impl.actions.tmobject.OSLValidate
All Implemented Interfaces:
ActionIF, OSLSchemaAwareIF

public class OSLValidate
extends java.lang.Object
implements OSLSchemaAwareIF

PUBLIC: Action for deleting a topic map object.

Since:
3.0

Constructor Summary
OSLValidate()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSLValidate

public OSLValidate()
Method Detail

getSchema

public OSLSchema getSchema()
Description copied from interface: OSLSchemaAwareIF
INTERNAL: Gets schema object.

Specified by:
getSchema in interface OSLSchemaAwareIF

setSchema

public void setSchema(OSLSchema schema)
Description copied from interface: OSLSchemaAwareIF
INTERNAL: Sets the schema object.

Specified by:
setSchema in interface OSLSchemaAwareIF

perform

public void perform(ActionParametersIF params,
                    ActionResponseIF response)
Description copied from interface: ActionIF
PUBLIC: Performs the action using the values provided by the params parameter.

The whole set of available parameters and attributes are summarized in the request object, to allow the action access to further relevant information.

Specified by:
perform in interface ActionIF


Copyright © 2000-2012 Ontopia.