extensions.gem
Class SubmitCommand

java.lang.Object
  |
  +--extensions.gem.SubmitCommand

public class SubmitCommand
extends java.lang.Object
implements Command

Define the command for an item in the "Submit Job" menu.


Constructor Summary
SubmitCommand(java.lang.String nextPage)
           
 
Method Summary
 extensions.gem.HttpServletResponse execute(extensions.gem.HttpServletRequest req, extensions.gem.HttpServletResponse res)
           
 java.lang.String getNextPage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubmitCommand

public SubmitCommand(java.lang.String nextPage)
Method Detail

getNextPage

public java.lang.String getNextPage()
Specified by:
getNextPage in interface Command

execute

public extensions.gem.HttpServletResponse execute(extensions.gem.HttpServletRequest req,
                                                  extensions.gem.HttpServletResponse res)
Specified by:
execute in interface Command