uk.ac.ebi.intenz.webapp.controller
Class Command
java.lang.Object
uk.ac.ebi.intenz.webapp.controller.Command
- Direct Known Subclasses:
- DatabaseCommand, NonDatabaseCommand
public abstract class Command
- extends Object
This is the abstract base class of all commands.
- Version:
- 0.9 - 21-July-2003
- Author:
- Michael Darsow
Method Summary |
abstract void |
process()
This is unique to each command and has to be implemented by the inherting subclass. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Command
public Command()
process
public abstract void process()
throws javax.servlet.ServletException,
IOException
- This is unique to each command and has to be implemented by the inherting subclass.
- Throws:
javax.servlet.ServletException
IOException
Copyright © 2013 EMBL-EBI. All Rights Reserved.