org.apache.wicket.request.target.component
Interface IBookmarkablePageRequestTarget

All Superinterfaces:
IEventProcessor, IRequestTarget
All Known Implementing Classes:
BookmarkableListenerInterfaceRequestTarget, BookmarkablePageRequestTarget, CapturingBookmarkablePageRequestTarget, ExpiredPageClassRequestTarget, HybridUrlCodingStrategy.HybridBookmarkablePageRequestTarget

public interface IBookmarkablePageRequestTarget
extends IRequestTarget, IEventProcessor

Target that denotes a page that is to be created from the provided page class. This is typically used for redirects to bookmarkable pages.

Author:
Eelco Hillenius

Method Summary
 Class<? extends Page> getPageClass()
          Gets the page class.
 String getPageMapName()
          Gets the optional page map name.
 PageParameters getPageParameters()
          Gets the optional page parameters.
 
Methods inherited from interface org.apache.wicket.IRequestTarget
detach, respond
 
Methods inherited from interface org.apache.wicket.request.target.IEventProcessor
processEvents
 

Method Detail

getPageClass

Class<? extends Page> getPageClass()
Gets the page class.

Returns:
the page class

getPageParameters

PageParameters getPageParameters()
Gets the optional page parameters.

Returns:
the page parameters or null

getPageMapName

String getPageMapName()
Gets the optional page map name.

Returns:
the optional page map name


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.