HiRISE

HiRISE.HiReport.main
Class PublicSearchAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by org.apache.struts.actions.BaseAction
          extended by org.apache.struts.actions.DispatchAction
              extended by HiRISE.HiReport.DatabaseAction
                  extended by HiRISE.HiReport.main.AdvancedSearchAction
                      extended by HiRISE.HiReport.main.PublicSearchAction

public class PublicSearchAction
extends AdvancedSearchAction

Action for an observation listing. Uses the MultiObservation form for input and the ObservationListData class to generate the data.


Field Summary
static String ID
          CVS ID
 
Fields inherited from class HiRISE.HiReport.DatabaseAction
logger
 
Fields inherited from class org.apache.struts.actions.DispatchAction
clazz, log, methods, types
 
Fields inherited from class org.apache.struts.actions.BaseAction
messages
 
Fields inherited from class org.apache.struts.action.Action
servlet
 
Constructor Summary
PublicSearchAction()
           
 
Method Summary
 org.apache.struts.action.ActionForward json(org.apache.struts.action.ActionMapping map, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Handle a JSON-specific request
 org.apache.struts.action.ActionForward unspecified(org.apache.struts.action.ActionMapping map, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Handle a request
 
Methods inherited from class HiRISE.HiReport.main.AdvancedSearchAction
isMappable
 
Methods inherited from class HiRISE.HiReport.DatabaseAction
getBasePath, getConnection
 
Methods inherited from class org.apache.struts.actions.DispatchAction
cancelled, dispatchMethod, execute, getMethod, getMethodName, getParameter
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, 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
 

Field Detail

ID

public static final String ID
CVS ID

See Also:
Constant Field Values
Constructor Detail

PublicSearchAction

public PublicSearchAction()
Method Detail

unspecified

public org.apache.struts.action.ActionForward unspecified(org.apache.struts.action.ActionMapping map,
                                                          org.apache.struts.action.ActionForm form,
                                                          javax.servlet.http.HttpServletRequest req,
                                                          javax.servlet.http.HttpServletResponse res)
                                                   throws Exception
Description copied from class: AdvancedSearchAction
Handle a request

Overrides:
unspecified in class AdvancedSearchAction
Throws:
Exception

json

public org.apache.struts.action.ActionForward json(org.apache.struts.action.ActionMapping map,
                                                   org.apache.struts.action.ActionForm form,
                                                   javax.servlet.http.HttpServletRequest req,
                                                   javax.servlet.http.HttpServletResponse res)
                                            throws Exception
Description copied from class: AdvancedSearchAction
Handle a JSON-specific request

Overrides:
json in class AdvancedSearchAction
Parameters:
map - Struts action mapping
form - form input
req - the request
res - the response
Returns:
null (JSON will be written to the response)
Throws:
Exception - internal error

HiRISE

Copyright (C) Arizona Board of Regents on behalf of the Planetary Image Research Laboratory, Lunar and Planetary Laboratory at the University of Arizona