uk.ac.ebi.intact.application.predict.business
Class PredictService

java.lang.Object
  |
  +--uk.ac.ebi.intact.application.predict.business.PredictService

public class PredictService
extends java.lang.Object

This class provides the general services common to all the users.

Version:
$Id: PredictService.java,v 1.1 2003/12/10 14:22:46 smudali Exp $
Author:
Sugath Mudali (smudali@ebi.ac.uk)

Constructor Summary
PredictService()
           
 
Method Summary
 java.lang.String getSearchURL(javax.servlet.http.HttpServletRequest request)
          Returns the relative link to the search application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PredictService

public PredictService()
Method Detail

getSearchURL

public java.lang.String getSearchURL(javax.servlet.http.HttpServletRequest request)
Returns the relative link to the search application.

Parameters:
request - the request object to get the context path. This is only used once when this method is called for the first time. For subsequent calls, the cached value is returned.
Returns:
the relative path to the search page.


IntAct Project - EMBL-EBI 2004 - intact-help@ebi.ac.uk