Uses of Class
org.apache.wicket.request.mapper.parameter.PageParameters
Package
Description
The core Wicket package.
Contains classes that allow the user to specify authorization constraints
via IAuthorizationStrategy.
Classes that make debugging Wicket HTML applications easier.
Base package of HTML markup.
HTML Forms and form components.
Image components.
Resource support for image components.
Link components.
Default special purpose pages for error and feedback support.
Resolvers implement the
IComponentResolver
interface and must be registered with the
application.
HTTP implementation.
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
Modifier and TypeMethodDescriptionPage.getPageParameters()
ThePageParameters
object that was used to construct this page.Modifier and TypeMethodDescription<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.DefaultMapperContext.newPageInstance
(Class<? extends IRequestablePage> pageClass, PageParameters pageParameters) final <C extends IRequestablePage>
voidComponent.setResponsePage
(Class<C> cls, PageParameters parameters) Sets the page class and its parameters that will respond to this requestfinal <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.final CharSequence
Component.urlFor
(ResourceReference resourceReference, PageParameters parameters) Returns a URL that references a shared resource through the provided resource reference.final CharSequence
Component.urlForListener
(Behavior behaviour, PageParameters parameters) Gets a URL for the listener interface on a behavior (e.g.final CharSequence
Component.urlForListener
(PageParameters parameters) Gets a URL for thisIRequestListener
.ModifierConstructorDescriptionNonResettingRestartException
(Class<? extends Page> pageClass, PageParameters params) Constructor.NonResettingRestartException
(Class<? extends Page> pageClass, PageParameters params, RenderPageRequestHandler.RedirectPolicy redirectPolicy) Constructor.protected
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
Modifier and TypeMethodDescriptionboolean
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
Modifier and TypeMethodDescriptionboolean
CompoundAuthorizationStrategy.isResourceAuthorized
(IResource resource, PageParameters parameters) -
Uses of PageParameters in org.apache.wicket.authroles.authentication.pages
ModifierConstructorDescriptionSignInPage
(PageParameters parameters) ConstructorSignOutPage
(PageParameters parameters) Constructor -
Uses of PageParameters in org.apache.wicket.authroles.authorization.strategies.role.annotations
Modifier and TypeMethodDescriptionboolean
AnnotationsRoleAuthorizationStrategy.isResourceAuthorized
(IResource resource, PageParameters pageParameters) -
Uses of PageParameters in org.apache.wicket.cdi
Modifier and TypeMethodDescriptionprotected PageParameters
ConversationPropagator.getPageParameters
(IRequestHandler handler) Resolves page parameters from a request handler -
Uses of PageParameters in org.apache.wicket.core.request.handler
Modifier and TypeMethodDescriptionfinal PageParameters
AbstractPartialPageRequestHandler.getPageParameters()
BookmarkableListenerRequestHandler.getPageParameters()
BookmarkablePageRequestHandler.getPageParameters()
IPageClassRequestHandler.getPageParameters()
IPageProvider.getPageParameters()
ReturnsPageParameters
of the page.ListenerRequestHandler.getPageParameters()
PageProvider.getPageParameters()
RenderPageRequestHandler.getPageParameters()
Modifier and TypeMethodDescriptionprotected void
PageProvider.setPageParameters
(PageParameters pageParameters) ModifierConstructorDescriptionPageAndComponentProvider
(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
Modifier and TypeMethodDescriptionfinal PageParameters
PageLogData.getPageParameters()
final PageParameters
ResourceReferenceLogData.getPageParameters()
-
Uses of PageParameters in org.apache.wicket.core.request.mapper
Modifier and TypeMethodDescriptionprotected PageParameters
AbstractBookmarkableMapper.extractPageParameters
(Request request, Url url) Extracts the PageParameters from URL if there are anyAbstractBookmarkableMapper.UrlInfo.getPageParameters()
protected PageParameters
AbstractBookmarkableMapper.newPageParameters()
Modifier and TypeMethodDescriptionprotected void
ResourceMapper.addCachingDecoration
(Url url, PageParameters parameters) 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.ModifierConstructorDescriptionUrlInfo
(PageComponentInfo pageComponentInfo, Class<? extends IRequestablePage> pageClass, PageParameters pageParameters) Construct. -
Uses of PageParameters in org.apache.wicket.devutils
-
Uses of PageParameters in org.apache.wicket.devutils.debugbar
Modifier and TypeMethodDescriptionprotected PageParameters
InspectorDebugPanel.getLinkPageParameters()
protected PageParameters
StandardDebugPanel.getLinkPageParameters()
-
Uses of PageParameters in org.apache.wicket.devutils.inspector
-
Uses of PageParameters in org.apache.wicket.devutils.pagestore
-
Uses of PageParameters in org.apache.wicket.extensions.ajax
Modifier and TypeMethodDescriptionvoid
AjaxDownloadBehavior.initiate
(IPartialPageRequestHandler handler, PageParameters resourceParameters) Call this method to initiate the download.ModifierConstructorDescriptionAjaxDownloadBehavior
(ResourceReference reference, PageParameters resourceParameters) Download of aResourceReference
. -
Uses of PageParameters in org.apache.wicket.markup.head
Modifier and TypeMethodDescriptionCssReferenceHeaderItem.getPageParameters()
JavaScriptReferenceHeaderItem.getPageParameters()
Modifier and TypeMethodDescriptionstatic 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.JavaScriptHeaderItem.forReference
(ResourceReference reference, PageParameters pageParameters, String id) Creates aJavaScriptReferenceHeaderItem
for the given reference.ModifierConstructorDescriptionCssReferenceHeaderItem
(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
ModifierConstructorDescriptionprotected
GenericWebPage
(PageParameters parameters) Constructor which receives wrapped query string parameters for a request.protected
WebPage
(PageParameters parameters) Constructor which receives wrapped query string parameters for a request. -
Uses of PageParameters in org.apache.wicket.markup.html.form
Modifier and TypeMethodDescriptionvoid
ImageButton.setImageResourceReference
(ResourceReference resourceReference, PageParameters parameters) ModifierConstructorDescriptionImageButton
(String id, ResourceReference resourceReference, PageParameters resourceParameters) Constructs an image button from an imageResourceReference
. -
Uses of PageParameters in org.apache.wicket.markup.html.image
Modifier and TypeMethodDescriptionvoid
Image.setImageResourceReference
(ResourceReference resourceReference, PageParameters parameters) void
Image.setImageResourceReferences
(PageParameters parameters, ResourceReference... resourceReferences) ModifierConstructorDescriptionImage
(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
Modifier and TypeMethodDescriptionfinal void
LocalizedImageResource.onResourceRequested
(PageParameters parameters) final void
LocalizedImageResource.setResourceReference
(ResourceReference resourceReference, PageParameters resourceParameters) -
Uses of PageParameters in org.apache.wicket.markup.html.link
Modifier and TypeFieldDescriptionprotected PageParameters
BookmarkablePageLink.parameters
The parameters to pass to the class constructor when instantiated.ModifierConstructorDescriptionBookmarkablePageLink
(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
Modifier and TypeMethodDescriptionMediaComponent.getPageParameters()
Gets the page parameter applied to the URL of the media componentSource.getPageParameters()
Gets the page parameter applied to the URL of the sourceTrack.getPageParameters()
Gets the page parameter applied to the URL of the trackModifier and TypeMethodDescriptionvoid
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 trackModifierConstructorDescriptionMediaComponent
(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
ModifierConstructorDescriptionAudio
(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
Modifier and TypeMethodDescriptionVideo.getPosterPageParameters()
Gets the posters page parametersModifier and TypeMethodDescriptionvoid
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 parametersModifierConstructorDescriptionVideo
(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
-
Uses of PageParameters in org.apache.wicket.markup.resolver
Modifier and TypeMethodDescriptionfinal PageParameters
AutoLinkResolver.PathInfo.getPageParameters()
Gets pageParameters.ModifierConstructorDescriptionAutolinkBookmarkablePageLink
(String id, Class<C> pageClass, PageParameters parameters, String anchor) Construct -
Uses of PageParameters in org.apache.wicket.protocol.http
Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeMethodDescriptionIRequestablePage.getPageParameters()
Returns thePageParameters
for the page. -
Uses of PageParameters in org.apache.wicket.request.cycle
Modifier and TypeMethodDescriptionRequestCycle.mapUrlFor
(Class<C> pageClass, PageParameters parameters) Returns a bookmarkable URL that references a given page class using a given set of page parameters.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.final <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.final CharSequence
RequestCycle.urlFor
(ResourceReference reference, PageParameters params) Returns a renderedUrl
for the resource reference -
Uses of PageParameters in org.apache.wicket.request.handler.resource
Modifier and TypeMethodDescriptionResourceReferenceRequestHandler.getPageParameters()
ResourceRequestHandler.getPageParameters()
ModifierConstructorDescriptionResourceReferenceRequestHandler
(ResourceReference resourceReference, PageParameters pageParameters) Construct.ResourceRequestHandler
(IResource resource, PageParameters parameters) Construct. -
Uses of PageParameters in org.apache.wicket.request.mapper
Modifier and TypeMethodDescriptionprotected PageParameters
AbstractMapper.extractPageParameters
(Request request, int segmentsToSkip, IPageParametersEncoder encoder) ExtractsPageParameters
from the URL using the givenIPageParametersEncoder
.Modifier and TypeMethodDescriptionprotected 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
Modifier and TypeMethodDescriptionAdds a page parameter to these withname
andvalue
PageParameters.add
(String name, Object value, int index, INamedParameters.Type type) PageParameters.add
(String name, Object value, INamedParameters.Type type) PageParameters.clearIndexed()
PageParameters.clearNamed()
IPageParametersEncoder.decodePageParameters
(Url url) Decodes the given URL toPageParameters
.PageParametersEncoder.decodePageParameters
(Url url) UrlPathPageParametersEncoder.decodePageParameters
(Url url) PageParameters.mergeWith
(PageParameters other) Merges the page parameters into this, overwriting existing valuesPageParameters.overwriteWith
(PageParameters other) Copy the page parametersPageParameters.remove
(int index) Sets the page parameter withname
andvalue
Sets the page parameter withname
andvalue
at the givenindex
PageParameters.set
(String name, Object value, int index, INamedParameters.Type type) PageParameters.set
(String name, Object value, INamedParameters.Type type) Modifier and TypeMethodDescriptionIPageParametersEncoder.encodePageParameters
(PageParameters pageParameters) Encode the givenPageParameters
instance into URL.PageParametersEncoder.encodePageParameters
(PageParameters pageParameters) UrlPathPageParametersEncoder.encodePageParameters
(PageParameters params) static boolean
PageParameters.equals
(PageParameters p1, PageParameters p2) Compares twoPageParameters
objects.PageParameters.mergeWith
(PageParameters other) Merges the page parameters into this, overwriting existing valuesPageParameters.overwriteWith
(PageParameters other) Copy the page parameters -
Uses of PageParameters in org.apache.wicket.request.resource
Modifier and TypeMethodDescriptionIResource.Attributes.getParameters()
Returns additional parameters extracted from the request.ModifierConstructorDescriptionAttributes
(Request request, Response response, PageParameters parameters) Construct. -
Uses of PageParameters in org.apache.wicket.session
Modifier and TypeMethodDescriptionfinal <C extends IRequestablePage>
CDefaultPageFactory.newPage
(Class<C> pageClass, PageParameters parameters) -
Uses of PageParameters in org.apache.wicket.settings
Modifier and TypeMethodDescriptionprotected String
DefaultUnauthorizedResourceRequestListener.createErrorMessage
(IResource resource, PageParameters parameters) void
DefaultUnauthorizedResourceRequestListener.onUnauthorizedRequest
(IResource resource, PageParameters parameters) -
Uses of PageParameters in org.apache.wicket.util.tester
Modifier and TypeMethodDescriptionvoid
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.final <C extends Page>
CBaseWicketTester.startPage
(Class<C> pageClass, PageParameters parameters) Renders aPage
from its default constructor.BaseWicketTester.startResourceReference
(ResourceReference reference, PageParameters pageParameters) Simulates a request to a mountedResourceReference