tomp.ext.servlet
Class EndApplicationAction

java.lang.Object
  |
  +--tomp.ext.Action
        |
        +--tomp.ext.servlet.ServletAction
              |
              +--tomp.ext.servlet.RequestAction
                    |
                    +--tomp.ext.servlet.EndApplicationAction

public class EndApplicationAction
extends RequestAction

Class EndApplicationAction is an extension of the RequestAction.
It is usually extended, since the EndApplicationAction itself does not do anything very useful, it only generates a simple HTML page saying that the servlet is going down.


Field Summary
 
Fields inherited from class tomp.ext.Action
ACTION, application, previous, result
 
Constructor Summary
EndApplicationAction(ServletAction previous, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class tomp.ext.servlet.RequestAction
getHere, getRequest, getResponse, getSession, put, servletOutputStream
 
Methods inherited from class tomp.ext.servlet.ServletAction
getPreviousServletAction, getServletApplication, getServletConfig, getServletContext
 
Methods inherited from class tomp.ext.Action
event2tree, get, getApplication, getPreviousAction, hasParameter, id, init, isERROR, isOK, result, setParameter, setResult, trace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndApplicationAction

public EndApplicationAction(ServletAction previous,
                            javax.servlet.http.HttpServletRequest request,
                            javax.servlet.http.HttpServletResponse response)
Method Detail

execute

public void execute()
             throws EXTException
Overrides:
execute in class Action
EXTException