| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjet.servlet.JetAction
jet.servlet.action.ElementAction
public final class ElementAction
This class is like JetAction, but executes the specified template directly and executes no class action
| Constructor Summary | |
|---|---|
ElementAction()
 | 
|
| Method Summary | |
|---|---|
 void | 
execute(JetMessages messages,
        JetData data,
        JetForm form,
        JetContext context)
executes the template  | 
| 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 | 
|---|
public ElementAction()
| Method Detail | 
|---|
public void execute(JetMessages messages,
                    JetData data,
                    JetForm form,
                    JetContext context)
             throws JetActionException,
                    java.io.IOException
execute in class JetActionmessages - messages to displaydata - the data map to use for the templateform - the form to parse and displaycontext - the current context object
JetActionException
java.io.IOException
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||