Uses of Class
org.apache.wicket.PageParameters

Packages that use PageParameters
org.apache.wicket The core Wicket package. 
org.apache.wicket.authentication.pages   
org.apache.wicket.devutils   
org.apache.wicket.devutils.debugbar   
org.apache.wicket.devutils.inspector Classes that make debugging Wicket HTML applications easier. 
org.apache.wicket.examples.authentication   
org.apache.wicket.examples.captcha   
org.apache.wicket.examples.compref   
org.apache.wicket.examples.encodings   
org.apache.wicket.examples.hangman   
org.apache.wicket.examples.kittenCaptcha   
org.apache.wicket.examples.library   
org.apache.wicket.examples.linkomatic   
org.apache.wicket.examples.nested   
org.apache.wicket.examples.niceurl   
org.apache.wicket.examples.niceurl.mounted   
org.apache.wicket.examples.pub   
org.apache.wicket.examples.pub2   
org.apache.wicket.examples.signin   
org.apache.wicket.examples.signin2   
org.apache.wicket.examples.source   
org.apache.wicket.examples.staticpages   
org.apache.wicket.examples.upload   
org.apache.wicket.examples.velocity   
org.apache.wicket.markup.html Base package of HTML markup. 
org.apache.wicket.markup.html.link Link components. 
org.apache.wicket.markup.html.pages Default special purpose pages for error and feedback support. 
org.apache.wicket.markup.resolver Resolvers implement the IComponentResolver interface and must be registered with the application. 
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.wicket.request.target.basic   
org.apache.wicket.request.target.coding Additions to request targets. 
org.apache.wicket.request.target.component   
org.apache.wicket.session   
org.apache.wicket.util.tester A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container. 
 

Uses of PageParameters in org.apache.wicket
 

Fields in org.apache.wicket declared as PageParameters
static PageParameters PageParameters.NULL
          Null value for page parameters
 

Methods in org.apache.wicket that return PageParameters
 PageParameters RequestCycle.getPageParameters()
          Any set page parameters.
 PageParameters Page.getPageParameters()
          The PageParameters object that was used to construct this page.
 

Methods in org.apache.wicket with parameters of type PageParameters
<C extends Page>
Page
IPageFactory.newPage(Class<C> pageClass, PageParameters parameters)
          Creates a new Page, passing PageParameters to the Page constructor if such a constructor exists.
<C extends Page>
void
RequestCycle.setResponsePage(Class<C> pageClass, PageParameters pageParameters)
          Sets the page class with optionally the page parameters as the render target of this request.
<C extends Page>
void
Component.setResponsePage(Class<C> cls, PageParameters parameters)
          Sets the page class and its parameters that will respond to this request
<C extends Page>
void
RequestCycle.setResponsePage(Class<C> pageClass, PageParameters pageParameters, String pageMapName)
          Sets the page class with optionally the page parameters and page map name as the render target of this request.
<C extends Page>
CharSequence
RequestCycle.urlFor(Class<C> pageClass, PageParameters parameters)
          Returns a bookmarkable URL that references a given page class using a given set of page parameters.
<C extends Page>
CharSequence
Component.urlFor(Class<C> pageClass, PageParameters parameters)
          Returns a bookmarkable URL that references a given page class using a given set of page parameters.
<C extends Page>
CharSequence
RequestCycle.urlFor(IPageMap pageMap, Class<C> pageClass, PageParameters parameters)
          Returns a bookmarkable URL that references a given page class using a given set of page parameters.
<C extends Page>
CharSequence
Component.urlFor(IPageMap pageMap, Class<C> pageClass, PageParameters parameters)
          Returns a bookmarkable URL that references a given page class using a given set of page parameters.
 

Constructors in org.apache.wicket with parameters of type PageParameters
Page(IPageMap pageMap, PageParameters parameters)
          The PageParameters parameter will be stored in this page and then those parameters will be used to create stateless links to this bookmarkable page.
Page(PageParameters parameters)
          The PageParameters parameter will be stored in this page and then those parameters will be used to create stateless links to this bookmarkable page.
RestartResponseException(Class<C> pageClass, PageParameters params)
          Redirects to the specified bookmarkable page with the given page parameters
 

Uses of PageParameters in org.apache.wicket.authentication.pages
 

Constructors in org.apache.wicket.authentication.pages with parameters of type PageParameters
SignInPage(PageParameters parameters)
          Constructor
SignOutPage(PageParameters parameters)
          Constructor
 

Uses of PageParameters in org.apache.wicket.devutils
 

Constructors in org.apache.wicket.devutils with parameters of type PageParameters
DevUtilsPage(IPageMap pageMap, PageParameters parameters)
           
DevUtilsPage(PageParameters parameters)
           
 

Uses of PageParameters in org.apache.wicket.devutils.debugbar
 

Methods in org.apache.wicket.devutils.debugbar that return PageParameters
protected  PageParameters StandardDebugPanel.getLinkPageParameters()
           
protected  PageParameters InspectorDebugPanel.getLinkPageParameters()
           
 

Uses of PageParameters in org.apache.wicket.devutils.inspector
 

Constructors in org.apache.wicket.devutils.inspector with parameters of type PageParameters
InspectorPage(PageParameters parameters)
          Constructor.
 

Uses of PageParameters in org.apache.wicket.examples.authentication
 

Constructors in org.apache.wicket.examples.authentication with parameters of type PageParameters
MySignInPage(PageParameters parameters)
          Constructor
 

Uses of PageParameters in org.apache.wicket.examples.captcha
 

Constructors in org.apache.wicket.examples.captcha with parameters of type PageParameters
Captcha(PageParameters parameters)
          Construct.
 

Uses of PageParameters in org.apache.wicket.examples.compref
 

Constructors in org.apache.wicket.examples.compref with parameters of type PageParameters
BookmarkablePage(PageParameters pageParameters)
          Construct.
 

Uses of PageParameters in org.apache.wicket.examples.encodings
 

Constructors in org.apache.wicket.examples.encodings with parameters of type PageParameters
Home(PageParameters parameters)
          Constructor
 

Uses of PageParameters in org.apache.wicket.examples.hangman
 

Constructors in org.apache.wicket.examples.hangman with parameters of type PageParameters
Home(PageParameters parameters)
          Create the home page.
 

Uses of PageParameters in org.apache.wicket.examples.kittenCaptcha
 

Constructors in org.apache.wicket.examples.kittenCaptcha with parameters of type PageParameters
HomePage(PageParameters parameters)
          Constructor that is invoked when page is invoked without a session.
 

Uses of PageParameters in org.apache.wicket.examples.library
 

Constructors in org.apache.wicket.examples.library with parameters of type PageParameters
BookDetails(PageParameters parameters)
          Constructor for calls from external page links
Home(PageParameters parameters)
          Constructor
SignIn(PageParameters parameters)
          Constructor
 

Uses of PageParameters in org.apache.wicket.examples.linkomatic
 

Constructors in org.apache.wicket.examples.linkomatic with parameters of type PageParameters
Page1(PageParameters parameters)
          Constructor
Page2(PageParameters parameters)
          Constructor
Page3(PageParameters parameters)
          Constructor
 

Uses of PageParameters in org.apache.wicket.examples.nested
 

Constructors in org.apache.wicket.examples.nested with parameters of type PageParameters
Home(PageParameters parameters)
          Constructor.
 

Uses of PageParameters in org.apache.wicket.examples.niceurl
 

Constructors in org.apache.wicket.examples.niceurl with parameters of type PageParameters
Page1(PageParameters parameters)
          Constructor
Page2(PageParameters parameters)
          Constructor
Page2QP(PageParameters parameters)
          Constructor
 

Uses of PageParameters in org.apache.wicket.examples.niceurl.mounted
 

Constructors in org.apache.wicket.examples.niceurl.mounted with parameters of type PageParameters
Page3(PageParameters parameters)
          Constructor
Page4(PageParameters parameters)
          Constructor
Page5(PageParameters parameters)
          Constructor
 

Uses of PageParameters in org.apache.wicket.examples.pub
 

Constructors in org.apache.wicket.examples.pub with parameters of type PageParameters
Home(PageParameters parameters)
          Constructor
 

Uses of PageParameters in org.apache.wicket.examples.pub2
 

Constructors in org.apache.wicket.examples.pub2 with parameters of type PageParameters
Home(PageParameters parameters)
          Constructor
 

Uses of PageParameters in org.apache.wicket.examples.signin
 

Constructors in org.apache.wicket.examples.signin with parameters of type PageParameters
SignIn(PageParameters parameters)
          Constructor
 

Uses of PageParameters in org.apache.wicket.examples.signin2
 

Constructors in org.apache.wicket.examples.signin2 with parameters of type PageParameters
Home(PageParameters parameters)
          Constructor
SignIn2(PageParameters parameters)
          Constructor
SignOut(PageParameters parameters)
          Constructor
 

Uses of PageParameters in org.apache.wicket.examples.source
 

Methods in org.apache.wicket.examples.source that return PageParameters
static PageParameters SourcesPage.generatePageParameters(Class<? extends Page> clazz, String fileName)
           
static PageParameters SourcesPage.generatePageParameters(Page page)
           
 

Constructors in org.apache.wicket.examples.source with parameters of type PageParameters
SourcesPage(PageParameters params)
          Construct.
 

Uses of PageParameters in org.apache.wicket.examples.staticpages
 

Constructors in org.apache.wicket.examples.staticpages with parameters of type PageParameters
CapturingBookmarkablePageRequestTarget(Class<C> capturedPageClass, Class<D> displayedPageClass, PageParameters pageParameters)
          Construct.
Page(PageParameters parameters)
          Construct.
 

Uses of PageParameters in org.apache.wicket.examples.upload
 

Constructors in org.apache.wicket.examples.upload with parameters of type PageParameters
MultiUploadPage(PageParameters parameters)
          Constructor.
UploadPage(PageParameters parameters)
          Constructor.
 

Uses of PageParameters in org.apache.wicket.examples.velocity
 

Constructors in org.apache.wicket.examples.velocity with parameters of type PageParameters
DynamicPage(PageParameters parameters)
          Constructor
TemplatePage(PageParameters parameters)
          Constructor
 

Uses of PageParameters in org.apache.wicket.markup.html
 

Constructors in org.apache.wicket.markup.html with parameters of type PageParameters
WebPage(IPageMap pageMap, PageParameters parameters)
          Constructor which receives wrapped query string parameters for a request.
WebPage(PageParameters parameters)
          Constructor which receives wrapped query string parameters for a request.
 

Uses of PageParameters in org.apache.wicket.markup.html.link
 

Methods in org.apache.wicket.markup.html.link that return PageParameters
 PageParameters BookmarkablePageLink.getPageParameters()
           
 

Constructors in org.apache.wicket.markup.html.link with parameters of type PageParameters
BookmarkablePageLink(String id, Class<C> pageClass, PageParameters parameters)
          Constructor.
InlineFrame(String id, IPageMap pageMap, Class<C> c, PageParameters params)
          Constructs an inline frame that instantiates the given Page class when the content of the inline frame is requested.
 

Uses of PageParameters in org.apache.wicket.markup.html.pages
 

Constructors in org.apache.wicket.markup.html.pages with parameters of type PageParameters
BrowserInfoPage(PageParameters parameters)
          Bookmarkable constructor.
 

Uses of PageParameters in org.apache.wicket.markup.resolver
 

Methods in org.apache.wicket.markup.resolver that return PageParameters
 PageParameters AutoLinkResolver.PathInfo.getPageParameters()
          Gets pageParameters.
 

Constructors in org.apache.wicket.markup.resolver with parameters of type PageParameters
AutoLinkResolver.AutolinkBookmarkablePageLink(String id, Class<C> pageClass, PageParameters parameters, String anchor)
          Construct
 

Uses of PageParameters in org.apache.wicket.protocol.http
 

Methods in org.apache.wicket.protocol.http with parameters of type PageParameters
<C extends Page>
void
MockWebApplication.processRequestCycle(Class<C> pageClass, PageParameters params)
          Initialize a new WebRequestCycle and all its dependent objects
 

Uses of PageParameters in org.apache.wicket.request.target.basic
 

Methods in org.apache.wicket.request.target.basic that return PageParameters
 PageParameters URIRequestTargetUrlCodingStrategy.decodeParameters(RequestParameters requestParameters)
          Get the remaining path after mount point.
 

Uses of PageParameters in org.apache.wicket.request.target.coding
 

Methods in org.apache.wicket.request.target.coding that return PageParameters
static PageParameters HybridUrlCodingStrategy.getInitialPagePageParameters(Page page)
           
 

Methods in org.apache.wicket.request.target.coding with parameters of type PageParameters
static void HybridUrlCodingStrategy.setInitialPageParameters(Page page, PageParameters pageParameters)
          Sets the initial page parameters for page instance.
 

Constructors in org.apache.wicket.request.target.coding with parameters of type PageParameters
HybridUrlCodingStrategy.HybridBookmarkablePageRequestTarget(String pageMapName, Class<? extends Page> pageClass, PageParameters pageParameters, int originalUrlTrailingSlashesCount, boolean redirect)
          Construct.
 

Uses of PageParameters in org.apache.wicket.request.target.component
 

Methods in org.apache.wicket.request.target.component that return PageParameters
 PageParameters IBookmarkablePageRequestTarget.getPageParameters()
          Gets the optional page parameters.
 PageParameters BookmarkablePageRequestTarget.getPageParameters()
           
 

Constructors in org.apache.wicket.request.target.component with parameters of type PageParameters
BookmarkableListenerInterfaceRequestTarget(String pageMapName, Class<? extends Page> pageClass, PageParameters pageParameters, Component component, RequestListenerInterface listenerInterface)
          This constructor is called for generating the urls (RequestCycle.urlFor()) So it will alter the PageParameters to include the 2 org.apache.wicket params WebRequestCodingStrategy.BOOKMARKABLE_PAGE_PARAMETER_NAME and WebRequestCodingStrategy.INTERFACE_PARAMETER_NAME
BookmarkableListenerInterfaceRequestTarget(String pageMapName, Class<? extends Page> pageClass, PageParameters pageParameters, String componentPath, String interfaceName, int versionNumber)
          This constructor is called when a stateless link is clicked on but the page wasn't found in the session.
BookmarkablePageRequestTarget(Class<C> pageClass, PageParameters pageParameters)
          Construct.
BookmarkablePageRequestTarget(String pageMapName, Class<C> pageClass, PageParameters pageParameters)
          Construct.
 

Uses of PageParameters in org.apache.wicket.session
 

Methods in org.apache.wicket.session with parameters of type PageParameters
<C extends Page>
Page
DefaultPageFactory.newPage(Class<C> pageClass, PageParameters parameters)
           
 

Uses of PageParameters in org.apache.wicket.util.tester
 

Methods in org.apache.wicket.util.tester with parameters of type PageParameters
<C extends Page>
Page
BaseWicketTester.startPage(Class<C> pageClass, PageParameters parameters)
          Renders a Page from its default constructor.
 



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