net.server.sendmail
Class WebSearch

java.lang.Object
  extended by net.server.sendmail.WebSearch

public class WebSearch
extends java.lang.Object


Constructor Summary
WebSearch()
          No-arg constructor
 
Method Summary
 java.lang.String getError()
          Method getError
 java.lang.String getSearchString()
          Method getSearchString
 void processRequest(javax.servlet.http.HttpServletRequest request)
          Method processRequest Gets input parameters from the jsp and then acts as the main method
 boolean success()
          Method success
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebSearch

public WebSearch()
No-arg constructor

Method Detail

processRequest

public void processRequest(javax.servlet.http.HttpServletRequest request)
Method processRequest Gets input parameters from the jsp and then acts as the main method


getError

public java.lang.String getError()
Method getError

Returns:
String representing an error message Accessor method used by the JSP for handling

getSearchString

public java.lang.String getSearchString()
Method getSearchString

Returns:
String representing representing the search criteria Accessor method used by the JSP to display the search string

success

public boolean success()
Method success

Returns:
boolean indicating whether the properties have been set correctly in order to proceed with the search