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

java.lang.Object
  extended by uk.ac.ebi.intenz.webapp.controller.Command
      extended by uk.ac.ebi.intenz.webapp.controller.NonDatabaseCommand
          extended by uk.ac.ebi.intenz.webapp.controller.BrowseResultCommand

public class BrowseResultCommand
extends NonDatabaseCommand

This class ...

Version:
0.9 - 21-July-2003
Author:
Michael Darsow

Field Summary
 
Fields inherited from class uk.ac.ebi.intenz.webapp.controller.NonDatabaseCommand
context, request, response
 
Constructor Summary
BrowseResultCommand()
           
 
Method Summary
 void process()
          Provides functionality to browse through search results.
 
Methods inherited from class uk.ac.ebi.intenz.webapp.controller.NonDatabaseCommand
forward, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowseResultCommand

public BrowseResultCommand()
Method Detail

process

public void process()
             throws javax.servlet.ServletException,
                    IOException
Provides functionality to browse through search results.

This includes setting the boundaries for the group of results being displayed and updating other attributes used in result.jsp.

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


Copyright © 2013 EMBL-EBI. All Rights Reserved.