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

All Superinterfaces:
IEventProcessor, IRequestTarget
All Known Implementing Classes:
BookmarkableListenerInterfaceRequestTarget, BookmarkablePageRequestTarget, 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
 java.lang.Class getPageClass()
          Gets the page class.
 java.lang.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

java.lang.Class getPageClass()
Gets the page class.

Returns:
the page class

getPageParameters

PageParameters getPageParameters()
Gets the optional page parameters.

Returns:
the page parameters or null

getPageMapName

java.lang.String getPageMapName()
Gets the optional page map name.

Returns:
the optional page map name


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