FileDocCategorySizeDatePackage
Dispatcher.javaAPI DocExample562Sat Nov 22 20:05:36 GMT 2003cvexample.controller

Dispatcher

public interface Dispatcher
The interface that dispatchers implement

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetNextPage(javax.servlet.http.HttpServletRequest req)
Called when a request is routed to this dispatcher.

return
the URL of the next page to go to.

public voidsetContext(javax.servlet.ServletContext context)
Called by the container to set the servlet context before the dispatcher is used.