Uses of Class
org.apache.wicket.PageParameters

Packages that use PageParameters
org.apache.wicket The core Wicket package. 
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
 Page IPageFactory.newPage(java.lang.Class pageClass, PageParameters parameters)
          Creates a new Page, passing PageParameters to the Page constructor if such a constructor exists.
 Page Component.newPage(java.lang.Class c, PageParameters parameters)
          Creates a new page using the component's page factory
 void RequestCycle.setResponsePage(java.lang.Class pageClass, PageParameters pageParameters)
          Sets the page class with optionally the page parameters as the render target of this request.
 void Component.setResponsePage(java.lang.Class cls, PageParameters parameters)
          Sets the page class and its parameters that will respond to this request
 void RequestCycle.setResponsePage(java.lang.Class pageClass, PageParameters pageParameters, java.lang.String pageMapName)
          Sets the page class with optionally the page parameters and page map name as the render target of this request.
 java.lang.CharSequence RequestCycle.urlFor(java.lang.Class pageClass, PageParameters parameters)
          Returns a bookmarkable URL that references a given page class using a given set of page parameters.
 java.lang.CharSequence Component.urlFor(java.lang.Class pageClass, PageParameters parameters)
          Returns a bookmarkable URL that references a given page class using a given set of page parameters.
 java.lang.CharSequence RequestCycle.urlFor(IPageMap pageMap, java.lang.Class pageClass, PageParameters parameters)
          Returns a bookmarkable URL that references a given page class using a given set of page parameters.
 java.lang.CharSequence Component.urlFor(IPageMap pageMap, java.lang.Class 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(java.lang.Class pageClass, PageParameters params)
          Redirects to the specified bookmarkable page with the given page parameters
 

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(java.lang.String id, java.lang.Class pageClass, PageParameters parameters)
          Constructor.
InlineFrame(java.lang.String id, IPageMap pageMap, java.lang.Class 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(java.lang.String id, java.lang.Class pageClass, PageParameters parameters, java.lang.String anchor)
          Construct
 

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

Methods in org.apache.wicket.protocol.http with parameters of type PageParameters
 void MockWebApplication.processRequestCycle(java.lang.Class 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(java.lang.String pageMapName, java.lang.Class 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 BookmarkablePageRequestTarget.getPageParameters()
           
 PageParameters IBookmarkablePageRequestTarget.getPageParameters()
          Gets the optional page parameters.
 

Constructors in org.apache.wicket.request.target.component with parameters of type PageParameters
BookmarkableListenerInterfaceRequestTarget(java.lang.String pageMapName, java.lang.Class 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(java.lang.String pageMapName, java.lang.Class pageClass, PageParameters pageParameters, java.lang.String componentPath, java.lang.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(java.lang.Class pageClass, PageParameters pageParameters)
          Construct.
BookmarkablePageRequestTarget(java.lang.String pageMapName, java.lang.Class pageClass, PageParameters pageParameters)
          Construct.
 

Uses of PageParameters in org.apache.wicket.session
 

Methods in org.apache.wicket.session with parameters of type PageParameters
 Page DefaultPageFactory.newPage(java.lang.Class pageClass, PageParameters parameters)
           
 

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

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



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