net.ontopia.topicmaps.webed.impl.actions
Class DummyAction

java.lang.Object
  extended by net.ontopia.topicmaps.webed.impl.actions.DummyAction
All Implemented Interfaces:
ActionIF

public class DummyAction
extends java.lang.Object
implements ActionIF

PUBLIC: This action does nothing. It is generally used when a form control requires an action, but the necessary modifications are performed by actions attached to other controls.

Since:
2.0

Constructor Summary
DummyAction()
           
 
Method Summary
 void perform(ActionParametersIF params, ActionResponseIF response)
          PUBLIC: Performs the action using the values provided by the params parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyAction

public DummyAction()
Method Detail

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.