|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
IPageFactory.newPage(java.lang.Class<C> pageClass,
PageParameters parameters)
Creates a new Page, passing PageParameters to the Page constructor if such a constructor exists. |
|
|
Component.setResponsePage(java.lang.Class<C> cls,
PageParameters parameters)
Sets the page class and its parameters that will respond to this request |
|
|
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. |
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. |
|
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.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(PageParameters parameters)
|
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. |
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.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 |
---|
Constructors in org.apache.wicket.markup.html with parameters of type PageParameters | |
---|---|
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.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 | |
---|---|
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<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 | |
---|---|
void |
RequestCycle.setResponsePage(java.lang.Class<? extends IRequestablePage> pageClass,
PageParameters parameters)
Convenience method for setting next page to be rendered. |
Url |
RequestCycle.urlFor(ResourceReference reference,
PageParameters params)
Returns a 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 |
BookmarkableListenerInterfaceRequestHandler.getPageParameters()
|
PageParameters |
IPageClassRequestHandler.getPageParameters()
|
PageParameters |
IPageProvider.getPageParameters()
Returns PageParameters of the page. |
PageParameters |
BookmarkablePageRequestHandler.getPageParameters()
|
PageParameters |
RenderPageRequestHandler.getPageParameters()
|
PageParameters |
PageProvider.getPageParameters()
|
PageParameters |
ListenerInterfaceRequestHandler.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 |
ResourceReferenceRequestHandler.getPageParameters()
|
PageParameters |
ResourceRequestHandler.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 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. |
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 |
PageParametersEncoder.decodePageParameters(Request request)
|
PageParameters |
IPageParametersEncoder.decodePageParameters(Request request)
Decodes the given URL to PageParameters . |
Methods in org.apache.wicket.request.mapper.parameter with parameters of type PageParameters | |
---|---|
void |
PageParameters.assign(PageParameters other)
Copy the paga parameters |
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. |
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.session |
---|
Methods in org.apache.wicket.session with parameters of type PageParameters | ||
---|---|---|
|
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 | ||
---|---|---|
|
BaseWicketTester.startPage(java.lang.Class<C> pageClass,
PageParameters parameters)
Renders a Page from its default constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |