Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.RuntimeCollective.search.action
Class SetAdvancedSearchPageAction  view SetAdvancedSearchPageAction download SetAdvancedSearchPageAction.java

java.lang.Object
  extended byorg.apache.struts.action.Action
      extended bycom.RuntimeCollective.search.action.SetSearchPageAction
          extended bycom.RuntimeCollective.search.action.SetAdvancedSearchPageAction

public class SetAdvancedSearchPageAction
extends SetSearchPageAction

A very silly subclass of SetSearchPageAction which simply uses the "advancedSearch" forward.

Version:
$Id: SetAdvancedSearchPageAction.java,v 1.4 2003/09/30 15:12:57 joe Exp $

Field Summary
 
Fields inherited from class com.RuntimeCollective.search.action.SetSearchPageAction
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
SetAdvancedSearchPageAction()
           
 
Method Summary
 org.apache.struts.action.ActionForward perform(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Call the super method, and forward to "advancedSearch" instead of "search".
 
Methods inherited from class com.RuntimeCollective.search.action.SetSearchPageAction
setSearchForwardName, setSearchResultsKey
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetAdvancedSearchPageAction

public SetAdvancedSearchPageAction()
Method Detail

perform

public org.apache.struts.action.ActionForward perform(org.apache.struts.action.ActionMapping mapping,
                                                      org.apache.struts.action.ActionForm form,
                                                      javax.servlet.http.HttpServletRequest request,
                                                      javax.servlet.http.HttpServletResponse response)
                                               throws java.io.IOException,
                                                      javax.servlet.ServletException
Call the super method, and forward to "advancedSearch" instead of "search".

Overrides:
perform in class SetSearchPageAction