|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PageParameters | |
|---|---|
| wicket | The core Wicket package. |
| wicket.markup.html | Base package of HTML markup. |
| wicket.markup.html.link | Link components. |
| wicket.markup.html.pages | Default special purpose pages for error and feedback support. |
| wicket.markup.resolver | Resolvers implement the IComponentResolver interface and must be registered with the
application. |
| wicket.protocol.http.portlet | Wicket interface to the JSR-168 portlet API. |
| wicket.request.target.component | |
| wicket.session | |
| Uses of PageParameters in wicket |
|---|
| Fields in wicket declared as PageParameters | |
|---|---|
static PageParameters |
PageParameters.NULL
Null value for page parameters |
| Methods in wicket with parameters of type PageParameters | |
|---|---|
Page |
IPageFactory.newPage(java.lang.Class pageClass,
PageParameters parameters)
Creates a new Page, passing PageParameters to the Page constructor if such a constructor exists. |
Page |
Component.newPage(java.lang.Class c,
PageParameters parameters)
Creates a new page using the component's page factory |
void |
RequestCycle.setResponsePage(java.lang.Class pageClass,
PageParameters pageParameters)
Sets the page class with optionally the page parameters as the render target of this request. |
void |
Component.setResponsePage(java.lang.Class cls,
PageParameters parameters)
Sets the page class and its parameters that will respond to this request |
java.lang.CharSequence |
Component.urlFor(java.lang.Class pageClass,
PageParameters parameters)
Returns a bookmarkable URL that references a given page class using a given set of page parameters. |
java.lang.CharSequence |
RequestCycle.urlFor(PageMap pageMap,
java.lang.Class pageClass,
PageParameters parameters)
Returns a bookmarkable URL that references a given page class using a given set of page parameters. |
java.lang.CharSequence |
Component.urlFor(PageMap pageMap,
java.lang.Class pageClass,
PageParameters parameters)
Returns a bookmarkable URL that references a given page class using a given set of page parameters. |
| Constructors in wicket with parameters of type PageParameters | |
|---|---|
RestartResponseException(java.lang.Class pageClass,
PageParameters params)
Redirects to the specified bookmarkable page with the given page parameters |
|
| Uses of PageParameters in wicket.markup.html |
|---|
| Constructors in 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 wicket.markup.html.link |
|---|
| Constructors in wicket.markup.html.link with parameters of type PageParameters | |
|---|---|
BookmarkablePageLink(java.lang.String id,
java.lang.Class pageClass,
PageParameters parameters)
Constructor. |
|
| Uses of PageParameters in wicket.markup.html.pages |
|---|
| Constructors in wicket.markup.html.pages with parameters of type PageParameters | |
|---|---|
BrowserInfoPage(PageParameters parameters)
Bookmarkable constructor. |
|
| Uses of PageParameters in wicket.markup.resolver |
|---|
| Methods in wicket.markup.resolver that return PageParameters | |
|---|---|
PageParameters |
AutoLinkResolver.PathInfo.getPageParameters()
Gets pageParameters. |
| Constructors in wicket.markup.resolver with parameters of type PageParameters | |
|---|---|
AutoLinkResolver.AutolinkBookmarkablePageLink(java.lang.String id,
java.lang.Class pageClass,
PageParameters parameters,
java.lang.String anchor)
Construct |
|
| Uses of PageParameters in wicket.protocol.http.portlet |
|---|
| Constructors in wicket.protocol.http.portlet with parameters of type PageParameters | |
|---|---|
PortletPage(PageParameters parameters)
Constructor which receives wrapped query string parameters for a request. |
|
| Uses of PageParameters in wicket.request.target.component |
|---|
| Methods in wicket.request.target.component that return PageParameters | |
|---|---|
PageParameters |
IBookmarkablePageRequestTarget.getPageParameters()
Gets the optional page parameters. |
PageParameters |
BookmarkablePageRequestTarget.getPageParameters()
|
| Constructors in wicket.request.target.component with parameters of type PageParameters | |
|---|---|
BookmarkablePageRequestTarget(java.lang.Class pageClass,
PageParameters pageParameters)
Construct. |
|
BookmarkablePageRequestTarget(java.lang.String pageMapName,
java.lang.Class pageClass,
PageParameters pageParameters)
Construct. |
|
| Uses of PageParameters in wicket.session |
|---|
| Methods in wicket.session with parameters of type PageParameters | |
|---|---|
Page |
DefaultPageFactory.newPage(java.lang.Class pageClass,
PageParameters parameters)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||