org.exoplatform.web.command
Class Command

java.lang.Object
  extended by org.exoplatform.web.command.Command

public abstract class Command
extends java.lang.Object

Created by The eXo Platform SARL Author : Tuan Nguyen tuan.nguyen@exoplatform.com May 22, 2007


Constructor Summary
Command()
           
 
Method Summary
abstract  void execute(WebAppController controller, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 java.lang.String[] getRequiredMemberships()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Command

public Command()
Method Detail

getRequiredMemberships

public java.lang.String[] getRequiredMemberships()

execute

public abstract void execute(WebAppController controller,
                             javax.servlet.http.HttpServletRequest req,
                             javax.servlet.http.HttpServletResponse res)
                      throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2010 eXo Platform SAS. All Rights Reserved.