com.stimulsoft.web.events
Class StiAbstractAction

java.lang.Object
  extended by com.stimulsoft.web.events.StiAbstractAction
All Implemented Interfaces:
StiIAction

public abstract class StiAbstractAction
extends java.lang.Object
implements StiIAction

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


Constructor Summary
StiAbstractAction()
           
 
Method Summary
abstract  void process(java.io.InputStream is, java.io.OutputStream os, javax.servlet.http.HttpServletRequest request)
           
 void run(java.io.InputStream is, java.io.OutputStream os, javax.servlet.http.HttpServletRequest request)
          Выполнить действие.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiAbstractAction

public StiAbstractAction()
Method Detail

run

public void run(java.io.InputStream is,
                java.io.OutputStream os,
                javax.servlet.http.HttpServletRequest request)
         throws java.lang.Exception
Description copied from interface: StiIAction
Выполнить действие.

Specified by:
run in interface StiIAction
Parameters:
is - input stream. Получение входных данных.
os - output stream. Запись данных на вход.
Throws:
java.lang.Exception - в случаи возниконовения ошибки

process

public abstract void process(java.io.InputStream is,
                             java.io.OutputStream os,
                             javax.servlet.http.HttpServletRequest request)
                      throws java.lang.Exception
Throws:
java.lang.Exception