|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventHandler
EventHandler - Event Handler Interface
Method Summary | |
---|---|
void |
init(ServletContext context)
Initializes the handler. |
java.lang.String |
invoke(ConfigXMLReader.Event event,
ConfigXMLReader.RequestMap requestMap,
HttpServletRequest request,
HttpServletResponse response)
Invoke the web event |
Method Detail |
---|
void init(ServletContext context) throws EventHandlerException
context
- ServletContext This may be needed by the handler in order to lookup properties or XML
definition files for rendering pages or handler options.
EventHandlerException
java.lang.String invoke(ConfigXMLReader.Event event, ConfigXMLReader.RequestMap requestMap, HttpServletRequest request, HttpServletResponse response) throws EventHandlerException
event
- Contains information about what to executerequestMap
- Contains information about the request-map the event was called fromrequest
- The servlet request objectresponse
- The servlet response object
EventHandlerException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |