org.apache.jetspeed.modules.actions.portlets
Class QuestionnaireAction
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.JspPortletAction
org.apache.jetspeed.modules.actions.portlets.QuestionnaireAction
- public class QuestionnaireAction
- extends JspPortletAction
This action sets up the template context for retrieving stock quotes.
- Version:
- $Id: QuestionnaireAction.java,v 1.7 2004/02/23 02:56:58 jford Exp $
- Author:
- Mark Orciuch, Scott T. Weaver
Fields inherited from class org.apache.turbine.modules.ActionEvent |
BUTTON, BUTTON_LENGTH, LENGTH, METHOD_NAME_LENGTH, METHOD_NAME_PREFIX |
Method Summary |
protected void |
buildNormalContext(Portlet portlet,
org.apache.turbine.util.RunData rundata)
Build the normal state content for this portlet. |
void |
doContinue(org.apache.turbine.util.RunData rundata,
Portlet portlet)
Continue event handler. |
void |
doEmail(org.apache.turbine.util.RunData rundata,
Portlet portlet)
Sort the quotes. |
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 |
QuestionnaireAction
public QuestionnaireAction()
buildNormalContext
protected void buildNormalContext(Portlet portlet,
org.apache.turbine.util.RunData rundata)
- Build the normal state content for this portlet.
- Specified by:
buildNormalContext
in class JspPortletAction
- Parameters:
portlet
- The jsp-based portlet that is being built.rundata
- The turbine rundata context for this request.
doContinue
public void doContinue(org.apache.turbine.util.RunData rundata,
Portlet portlet)
- Continue event handler.
- Parameters:
portlet
- The jsp-based portlet that is being built.rundata
- The turbine rundata context for this request.
doEmail
public void doEmail(org.apache.turbine.util.RunData rundata,
Portlet portlet)
- Sort the quotes.
- Parameters:
portlet
- The jsp-based portlet that is being built.rundata
- The turbine rundata context for this request.
Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.