com.acsinet_solutions.cetia4.http
Class DeleteCommand

java.lang.Object
  extended by com.acsinet_solutions.cetia4.http.ActionCommand
      extended by com.acsinet_solutions.cetia4.http.DeleteCommand
All Implemented Interfaces:
HttpCommand, java.io.Serializable

public final class DeleteCommand
extends ActionCommand

Impementation of a DELETE Command

Author:
Santiago Arriaga
See Also:
Serialized Form

Constructor Summary
DeleteCommand(java.lang.String page)
          Public constructor
 
Method Summary
 
Methods inherited from class com.acsinet_solutions.cetia4.http.ActionCommand
addParam, getMethod, getPage, getParams
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteCommand

public DeleteCommand(java.lang.String page)
Public constructor