Uses of Class
org.apache.wicket.request.mapper.parameter.PageParameters
-
-
Uses of PageParameters in org.apache.wicket
Methods in org.apache.wicket that return PageParameters Modifier and Type Method Description PageParameters
Page. getPageParameters()
ThePageParameters
object that was used to construct this page.Methods in org.apache.wicket with parameters of type PageParameters Modifier and Type Method Description <C extends IRequestablePage>
CIPageFactory. newPage(Class<C> pageClass, PageParameters parameters)
Creates a new Page, passing PageParameters to the Page constructor if such a constructor exists.IRequestablePage
DefaultMapperContext. newPageInstance(Class<? extends IRequestablePage> pageClass, PageParameters pageParameters)
<C extends IRequestablePage>
voidComponent. setResponsePage(Class<C> cls, PageParameters parameters)
Sets the page class and its parameters that will respond to this request<C extends Page>
CharSequenceComponent. urlFor(Class<C> pageClass, PageParameters parameters)
Returns a bookmarkable URL that references a given page class using a given set of page parameters.CharSequence
Component. urlFor(ResourceReference resourceReference, PageParameters parameters)
Returns a URL that references a shared resource through the provided resource reference.CharSequence
Component. urlForListener(Behavior behaviour, PageParameters parameters)
Gets a URL for the listener interface on a behavior (e.g.CharSequence
Component. urlForListener(PageParameters parameters)
Gets a URL for thisIRequestListener
.Constructors in org.apache.wicket with parameters of type PageParameters Constructor Description NonResettingRestartException(Class<? extends Page> pageClass, PageParameters params)
Constructor.NonResettingRestartException(Class<? extends Page> pageClass, PageParameters params, RenderPageRequestHandler.RedirectPolicy redirectPolicy)
Constructor.Page(PageParameters parameters)
ThePageParameters
parameter will be stored in this page and then those parameters will be used to create stateless links to this bookmarkable page.RestartResponseAtInterceptPageException(Class<? extends Page> interceptPageClass, PageParameters parameters)
Redirects to the specified intercept page, this will result in a bookmarkable redirect.RestartResponseException(Class<C> pageClass, PageParameters params)
Redirects to the specified bookmarkable page with the given page parameters -
Uses of PageParameters in org.apache.wicket.authorization
Methods in org.apache.wicket.authorization with parameters of type PageParameters Modifier and Type Method Description boolean
IAuthorizationStrategy.AllowAllAuthorizationStrategy. isResourceAuthorized(IResource resource, PageParameters pageParameters)
boolean
IAuthorizationStrategy. isResourceAuthorized(IResource resource, PageParameters parameters)
Checks whether a request with some parameters is allowed to a resource.void
IUnauthorizedResourceRequestListener. onUnauthorizedRequest(IResource resource, PageParameters parameters)
Called when a request to a given resource is not allowed -
Uses of PageParameters in org.apache.wicket.authorization.strategies
Methods in org.apache.wicket.authorization.strategies with parameters of type PageParameters Modifier and Type Method Description boolean
CompoundAuthorizationStrategy. isResourceAuthorized(IResource resource, PageParameters parameters)
-
Uses of PageParameters in org.apache.wicket.authroles.authentication.pages
Constructors in org.apache.wicket.authroles.authentication.pages with parameters of type PageParameters Constructor Description SignInPage(PageParameters parameters)
ConstructorSignOutPage(PageParameters parameters)
Constructor -
Uses of PageParameters in org.apache.wicket.authroles.authorization.strategies.role.annotations
Methods in org.apache.wicket.authroles.authorization.strategies.role.annotations with parameters of type PageParameters Modifier and Type Method Description boolean
AnnotationsRoleAuthorizationStrategy. isResourceAuthorized(IResource resource, PageParameters pageParameters)
-
Uses of PageParameters in org.apache.wicket.cdi
Methods in org.apache.wicket.cdi that return PageParameters Modifier and Type Method Description protected PageParameters
ConversationPropagator. getPageParameters(IRequestHandler handler)
Resolves page parameters from a request handler -
Uses of PageParameters in org.apache.wicket.core.request.handler
Methods in org.apache.wicket.core.request.handler that return PageParameters Modifier and Type Method Description PageParameters
AbstractPartialPageRequestHandler. getPageParameters()
PageParameters
BookmarkableListenerRequestHandler. getPageParameters()
PageParameters
BookmarkablePageRequestHandler. getPageParameters()
PageParameters
IPageClassRequestHandler. getPageParameters()
PageParameters
IPageProvider. getPageParameters()
ReturnsPageParameters
of the page.PageParameters
ListenerRequestHandler. getPageParameters()
PageParameters
PageProvider. getPageParameters()
PageParameters
RenderPageRequestHandler. getPageParameters()
Methods in org.apache.wicket.core.request.handler with parameters of type PageParameters Modifier and Type Method Description protected void
PageProvider. setPageParameters(PageParameters pageParameters)
Constructors in org.apache.wicket.core.request.handler with parameters of type PageParameters Constructor Description PageAndComponentProvider(Class<? extends IRequestablePage> pageClass, PageParameters pageParameters, String componentPath)
PageAndComponentProvider(Integer pageId, Class<? extends IRequestablePage> pageClass, PageParameters pageParameters, Integer renderCount, String componentPath)
PageAndComponentProvider(IRequestablePage page, IRequestableComponent component, PageParameters parameters)
PageProvider(Class<? extends IRequestablePage> pageClass, PageParameters pageParameters)
Creates a new page provider object.PageProvider(Integer pageId, Class<? extends IRequestablePage> pageClass, PageParameters pageParameters, Integer renderCount)
Creates a new page provider object.RenderPageRequestHandler(Class<? extends IRequestablePage> pageClass, PageParameters parameters)
Constructor. -
Uses of PageParameters in org.apache.wicket.core.request.handler.logger
Methods in org.apache.wicket.core.request.handler.logger that return PageParameters Modifier and Type Method Description PageParameters
PageLogData. getPageParameters()
PageParameters
ResourceReferenceLogData. getPageParameters()
-
Uses of PageParameters in org.apache.wicket.core.request.mapper
Methods in org.apache.wicket.core.request.mapper that return PageParameters Modifier and Type Method Description protected PageParameters
AbstractBookmarkableMapper. extractPageParameters(Request request, Url url)
Extracts the PageParameters from URL if there are anyPageParameters
AbstractBookmarkableMapper.UrlInfo. getPageParameters()
protected PageParameters
AbstractBookmarkableMapper. newPageParameters()
Methods in org.apache.wicket.core.request.mapper with parameters of type PageParameters Modifier and Type Method Description protected void
ResourceMapper. addCachingDecoration(Url url, PageParameters parameters)
IRequestablePage
IPageSource. newPageInstance(Class<? extends IRequestablePage> pageClass, PageParameters pageParameters)
Creates new page instance of page with given class.protected IRequestHandler
AbstractBookmarkableMapper. processBookmarkable(Class<? extends IRequestablePage> pageClass, PageParameters pageParameters)
Creates aIRequestHandler
that processes a bookmarkable request.protected IRequestHandler
AbstractBookmarkableMapper. processHybrid(PageInfo pageInfo, Class<? extends IRequestablePage> pageClass, PageParameters pageParameters, Integer renderCount)
Creates aIRequestHandler
that processes a hybrid request.protected IRequestHandler
AbstractBookmarkableMapper. processListener(PageComponentInfo pageComponentInfo, Class<? extends IRequestablePage> pageClass, PageParameters pageParameters)
Creates aIRequestHandler
that notifies anIRequestListener
.protected void
ResourceMapper. removeCachingDecoration(Url url, PageParameters parameters)
protected boolean
AbstractBookmarkableMapper. setPlaceholders(PageParameters parameters, Url url)
Replaces mandatory and optional parameters with their values.Constructors in org.apache.wicket.core.request.mapper with parameters of type PageParameters Constructor Description UrlInfo(PageComponentInfo pageComponentInfo, Class<? extends IRequestablePage> pageClass, PageParameters pageParameters)
Construct. -
Uses of PageParameters in org.apache.wicket.devutils
Constructors in org.apache.wicket.devutils with parameters of type PageParameters Constructor Description DevUtilsPage(PageParameters parameters)
Construct. -
Uses of PageParameters in org.apache.wicket.devutils.debugbar
Methods in org.apache.wicket.devutils.debugbar that return PageParameters Modifier and Type Method Description protected PageParameters
InspectorDebugPanel. getLinkPageParameters()
protected PageParameters
StandardDebugPanel. getLinkPageParameters()
-
Uses of PageParameters in org.apache.wicket.devutils.inspector
Constructors in org.apache.wicket.devutils.inspector with parameters of type PageParameters Constructor Description InspectorPage(PageParameters parameters)
Constructor. -
Uses of PageParameters in org.apache.wicket.devutils.pagestore
Constructors in org.apache.wicket.devutils.pagestore with parameters of type PageParameters Constructor Description PageStorePage(PageParameters parameters)
Construct. -
Uses of PageParameters in org.apache.wicket.extensions.ajax
Methods in org.apache.wicket.extensions.ajax with parameters of type PageParameters Modifier and Type Method Description void
AjaxDownloadBehavior. initiate(IPartialPageRequestHandler handler, PageParameters resourceParameters)
Call this method to initiate the download.Constructors in org.apache.wicket.extensions.ajax with parameters of type PageParameters Constructor Description AjaxDownloadBehavior(ResourceReference reference, PageParameters resourceParameters)
Download of aResourceReference
. -
Uses of PageParameters in org.apache.wicket.http2.markup.head
Methods in org.apache.wicket.http2.markup.head that return PageParameters Modifier and Type Method Description PageParameters
PushItem. getPageParameters()
Gets the page parametersMethods in org.apache.wicket.http2.markup.head with parameters of type PageParameters Modifier and Type Method Description PushItem
PushItem. setPageParameters(PageParameters pageParameters)
Sets the page parametersConstructors in org.apache.wicket.http2.markup.head with parameters of type PageParameters Constructor Description PushItem(Serializable object, PageParameters pageParameters)
Creates a push itemPushItem(Serializable object, PageParameters pageParameters, Map<String,PushItemHeaderValue> headers)
Creates a push item -
Uses of PageParameters in org.apache.wicket.markup.head
Methods in org.apache.wicket.markup.head that return PageParameters Modifier and Type Method Description PageParameters
CssReferenceHeaderItem. getPageParameters()
PageParameters
JavaScriptReferenceHeaderItem. getPageParameters()
Methods in org.apache.wicket.markup.head with parameters of type PageParameters Modifier and Type Method Description static MetaDataHeaderItem
HtmlImportHeaderItem. forImportLinkTag(Class<? extends Page> pageClass, PageParameters pageParameters)
Factory method to create lt;link> tag for html import.static MetaDataHeaderItem
HtmlImportHeaderItem. forImportLinkTag(Class<? extends Page> pageClass, PageParameters pageParameters, boolean async)
Factory method to create lt;link> tag for html import.static MetaDataHeaderItem
HtmlImportHeaderItem. forImportLinkTag(Class<? extends Page> pageClass, PageParameters pageParameters, String media)
Factory method to create lt;link> tag for html import.static MetaDataHeaderItem
HtmlImportHeaderItem. forImportLinkTag(Class<? extends Page> pageClass, PageParameters pageParameters, String media, boolean async)
Factory method to create lt;link> tag for html import.static MetaDataHeaderItem
HtmlImportHeaderItem. forImportLinkTag(Class<? extends Page> pageClass, PageParameters pageParameters, IModel<String> media)
Factory method to create lt;link> tag for html import.static MetaDataHeaderItem
HtmlImportHeaderItem. forImportLinkTag(Class<? extends Page> pageClass, PageParameters pageParameters, IModel<String> media, boolean async)
Factory method to create lt;link> tag for html import.static CssReferenceHeaderItem
CssHeaderItem. forReference(ResourceReference reference, PageParameters pageParameters, String media)
Creates aCssReferenceHeaderItem
for the given reference.static CssReferenceHeaderItem
CssHeaderItem. forReference(ResourceReference reference, PageParameters pageParameters, String media, String rel)
Creates aCssReferenceHeaderItem
for the given reference.static JavaScriptReferenceHeaderItem
JavaScriptHeaderItem. forReference(ResourceReference reference, PageParameters pageParameters, String id)
Creates aJavaScriptReferenceHeaderItem
for the given reference.Constructors in org.apache.wicket.markup.head with parameters of type PageParameters Constructor Description CssReferenceHeaderItem(ResourceReference reference, PageParameters pageParameters, String media)
Creates a newCSSReferenceHeaderItem
.CssReferenceHeaderItem(ResourceReference reference, PageParameters pageParameters, String media, String rel)
Creates a newCSSReferenceHeaderItem
.JavaScriptReferenceHeaderItem(ResourceReference reference, PageParameters pageParameters, String id)
Creates a newJavaScriptReferenceHeaderItem
. -
Uses of PageParameters in org.apache.wicket.markup.html
Constructors in org.apache.wicket.markup.html with parameters of type PageParameters Constructor Description 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 Modifier and Type Method Description void
ImageButton. setImageResourceReference(ResourceReference resourceReference, PageParameters parameters)
Constructors in org.apache.wicket.markup.html.form with parameters of type PageParameters Constructor Description ImageButton(String id, ResourceReference resourceReference, PageParameters resourceParameters)
Constructs an image button from an imageResourceReference
. -
Uses of PageParameters in org.apache.wicket.markup.html.image
Methods in org.apache.wicket.markup.html.image with parameters of type PageParameters Modifier and Type Method Description void
Image. setImageResourceReference(ResourceReference resourceReference, PageParameters parameters)
void
Image. setImageResourceReferences(PageParameters parameters, ResourceReference... resourceReferences)
Constructors in org.apache.wicket.markup.html.image with parameters of type PageParameters Constructor Description Image(String id, ResourceReference resourceReference, PageParameters resourceParameters, ResourceReference... resourceReferences)
Constructs an image from an image resourcereference.NonCachingImage(String id, ResourceReference resourceReference, PageParameters resourceParameters)
Construct.Source(String id, PageParameters resourceParameters, ResourceReference... resourceReferences)
Creates a source for a picture -
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 Modifier and Type Method Description void
LocalizedImageResource. onResourceRequested(PageParameters parameters)
void
LocalizedImageResource. setResourceReference(ResourceReference resourceReference, PageParameters resourceParameters)
-
Uses of PageParameters in org.apache.wicket.markup.html.link
Fields in org.apache.wicket.markup.html.link declared as PageParameters Modifier and Type Field Description 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 Modifier and Type Method Description PageParameters
BookmarkablePageLink. getPageParameters()
Constructors in org.apache.wicket.markup.html.link with parameters of type PageParameters Constructor Description BookmarkablePageLink(String id, Class<C> pageClass, PageParameters parameters)
Constructor.InlineFrame(String id, 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(String id, ResourceReference resourceReference, PageParameters resourceParameters)
Constructs an ResourceLink from an resourcereference. -
Uses of PageParameters in org.apache.wicket.markup.html.media
Methods in org.apache.wicket.markup.html.media that return PageParameters Modifier and Type Method Description PageParameters
MediaComponent. getPageParameters()
Gets the page parameter applied to the URL of the media componentPageParameters
Source. getPageParameters()
Gets the page parameter applied to the URL of the sourcePageParameters
Track. getPageParameters()
Gets the page parameter applied to the URL of the trackMethods in org.apache.wicket.markup.html.media with parameters of type PageParameters Modifier and Type Method Description void
MediaComponent. setPageParameters(PageParameters pageParameters)
Sets the page parameter applied to the URL of the media componentvoid
Source. setPageParameters(PageParameters pageParameters)
Sets the page parameter applied to the URL of the sourcevoid
Track. setPageParameters(PageParameters pageParameters)
Sets the page parameter applied to the URL of the trackConstructors in org.apache.wicket.markup.html.media with parameters of type PageParameters Constructor Description MediaComponent(String id, IModel<?> model, String url, PageParameters pageParameters)
Creates a media componentMediaComponent(String id, IModel<?> model, ResourceReference resourceReference, PageParameters pageParameters)
Creates a media componentMediaComponent(String id, ResourceReference resourceReference, PageParameters pageParameters)
Creates a media componentSource(String id, IModel<?> model, ResourceReference resourceReference, PageParameters pageParameters)
Creates a sourceSource(String id, ResourceReference resourceReference, PageParameters pageParameters)
Creates a sourceTrack(String id, IModel<?> model, ResourceReference resourceReference, PageParameters pageParameters)
Creates a trackTrack(String id, ResourceReference resourceReference, PageParameters pageParameters)
Creates a track -
Uses of PageParameters in org.apache.wicket.markup.html.media.audio
Constructors in org.apache.wicket.markup.html.media.audio with parameters of type PageParameters Constructor Description Audio(String id, String url, PageParameters pageParameters)
Creates an audio componentAudio(String id, IModel<?> model, String url, PageParameters pageParameters)
Creates an audio componentAudio(String id, IModel<?> model, ResourceReference resourceReference, PageParameters pageParameters)
Creates an audio componentAudio(String id, ResourceReference resourceReference, PageParameters pageParameters)
Creates an audio component -
Uses of PageParameters in org.apache.wicket.markup.html.media.video
Methods in org.apache.wicket.markup.html.media.video that return PageParameters Modifier and Type Method Description PageParameters
Video. getPosterPageParameters()
Gets the posters page parametersMethods in org.apache.wicket.markup.html.media.video with parameters of type PageParameters Modifier and Type Method Description void
Video. setPoster(ResourceReference poster, PageParameters posterPageParameters)
Sets the image to be displayed if the video isn't availablevoid
Video. setPosterPageParameters(PageParameters posterPageParameters)
Sets the posters page parametersConstructors in org.apache.wicket.markup.html.media.video with parameters of type PageParameters Constructor Description Video(String id, String url, PageParameters pageParameters)
Creates a video componentVideo(String id, IModel<?> model, String url, PageParameters pageParameters)
Creates a video componentVideo(String id, IModel<?> model, ResourceReference resourceReference, PageParameters pageParameters)
Creates a video componentVideo(String id, ResourceReference resourceReference, PageParameters pageParameters)
Creates a media component -
Uses of PageParameters in org.apache.wicket.markup.html.pages
Constructors in org.apache.wicket.markup.html.pages with parameters of type PageParameters Constructor Description AbstractErrorPage(PageParameters parameters)
-
Uses of PageParameters in org.apache.wicket.markup.resolver
Methods in org.apache.wicket.markup.resolver that return PageParameters Modifier and Type Method Description PageParameters
AutoLinkResolver.PathInfo. getPageParameters()
Gets pageParameters.Constructors in org.apache.wicket.markup.resolver with parameters of type PageParameters Constructor Description 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 Modifier and Type Method Description static void
RequestUtils. decodeParameters(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 Modifier and Type Method Description PageParameters
IRequestablePage. getPageParameters()
Returns thePageParameters
for the page. -
Uses of PageParameters in org.apache.wicket.request.cycle
Methods in org.apache.wicket.request.cycle with parameters of type PageParameters Modifier and Type Method Description <C extends Page>
UrlRequestCycle. mapUrlFor(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 aUrl
for the resource referencevoid
RequestCycle. setResponsePage(Class<? extends IRequestablePage> pageClass, PageParameters parameters)
Convenience method for setting next page to be rendered.void
RequestCycle. setResponsePage(Class<? extends IRequestablePage> pageClass, PageParameters parameters, RenderPageRequestHandler.RedirectPolicy redirectPolicy)
Convenience method for setting next page to be rendered.<C extends Page>
CharSequenceRequestCycle. urlFor(Class<C> pageClass, PageParameters parameters)
Returns a rendered bookmarkable URL that references a given page class using a given set of page parameters.CharSequence
RequestCycle. urlFor(ResourceReference reference, PageParameters params)
Returns a renderedUrl
for the resource reference -
Uses of PageParameters in org.apache.wicket.request.handler.resource
Methods in org.apache.wicket.request.handler.resource that return PageParameters Modifier and Type Method Description PageParameters
ResourceReferenceRequestHandler. getPageParameters()
PageParameters
ResourceRequestHandler. getPageParameters()
Constructors in org.apache.wicket.request.handler.resource with parameters of type PageParameters Constructor Description ResourceReferenceRequestHandler(ResourceReference resourceReference, PageParameters pageParameters)
Construct.ResourceRequestHandler(IResource resource, PageParameters parameters)
Construct. -
Uses of PageParameters in org.apache.wicket.request.mapper
Methods in org.apache.wicket.request.mapper that return PageParameters Modifier and Type Method Description protected PageParameters
AbstractMapper. extractPageParameters(Request request, int segmentsToSkip, IPageParametersEncoder encoder)
ExtractsPageParameters
from the URL using the givenIPageParametersEncoder
.Methods in org.apache.wicket.request.mapper with parameters of type PageParameters Modifier and Type Method Description protected Url
AbstractMapper. encodePageParameters(Url url, PageParameters pageParameters, IPageParametersEncoder encoder)
Encodes the givenPageParameters
to the URL using the givenIPageParametersEncoder
. -
Uses of PageParameters in org.apache.wicket.request.mapper.parameter
Methods in org.apache.wicket.request.mapper.parameter that return PageParameters Modifier and Type Method Description PageParameters
PageParameters. add(String name, Object value)
Adds a page parameter to these withname
andvalue
PageParameters
PageParameters. add(String name, Object value, int index, INamedParameters.Type type)
PageParameters
PageParameters. add(String name, Object value, INamedParameters.Type type)
PageParameters
PageParameters. clearIndexed()
PageParameters
PageParameters. clearNamed()
PageParameters
IPageParametersEncoder. decodePageParameters(Url url)
Decodes the given URL toPageParameters
.PageParameters
PageParametersEncoder. decodePageParameters(Url url)
PageParameters
UrlPathPageParametersEncoder. decodePageParameters(Url url)
PageParameters
PageParameters. mergeWith(PageParameters other)
Merges the page parameters into this, overwriting existing valuesPageParameters
PageParameters. overwriteWith(PageParameters other)
Copy the page parametersPageParameters
PageParameters. remove(int index)
PageParameters
PageParameters. remove(String name, String... values)
PageParameters
PageParameters. set(int index, Object object)
PageParameters
PageParameters. set(String name, Object value)
Sets the page parameter withname
andvalue
PageParameters
PageParameters. set(String name, Object value, int index)
Sets the page parameter withname
andvalue
at the givenindex
PageParameters
PageParameters. set(String name, Object value, int index, INamedParameters.Type type)
PageParameters
PageParameters. set(String name, Object value, INamedParameters.Type type)
PageParameters
PageParameters. setLocale(Locale locale)
Methods in org.apache.wicket.request.mapper.parameter with parameters of type PageParameters Modifier and Type Method Description Url
IPageParametersEncoder. encodePageParameters(PageParameters pageParameters)
Encode the givenPageParameters
instance into URL.Url
PageParametersEncoder. encodePageParameters(PageParameters pageParameters)
Url
UrlPathPageParametersEncoder. encodePageParameters(PageParameters params)
static boolean
PageParameters. equals(PageParameters p1, PageParameters p2)
Compares twoPageParameters
objects.PageParameters
PageParameters. mergeWith(PageParameters other)
Merges the page parameters into this, overwriting existing valuesPageParameters
PageParameters. overwriteWith(PageParameters other)
Copy the page parametersConstructors in org.apache.wicket.request.mapper.parameter with parameters of type PageParameters Constructor Description PageParameters(PageParameters copy)
Copy constructor. -
Uses of PageParameters in org.apache.wicket.request.resource
Methods in org.apache.wicket.request.resource that return PageParameters Modifier and Type Method Description PageParameters
IResource.Attributes. getParameters()
Returns additional parameters extracted from the request.Constructors in org.apache.wicket.request.resource with parameters of type PageParameters Constructor Description Attributes(Request request, Response response, PageParameters parameters)
Construct. -
Uses of PageParameters in org.apache.wicket.session
Methods in org.apache.wicket.session with parameters of type PageParameters Modifier and Type Method Description <C extends IRequestablePage>
CDefaultPageFactory. newPage(Class<C> pageClass, PageParameters parameters)
-
Uses of PageParameters in org.apache.wicket.settings
Methods in org.apache.wicket.settings with parameters of type PageParameters Modifier and Type Method Description protected String
DefaultUnauthorizedResourceRequestListener. createErrorMessage(IResource resource, PageParameters parameters)
void
DefaultUnauthorizedResourceRequestListener. onUnauthorizedRequest(IResource resource, PageParameters parameters)
-
Uses of PageParameters in org.apache.wicket.util.tester
Methods in org.apache.wicket.util.tester with parameters of type PageParameters Modifier and Type Method Description void
WicketTester. assertBookmarkablePageLink(String id, Class<? extends WebPage> pageClass, PageParameters parameters)
Asserts that that the BookmarkablePageLink identified by "id" points to the page as expected - including parameters.protected <T extends Page>
voidWicketTestCase. executeTest(Class<T> pageClass, PageParameters parameters, String filename)
Use-Dwicket.replace.expected.results=true
to automatically replace the expected output file.<T extends Page>
voidWicketTester. executeTest(Class<?> testClass, Class<T> pageClass, PageParameters parameters, String filename)
Use-Dwicket.replace.expected.results=true
to automatically replace the expected output file.<C extends Page>
CBaseWicketTester. startPage(Class<C> pageClass, PageParameters parameters)
Renders aPage
from its default constructor.ResourceReference
BaseWicketTester. startResourceReference(ResourceReference reference, PageParameters pageParameters)
Simulates a request to a mountedResourceReference
-