com.stimulsoft.web.events
Class StiAbstractWebAction

java.lang.Object
  extended by com.stimulsoft.web.events.StiAbstractWebAction

public abstract class StiAbstractWebAction
extends java.lang.Object

Интерфейс действия производиного по определнному событию. Copyright Stimulsoft


Constructor Summary
StiAbstractWebAction()
           
 
Method Summary
abstract  void process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void run(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiAbstractWebAction

public StiAbstractWebAction()
Method Detail

run

public void run(javax.servlet.http.HttpServletRequest request,
                javax.servlet.http.HttpServletResponse response)
         throws StiException
Throws:
StiException

process

public abstract void process(javax.servlet.http.HttpServletRequest request,
                             javax.servlet.http.HttpServletResponse response)
                      throws java.lang.Exception
Throws:
java.lang.Exception