org.apache.jetspeed.modules.actions.portlets
Class SearchAction
java.lang.Object
org.apache.turbine.modules.Assembler
org.apache.turbine.modules.Action
org.apache.turbine.modules.ActionEvent
org.apache.jetspeed.modules.actions.portlets.PortletActionEvent
org.apache.jetspeed.modules.actions.portlets.PortletAction
org.apache.jetspeed.modules.actions.portlets.GenericMVCAction
org.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
Fields inherited from class org.apache.turbine.modules.ActionEvent |
BUTTON, BUTTON_LENGTH, LENGTH, METHOD_NAME_LENGTH, METHOD_NAME_PREFIX |
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.turbine.modules.ActionEvent |
executeEvents, formatString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SearchAction
public SearchAction()
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.