Package com.stimulsoft.web.events
Class StiAbstractWebAction
java.lang.Object
com.stimulsoft.web.events.StiAbstractWebAction
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidprocess(StiHttpServletRequest request, StiHttpServletResponse response) voidrun(StiHttpServletRequest request, StiHttpServletResponse response)
-
Constructor Details
-
StiAbstractWebAction
public StiAbstractWebAction()
-
-
Method Details
-
run
- Throws:
StiException
-
process
public abstract void process(StiHttpServletRequest request, StiHttpServletResponse response) throws Exception - Throws:
Exception
-