Uses of Class
org.apache.wicket.request.mapper.parameter.PageParameters

Packages that use PageParameters
org.apache.wicket The core Wicket package. 
org.apache.wicket.ajax   
org.apache.wicket.authroles.authentication.pages   
org.apache.wicket.devutils   
org.apache.wicket.devutils.debugbar   
org.apache.wicket.devutils.diskstore   
org.apache.wicket.devutils.inspector Classes that make debugging Wicket HTML applications easier. 
org.apache.wicket.examples   
org.apache.wicket.examples.authentication1   
org.apache.wicket.examples.authentication2   
org.apache.wicket.examples.authentication3   
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.requestmapper   
org.apache.wicket.examples.requestmapper.packageMount   
org.apache.wicket.examples.resourcedecoration   
org.apache.wicket.examples.source   
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.form HTML Forms and form components. 
org.apache.wicket.markup.html.image Image components. 
org.apache.wicket.markup.html.image.resource Resource support for image components. 
org.apache.wicket.markup.html.internal   
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.component   
org.apache.wicket.request.cycle   
org.apache.wicket.request.handler   
org.apache.wicket.request.handler.resource   
org.apache.wicket.request.mapper   
org.apache.wicket.request.mapper.parameter   
org.apache.wicket.request.resource   
org.apache.wicket.resource.filtering   
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
 

Methods in org.apache.wicket that return PageParameters
 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 IRequestablePage>
IRequestablePage
IPageFactory.newPage(java.lang.Class<C> pageClass, PageParameters parameters)
          Creates a new Page, passing PageParameters to the Page constructor if such a constructor exists.
 IRequestablePage DefaultMapperContext.newPageInstance(java.lang.Class<? extends IRequestablePage> pageClass, PageParameters pageParameters)
           
<C extends IRequestablePage>
void
Component.setResponsePage(java.lang.Class<C> cls, PageParameters parameters)
          Sets the page class and its parameters that will respond to this request
<C extends Page>
java.lang.CharSequence
Component.urlFor(java.lang.Class<C> 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(ResourceReference resourceReference, PageParameters parameters)
          Returns a URL that references a shared resource through the provided resource reference.
 

Constructors in org.apache.wicket with parameters of type PageParameters
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.
RestartResponseAtInterceptPageException(java.lang.Class<? extends Page> interceptPageClass, PageParameters parameters)
          Redirects to the specified intercept page, this will result in a bookmarkable redirect.
RestartResponseException(java.lang.Class<C> pageClass, PageParameters params)
          Redirects to the specified bookmarkable page with the given page parameters
 

Uses of PageParameters in org.apache.wicket.ajax
 

Methods in org.apache.wicket.ajax that return PageParameters
 PageParameters AjaxRequestTarget.getPageParameters()
           
 

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

Constructors in org.apache.wicket.authroles.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(PageParameters parameters)
          Construct.
 

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.diskstore
 

Constructors in org.apache.wicket.devutils.diskstore with parameters of type PageParameters
DiskStoreBrowserPage(PageParameters parameters)
          Construct.
 

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
 

Constructors in org.apache.wicket.examples with parameters of type PageParameters
WicketExamplePage(PageParameters pageParameters)
          Constructor
 

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

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

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

Constructors in org.apache.wicket.examples.authentication2 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.authentication3
 

Constructors in org.apache.wicket.examples.authentication3 with parameters of type PageParameters
MySignInPage(PageParameters parameters)
          Constructor
SignOut(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.
CheckBoxSelectorPage(PageParameters parameters)
          Constructor
 

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
SignOut(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.requestmapper
 

Constructors in org.apache.wicket.examples.requestmapper with parameters of type PageParameters
LocalizedPage(PageParameters pageParameters)
          Construct.
RequestMapperHomePage(PageParameters pageParameters)
          Construct.
 

Uses of PageParameters in org.apache.wicket.examples.requestmapper.packageMount
 

Constructors in org.apache.wicket.examples.requestmapper.packageMount with parameters of type PageParameters
PackageMountedPage(PageParameters pageParameters)
          Construct.
 

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

Methods in org.apache.wicket.examples.resourcedecoration with parameters of type PageParameters
 void GroupingAndFilteringHeaderResponse.renderCSSReference(ResourceReference reference, PageParameters pageParameters, java.lang.String media)
           
 

Constructors in org.apache.wicket.examples.resourcedecoration with parameters of type PageParameters
HomePage(PageParameters parameters)
          Construct.
 

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

Methods in org.apache.wicket.examples.source that return PageParameters
static PageParameters SourcesPage.generatePageParameters(java.lang.Class<? extends Page> clazz, java.lang.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.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
 

Methods in org.apache.wicket.markup.html with parameters of type PageParameters
 void IHeaderResponse.renderCSSReference(ResourceReference reference, PageParameters pageParameters, java.lang.String media)
          Writes a CSS reference with query parameters, if the specified reference hasn't been rendered yet.
 void DecoratingHeaderResponse.renderCSSReference(ResourceReference reference, PageParameters pageParameters, java.lang.String media)
           
 void IHeaderResponse.renderCSSReference(ResourceReference reference, PageParameters pageParameters, java.lang.String media, java.lang.String condition)
          Writes a conditional IE comment with a CSS reference with query parameters, if the specified reference hasn't been rendered yet.
 void DecoratingHeaderResponse.renderCSSReference(ResourceReference reference, PageParameters pageParameters, java.lang.String media, java.lang.String condition)
           
 void IHeaderResponse.renderJavaScriptReference(ResourceReference reference, PageParameters pageParameters, java.lang.String id)
          Writes a javascript reference with query parameters, if the specified reference hasn't been rendered yet.
 void DecoratingHeaderResponse.renderJavaScriptReference(ResourceReference reference, PageParameters pageParameters, java.lang.String id)
           
 void IHeaderResponse.renderJavaScriptReference(ResourceReference reference, PageParameters pageParameters, java.lang.String id, boolean defer)
          Writes a javascript reference with query parameters, if the specified reference hasn't been rendered yet.
 void DecoratingHeaderResponse.renderJavaScriptReference(ResourceReference reference, PageParameters pageParameters, java.lang.String id, boolean defer)
           
 void IHeaderResponse.renderJavaScriptReference(ResourceReference reference, PageParameters pageParameters, java.lang.String id, boolean defer, java.lang.String charset)
          Writes a javascript reference with query parameters, if the specified reference hasn't been rendered yet.
 void DecoratingHeaderResponse.renderJavaScriptReference(ResourceReference reference, PageParameters pageParameters, java.lang.String id, boolean defer, java.lang.String charset)
           
 

Constructors in org.apache.wicket.markup.html with parameters of type PageParameters
GenericWebPage(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.form
 

Methods in org.apache.wicket.markup.html.form with parameters of type PageParameters
 void ImageButton.setImageResourceReference(ResourceReference resourceReference, PageParameters parameters)
           
 

Constructors in org.apache.wicket.markup.html.form with parameters of type PageParameters
ImageButton(java.lang.String id, ResourceReference resourceReference, PageParameters resourceParameters)
          Constructs an image button from an image ResourceReference.
 

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

Methods in org.apache.wicket.markup.html.image with parameters of type PageParameters
 void Image.setImageResourceReference(ResourceReference resourceReference, PageParameters parameters)
           
 

Constructors in org.apache.wicket.markup.html.image with parameters of type PageParameters
Image(java.lang.String id, ResourceReference resourceReference, PageParameters resourceParameters)
          Constructs an image from an image resourcereference.
NonCachingImage(java.lang.String id, ResourceReference resourceReference, PageParameters resourceParameters)
          Construct.
 

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

Methods in org.apache.wicket.markup.html.image.resource with parameters of type PageParameters
 void LocalizedImageResource.onResourceRequested(PageParameters parameters)
           
 void LocalizedImageResource.setResourceReference(ResourceReference resourceReference, PageParameters resourceParameters)
           
 

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

Methods in org.apache.wicket.markup.html.internal with parameters of type PageParameters
 void HeaderResponse.renderCSSReference(ResourceReference reference, PageParameters pageParameters, java.lang.String media)
           
 void HeaderResponse.renderCSSReference(ResourceReference reference, PageParameters pageParameters, java.lang.String media, java.lang.String condition)
           
 void HeaderResponse.renderJavaScriptReference(ResourceReference reference, PageParameters pageParameters, java.lang.String id)
           
 void HeaderResponse.renderJavaScriptReference(ResourceReference reference, PageParameters pageParameters, java.lang.String id, boolean defer)
           
 void HeaderResponse.renderJavaScriptReference(ResourceReference reference, PageParameters pageParameters, java.lang.String id, boolean defer, java.lang.String charset)
           
 

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

Fields in org.apache.wicket.markup.html.link declared as PageParameters
protected  PageParameters BookmarkablePageLink.parameters
          The parameters to pass to the class constructor when instantiated.
 

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<C> pageClass, PageParameters parameters)
          Constructor.
InlineFrame(java.lang.String id, java.lang.Class<C> c, PageParameters params)
          Constructs an inline frame that instantiates the given Page class when the content of the inline frame is requested.
ResourceLink(java.lang.String id, ResourceReference resourceReference, PageParameters resourceParameters)
          Constructs an ResourceLink from an resourcereference.
 

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

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

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<C> 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
static void RequestUtils.decodeParameters(java.lang.String queryString, PageParameters params)
          Decode the provided queryString as a series of key/ value pairs and set them in the provided value map.
 

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

Methods in org.apache.wicket.request.component that return PageParameters
 PageParameters IRequestablePage.getPageParameters()
          Returns the PageParameters for the page.
 

Uses of PageParameters in org.apache.wicket.request.cycle
 

Methods in org.apache.wicket.request.cycle with parameters of type PageParameters
<C extends Page>
Url
RequestCycle.mapUrlFor(java.lang.Class<C> pageClass, PageParameters parameters)
          Returns a bookmarkable URL that references a given page class using a given set of page parameters.
 Url RequestCycle.mapUrlFor(ResourceReference reference, PageParameters params)
          Returns a Url for the resource reference
 void RequestCycle.setResponsePage(java.lang.Class<? extends IRequestablePage> pageClass, PageParameters parameters)
          Convenience method for setting next page to be rendered.
<C extends Page>
java.lang.CharSequence
RequestCycle.urlFor(java.lang.Class<C> pageClass, PageParameters parameters)
          Returns a rendered bookmarkable URL that references a given page class using a given set of page parameters.
 java.lang.CharSequence RequestCycle.urlFor(ResourceReference reference, PageParameters params)
          Returns a rendered Url for the resource reference
 

Uses of PageParameters in org.apache.wicket.request.handler
 

Methods in org.apache.wicket.request.handler that return PageParameters
 PageParameters RenderPageRequestHandler.getPageParameters()
          
 PageParameters PageProvider.getPageParameters()
           
 PageParameters ListenerInterfaceRequestHandler.getPageParameters()
           
 PageParameters IPageProvider.getPageParameters()
          Returns PageParameters of the page.
 PageParameters IPageClassRequestHandler.getPageParameters()
           
 PageParameters BookmarkablePageRequestHandler.getPageParameters()
           
 PageParameters BookmarkableListenerInterfaceRequestHandler.getPageParameters()
           
 

Constructors in org.apache.wicket.request.handler with parameters of type PageParameters
PageAndComponentProvider(java.lang.Class<? extends IRequestablePage> pageClass, PageParameters pageParameters, java.lang.String componentPath)
           
PageAndComponentProvider(int pageId, java.lang.Class<? extends IRequestablePage> pageClass, PageParameters pageParameters, java.lang.Integer renderCount, java.lang.String componentPath)
           
PageProvider(java.lang.Class<? extends IRequestablePage> pageClass, PageParameters pageParameters)
          Creates a new page provider object.
PageProvider(int pageId, java.lang.Class<? extends IRequestablePage> pageClass, PageParameters pageParameters, java.lang.Integer renderCount)
          Creates a new page provider object.
 

Uses of PageParameters in org.apache.wicket.request.handler.resource
 

Methods in org.apache.wicket.request.handler.resource that return PageParameters
 PageParameters ResourceRequestHandler.getPageParameters()
           
 PageParameters ResourceReferenceRequestHandler.getPageParameters()
           
 

Constructors in org.apache.wicket.request.handler.resource with parameters of type PageParameters
ResourceReferenceRequestHandler(ResourceReference resourceReference, PageParameters pageParameters)
          Construct.
ResourceRequestHandler(IResource resource, PageParameters pageParameters)
          Construct.
 

Uses of PageParameters in org.apache.wicket.request.mapper
 

Methods in org.apache.wicket.request.mapper that return PageParameters
protected  PageParameters AbstractMapper.extractPageParameters(Request request, int segmentsToSkip, IPageParametersEncoder encoder)
          Extracts PageParameters from the URL using the given IPageParametersEncoder .
 PageParameters AbstractBookmarkableMapper.UrlInfo.getPageParameters()
           
protected  PageParameters MountedMapper.newPageParameters()
           
 

Methods in org.apache.wicket.request.mapper with parameters of type PageParameters
protected  void ResourceMapper.addCachingDecoration(Url url, PageParameters parameters)
           
protected  Url AbstractMapper.encodePageParameters(Url url, PageParameters pageParameters, IPageParametersEncoder encoder)
          Encodes the given PageParameters to the URL using the given IPageParametersEncoder.
 IRequestablePage IPageSource.newPageInstance(java.lang.Class<? extends IRequestablePage> pageClass, PageParameters pageParameters)
          Creates new page instance of page with given class.
protected  IRequestHandler AbstractBookmarkableMapper.processBookmarkable(java.lang.Class<? extends IRequestablePage> pageClass, PageParameters pageParameters)
          Creates a IRequestHandler that processes a bookmarkable request.
protected  IRequestHandler AbstractBookmarkableMapper.processHybrid(PageInfo pageInfo, java.lang.Class<? extends IRequestablePage> pageClass, PageParameters pageParameters, java.lang.Integer renderCount)
          Creates a IRequestHandler that processes a hybrid request.
protected  IRequestHandler AbstractBookmarkableMapper.processListener(PageComponentInfo pageComponentInfo, java.lang.Class<? extends IRequestablePage> pageClass, PageParameters pageParameters)
          Creates a IRequestHandler that processes a listener request.
protected  void ResourceMapper.removeCachingDecoration(Url url, PageParameters parameters)
           
 

Constructors in org.apache.wicket.request.mapper with parameters of type PageParameters
AbstractBookmarkableMapper.UrlInfo(PageComponentInfo pageComponentInfo, java.lang.Class<? extends IRequestablePage> pageClass, PageParameters pageParameters)
          Construct.
 

Uses of PageParameters in org.apache.wicket.request.mapper.parameter
 

Methods in org.apache.wicket.request.mapper.parameter that return PageParameters
 PageParameters PageParameters.add(java.lang.String name, java.lang.Object value)
           
 PageParameters PageParameters.add(java.lang.String name, java.lang.Object value, int index)
           
 PageParameters PageParameters.clearIndexed()
           
 PageParameters PageParameters.clearNamed()
           
 PageParameters PageParametersEncoder.decodePageParameters(Request request)
           
 PageParameters IPageParametersEncoder.decodePageParameters(Request request)
          Decodes the given URL to PageParameters.
 PageParameters PageParameters.overwriteWith(PageParameters other)
          Copy the page parameters
 PageParameters PageParameters.remove(int index)
           
 PageParameters PageParameters.remove(java.lang.String name)
           
 PageParameters PageParameters.remove(java.lang.String name, java.lang.String... values)
           
 PageParameters PageParameters.set(int index, java.lang.Object object)
           
 PageParameters PageParameters.set(java.lang.String name, java.lang.Object value)
           
 PageParameters PageParameters.set(java.lang.String name, java.lang.Object value, int index)
           
 

Methods in org.apache.wicket.request.mapper.parameter with parameters of type PageParameters
 Url PageParametersEncoder.encodePageParameters(PageParameters pageParameters)
           
 Url IPageParametersEncoder.encodePageParameters(PageParameters pageParameters)
          Encode the given PageParameters instance into URL.
static boolean PageParameters.equals(PageParameters p1, PageParameters p2)
          Compares two PageParameters objects.
 PageParameters PageParameters.overwriteWith(PageParameters other)
          Copy the page parameters
 

Constructors in org.apache.wicket.request.mapper.parameter with parameters of type PageParameters
PageParameters(PageParameters copy)
          Copy constructor.
 

Uses of PageParameters in org.apache.wicket.request.resource
 

Methods in org.apache.wicket.request.resource that return PageParameters
 PageParameters IResource.Attributes.getParameters()
          Returns additional parameters extracted from the request.
 

Constructors in org.apache.wicket.request.resource with parameters of type PageParameters
IResource.Attributes(Request request, Response response, PageParameters parameters)
          Construct.
 

Uses of PageParameters in org.apache.wicket.resource.filtering
 

Methods in org.apache.wicket.resource.filtering with parameters of type PageParameters
 void HeaderResponseContainerFilteringHeaderResponse.renderCSSReference(ResourceReference reference, PageParameters pageParameters, java.lang.String media)
           
 void HeaderResponseContainerFilteringHeaderResponse.renderJavaScriptReference(ResourceReference reference, PageParameters pageParameters, java.lang.String id)
           
 

Uses of PageParameters in org.apache.wicket.session
 

Methods in org.apache.wicket.session with parameters of type PageParameters
<C extends IRequestablePage>
Page
DefaultPageFactory.newPage(java.lang.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
 void WicketTester.assertBookmarkablePageLink(java.lang.String id, java.lang.Class<? extends WebPage> pageClass, PageParameters parameters)
          Asserts that that the BookmarkablePageLink identified by "id" points to the page as expected - including parameters.
<T extends Page>
void
WicketTester.executeTest(java.lang.Class<?> testClass, java.lang.Class<T> pageClass, PageParameters parameters, java.lang.String filename)
          Use -Dwicket.replace.expected.results=true to automatically replace the expected output file.
<C extends Page>
C
BaseWicketTester.startPage(java.lang.Class<C> pageClass, PageParameters parameters)
          Renders a Page from its default constructor.
 ResourceReference BaseWicketTester.startResourceReference(ResourceReference reference, PageParameters pageParameters)
          Simulates a request to a mounted ResourceReference
 



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