uk.ac.ebi.intenz.webapp.controller
Class SearchPreliminaryCommand

java.lang.Object
  extended by uk.ac.ebi.intenz.webapp.controller.Command
      extended by uk.ac.ebi.intenz.webapp.controller.DatabaseCommand
          extended by uk.ac.ebi.intenz.webapp.controller.SearchPreliminaryCommand

public class SearchPreliminaryCommand
extends DatabaseCommand

Author:
rafalcan

Field Summary
static org.apache.log4j.Logger LOGGER
           
 
Fields inherited from class uk.ac.ebi.intenz.webapp.controller.DatabaseCommand
con, context, databaseErrorMessage, enzymeEntryMapper, request, response
 
Constructor Summary
SearchPreliminaryCommand()
           
 
Method Summary
 void process()
          This is unique to each command and has to be implemented by the inherting subclass.
 
Methods inherited from class uk.ac.ebi.intenz.webapp.controller.DatabaseCommand
close, closeConnection, finalize, forward, init
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

public static final org.apache.log4j.Logger LOGGER
Constructor Detail

SearchPreliminaryCommand

public SearchPreliminaryCommand()
Method Detail

process

public void process()
             throws javax.servlet.ServletException,
                    IOException
Description copied from class: Command
This is unique to each command and has to be implemented by the inherting subclass.

Specified by:
process in class Command
Throws:
javax.servlet.ServletException
IOException


Copyright © 2013 EMBL-EBI. All Rights Reserved.