org.apache.jetspeed.modules.actions.portlets
Class SearchAction

java.lang.Object
  extended byorg.apache.turbine.modules.Assembler
      extended byorg.apache.turbine.modules.Action
          extended byorg.apache.turbine.modules.ActionEvent
              extended byorg.apache.jetspeed.modules.actions.portlets.PortletActionEvent
                  extended byorg.apache.jetspeed.modules.actions.portlets.PortletAction
                      extended byorg.apache.jetspeed.modules.actions.portlets.GenericMVCAction
                          extended byorg.apache.jetspeed.modules.actions.portlets.SearchAction

public class SearchAction
extends GenericMVCAction

Search Actions built here

Version:
$Id: SearchAction.java,v 1.3 2004/02/23 02:56:58 jford Exp $
Author:
David Sean taylor

Field Summary
static java.lang.String SEARCH_RESULTS
           
static java.lang.String SEARCH_RESULTSIZE
           
static java.lang.String SEARCH_STRING
           
 
Fields inherited from class org.apache.jetspeed.modules.actions.portlets.GenericMVCAction
logger
 
Fields inherited from class org.apache.turbine.modules.ActionEvent
BUTTON, BUTTON_LENGTH, LENGTH, METHOD_NAME_LENGTH, METHOD_NAME_PREFIX
 
Constructor Summary
SearchAction()
           
 
Method Summary
 void buildNormalContext(Portlet portlet, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData rundata)
          Subclasses must override this method to provide default behavior for the portlet action
 void doSearch(org.apache.turbine.util.RunData rundata, org.apache.velocity.context.Context context)
           
 
Methods inherited from class org.apache.jetspeed.modules.actions.portlets.GenericMVCAction
buildConfigureContext, buildMaximizedContext, checkAdministrativeAction, doPerform, getAttribute, getAttribute, getPortletInstance, perform, setAttribute
 
Methods inherited from class org.apache.jetspeed.modules.actions.portlets.PortletAction
doPerform, getContext, getPortlet, getTemplate, resetTemplate, setTemplate, setTemplate
 
Methods inherited from class org.apache.jetspeed.modules.actions.portlets.PortletActionEvent
executeEvents, fireEvent
 
Methods inherited from class org.apache.turbine.modules.ActionEvent
executeEvents, formatString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEARCH_STRING

public static final java.lang.String SEARCH_STRING
See Also:
Constant Field Values

SEARCH_RESULTS

public static final java.lang.String SEARCH_RESULTS
See Also:
Constant Field Values

SEARCH_RESULTSIZE

public static final java.lang.String SEARCH_RESULTSIZE
See Also:
Constant Field Values
Constructor Detail

SearchAction

public SearchAction()
Method Detail

buildNormalContext

public void buildNormalContext(Portlet portlet,
                               org.apache.velocity.context.Context context,
                               org.apache.turbine.util.RunData rundata)
                        throws java.lang.Exception
Subclasses must override this method to provide default behavior for the portlet action

Overrides:
buildNormalContext in class GenericMVCAction
Throws:
java.lang.Exception

doSearch

public void doSearch(org.apache.turbine.util.RunData rundata,
                     org.apache.velocity.context.Context context)


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.