ch.ige.edossier.web.struts
Class SearchAction

java.lang.Object
  extended byorg.apache.struts.action.Action
      extended bych.ige.edossier.web.struts.SearchAction

public class SearchAction
extends org.apache.struts.action.Action

B32.03 - eDossier-Interceptions - Diplomarbeit an der Software-Schule Schweiz
NICE-TO-HAVE-ZIEL [N1] - Suchen (Pflichtenheft b32.03_PF_eDossier.pdf, Seite 17)
DIESES ZIEL WURDE AUFGRUND DES ZEITMANAGEMENT NICHT IMPLEMENTIERT
Die Klasse SearchAction verarbeitet die Daten der SearchForm. Die Suchfunktion (Nice-to-have Ziel) wurde nicht implementiert!

Copyright (c) 2004, Eidgenössisches Institut für Geistiges Eigentum

Version:
$Id: SearchAction.java,v 1.6 2004/10/22 01:58:23 bouquet Exp $
Author:
Anita Rueegsegger, Marc Bouquet

Field Summary
 
Fields inherited from class org.apache.struts.action.Action
ACTION_SERVLET_KEY, APPLICATION_KEY, DATA_SOURCE_KEY, defaultLocale, ERROR_KEY, EXCEPTION_KEY, FORM_BEANS_KEY, FORWARDS_KEY, LOCALE_KEY, MAPPING_KEY, MAPPINGS_KEY, MESSAGE_KEY, MESSAGES_KEY, MULTIPART_KEY, PLUG_INS_KEY, REQUEST_PROCESSOR_KEY, servlet, SERVLET_KEY, TRANSACTION_TOKEN_KEY
 
Constructor Summary
SearchAction()
           
 
Method Summary
 org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping actionMapping, org.apache.struts.action.ActionForm actionForm, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
          Diese Methode wurde aus Zeitgründen nicht implementiert.
 
Methods inherited from class org.apache.struts.action.Action
execute, generateToken, getDataSource, getDataSource, getLocale, getResources, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, perform, perform, resetToken, saveErrors, saveMessages, saveToken, setLocale, setServlet, toHex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchAction

public SearchAction()
Method Detail

execute

public org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping actionMapping,
                                                      org.apache.struts.action.ActionForm actionForm,
                                                      javax.servlet.http.HttpServletRequest httpServletRequest,
                                                      javax.servlet.http.HttpServletResponse httpServletResponse)
Diese Methode wurde aus Zeitgründen nicht implementiert.

Parameters:
actionMapping - ActionMapping
actionForm - ActionForm
httpServletRequest - HttpServletRequest
httpServletResponse - HttpServletResponse
Returns:
ActionForward