jet.servlet.action
Class ReportJavascriptErrorAction

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

public final class ReportJavascriptErrorAction
extends JetAction

This class is like JetAction, but executes the specified template directly and executes no class action

Author:
Markus.Meisters@web.de

Constructor Summary
ReportJavascriptErrorAction()
           
 
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

ReportJavascriptErrorAction

public ReportJavascriptErrorAction()
Method Detail

execute

public void execute(JetMessages messages,
                    JetData data,
                    JetForm form,
                    JetContext context)
             throws JetActionException,
                    java.io.IOException
executes the template

Specified by:
execute in class JetAction
Parameters:
messages - messages to display
data - the data map to use for the template
form - the form to parse and display
context - the current context object
Throws:
JetActionException
java.io.IOException