com.stimulsoft.web.events
Class StiAbstractWebAction
java.lang.Object
com.stimulsoft.web.events.StiAbstractWebAction
public abstract class StiAbstractWebAction
- extends java.lang.Object
Интерфейс действия производиного по определнному событию.
Copyright Stimulsoft
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 |
StiAbstractWebAction
public StiAbstractWebAction()
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