com.acsinet_solutions.cetia4.http
Class PostCommand

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

public final class PostCommand
extends ActionCommand

Impementation of a POST Command

Author:
Santiago Arriaga
See Also:
Serialized Form

Constructor Summary
PostCommand(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

PostCommand

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