|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.request.handler.BookmarkablePageRequestHandler
public class BookmarkablePageRequestHandler
Request handler for bookmarkable pages. This handler is only used to generate URLs. Rendering is
always handled by RenderPageRequestHandler.
| Constructor Summary | |
|---|---|
BookmarkablePageRequestHandler(IPageProvider pageProvider)
Construct. |
|
| Method Summary | |
|---|---|
void |
detach(IRequestCycle requestCycle)
This method is called at the end of a request cycle to indicate that processing is done and that cleaning up of the subject(s) of this target may be done. |
PageLogData |
getLogData()
Returns the collected log data for this request handler and should never throw an exception. |
Class<? extends IRequestablePage> |
getPageClass()
Returns the page class |
PageParameters |
getPageParameters()
|
void |
respond(IRequestCycle requestCycle)
Generates a response. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BookmarkablePageRequestHandler(IPageProvider pageProvider)
pageProvider - | Method Detail |
|---|
public Class<? extends IRequestablePage> getPageClass()
IPageClassRequestHandler
getPageClass in interface IPageClassRequestHandlerIPageClassRequestHandler.getPageClass()public PageParameters getPageParameters()
getPageParameters in interface IPageClassRequestHandlerIPageClassRequestHandler.getPageParameters()public void respond(IRequestCycle requestCycle)
IRequestHandler
respond in interface IRequestHandlerrequestCycle - the current request cycleorg.apache.org.apache.wicket.request.IRequestHandler#respond(org.apache.wicket.request.cycle.RequestCycle)public void detach(IRequestCycle requestCycle)
IRequestHandler
detach in interface IRequestHandlerrequestCycle - the current request cycleorg.apache.org.apache.wicket.request.IRequestHandler#detach(org.apache.wicket.request.cycle.RequestCycle)public PageLogData getLogData()
getLogData in interface ILoggableRequestHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||