jet.servlet.action
Class FormDisplayAction

java.lang.Object
  extended by jet.servlet.JetAction
      extended by jet.servlet.action.FormDisplayAction
All Implemented Interfaces:
java.lang.Cloneable, Identifiable, Poolable, Resetable

public class FormDisplayAction
extends JetAction

Author:
Markus.Meisters@web.de

Constructor Summary
FormDisplayAction()
           
 
Method Summary
 void execute(JetMessages messages, JetData data, JetForm form, JetContext jetContext)
          Abstract method which is called on the action
 
Methods inherited from class jet.servlet.JetAction
clone, delegateTo, delegateTo, delegateTo, dispatch, doFormValidation, doFormValidation, getActionDef, getContext, getDataStructure, getIdentifier, getInstanceFor, getJetContext, redirect, render, reset, setActionDef
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormDisplayAction

public FormDisplayAction()
Method Detail

execute

public void execute(JetMessages messages,
                    JetData data,
                    JetForm form,
                    JetContext jetContext)
             throws JetActionException,
                    java.io.IOException
Description copied from class: JetAction
Abstract method which is called on the action

Specified by:
execute in class JetAction
Parameters:
messages - the messages
data - the data structure
form - the form to use - could be null!
jetContext - teh context object
Throws:
JetActionException
java.io.IOException