org.kuali.ole.docstore.discovery.web.struts.action
Class DiscoveryAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by org.kuali.ole.docstore.discovery.web.struts.action.DiscoveryAction

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


Field Summary
static String ACTION_BACK_TO_SEARCH
           
static String DISCOVERY_SERVICE
           
static String SEARCH_PARAMS
           
 
Fields inherited from class org.apache.struts.action.Action
servlet
 
Constructor Summary
DiscoveryAction()
           
 
Method Summary
 org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void sortTerms(String sortingTerms, DiscoveryForm discForm)
           
 
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

ACTION_BACK_TO_SEARCH

public static final String ACTION_BACK_TO_SEARCH
See Also:
Constant Field Values

SEARCH_PARAMS

public static final String SEARCH_PARAMS
See Also:
Constant Field Values

DISCOVERY_SERVICE

public static final String DISCOVERY_SERVICE
See Also:
Constant Field Values
Constructor Detail

DiscoveryAction

public DiscoveryAction()
Method Detail

execute

public org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping,
                                                      org.apache.struts.action.ActionForm form,
                                                      javax.servlet.http.HttpServletRequest request,
                                                      javax.servlet.http.HttpServletResponse response)
                                               throws Exception
Overrides:
execute in class org.apache.struts.action.Action
Throws:
Exception

sortTerms

public void sortTerms(String sortingTerms,
                      DiscoveryForm discForm)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.