|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.internal.services.PageRenderDispatcher
public class PageRenderDispatcher
Dispatches incoming requests for render requests. Render requests consist of either just a logical page name (case insensitive) or a logical page name plus additional context. Because of this structure, it take a little bit of work to identify the split point between the page name and the context.
Constructor Summary | |
---|---|
PageRenderDispatcher(ComponentRequestHandler componentRequestHandler,
ComponentEventLinkEncoder linkEncoder)
|
Method Summary | |
---|---|
boolean |
dispatch(Request request,
Response response)
Analyzes the incoming request and performs an appropriate operation for each. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PageRenderDispatcher(ComponentRequestHandler componentRequestHandler, ComponentEventLinkEncoder linkEncoder)
Method Detail |
---|
public boolean dispatch(Request request, Response response) throws java.io.IOException
Dispatcher
dispatch
in interface Dispatcher
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |