com.tonbeller.wcf.controller
Interface RequestListener

All Known Subinterfaces:
Component, Dispatcher, ITableComponent, ItemElementRenderer, NestableComponent, RequestListeningNodeRenderer
All Known Implementing Classes:
ButtonHandler, ComponentSupport, Controller, DefaultItemElementRenderer, DispatcherSupport, EditableTableComponent, NestableComponentSupport, TabbedHandler, TableComponent, ToolButton, WcfMenuItem

public interface RequestListener

A RequestListener listens to HttpServletRequests. Multiple listeners may get invoked for a single request, so the listener should not produce output.

See Also:
Dispatcher

Method Summary
 void request(RequestContext context)
          notified by a Dispatcher for specific HTTP Requests
 

Method Detail

request

public void request(RequestContext context)
             throws java.lang.Exception
notified by a Dispatcher for specific HTTP Requests

Parameters:
context - the current request
Throws:
java.lang.Exception