Uses of Interface
org.apache.wicket.page.IManageablePage
-
Packages that use IManageablePage Package Description org.apache.wicket The core Wicket package.org.apache.wicket.authroles.authentication.pages org.apache.wicket.devutils org.apache.wicket.devutils.inspector Classes that make debugging Wicket HTML applications easier.org.apache.wicket.devutils.pagestore org.apache.wicket.markup.html Base package of HTML markup.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.mock org.apache.wicket.page org.apache.wicket.pageStore org.apache.wicket.request.component 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 IManageablePage in org.apache.wicket
Classes in org.apache.wicket that implement IManageablePage Modifier and Type Class Description class
Page
Abstract base class for pages. -
Uses of IManageablePage in org.apache.wicket.authroles.authentication.pages
Classes in org.apache.wicket.authroles.authentication.pages that implement IManageablePage Modifier and Type Class Description class
SignInPage
A base class which provide standard functionality for sign in.class
SignOutPage
Simple sign out page. -
Uses of IManageablePage in org.apache.wicket.devutils
Classes in org.apache.wicket.devutils that implement IManageablePage Modifier and Type Class Description class
DevUtilsPage
All pages in the wicket-devutils package should extend this page so that they automatically get checked to make sure that the utilities are enabled in the application debug settings. -
Uses of IManageablePage in org.apache.wicket.devutils.inspector
Classes in org.apache.wicket.devutils.inspector that implement IManageablePage Modifier and Type Class Description class
InspectorPage
A page that shows interesting attributes of the Wicket environment, including the current session and the component tree for the current page.class
LiveSessionsPage
class
RequestsPage
-
Uses of IManageablePage in org.apache.wicket.devutils.pagestore
Classes in org.apache.wicket.devutils.pagestore that implement IManageablePage Modifier and Type Class Description class
PageStorePage
A page that shows the attributes (id, name, size) of the pages stored in the data stores. -
Uses of IManageablePage in org.apache.wicket.markup.html
Classes in org.apache.wicket.markup.html that implement IManageablePage Modifier and Type Class Description class
GenericWebPage<T>
AWebPage
with typesafe getters and setters for the model and its underlying objectclass
WebPage
Base class for HTML pages. -
Uses of IManageablePage in org.apache.wicket.markup.html.link
Classes in org.apache.wicket.markup.html.link that implement IManageablePage Modifier and Type Class Description static class
PopupCloseLink.ClosePopupPage
ClosePopupPage closes the popup window. -
Uses of IManageablePage in org.apache.wicket.markup.html.pages
Classes in org.apache.wicket.markup.html.pages that implement IManageablePage Modifier and Type Class Description class
AbstractErrorPage
A parent page for all pages that are used to show an error to the user.class
AccessDeniedPage
Page expired error page.class
BrowserInfoPage
This page uses a form post right after the page has loaded in the browser, using JavaScript or alternative means to detect and pass on settings to the embedded form.class
ExceptionErrorPage
Shows a runtime exception on a nice HTML page.class
InternalErrorPage
Internal error display page.class
PageExpiredErrorPage
Page expired error page.class
RedirectPage
Page that let the browser redirect. -
Uses of IManageablePage in org.apache.wicket.mock
Classes in org.apache.wicket.mock that implement IManageablePage Modifier and Type Class Description class
MockHomePage
Mock PageMethods in org.apache.wicket.mock that return IManageablePage Modifier and Type Method Description IManageablePage
MockPageManager. getPage(int id)
IManageablePage
MockPageStore. getPage(IPageContext context, int id)
Methods in org.apache.wicket.mock that return types with arguments of type IManageablePage Modifier and Type Method Description List<IManageablePage>
MockPageStore. getPages()
Methods in org.apache.wicket.mock with parameters of type IManageablePage Modifier and Type Method Description void
MockPageStore. addPage(IPageContext context, IManageablePage page)
void
MockPageManager. removePage(IManageablePage page)
void
MockPageStore. removePage(IPageContext context, IManageablePage page)
void
MockPageManager. touchPage(IManageablePage page)
void
MockPageManager. untouchPage(IManageablePage page)
-
Uses of IManageablePage in org.apache.wicket.page
Methods in org.apache.wicket.page that return IManageablePage Modifier and Type Method Description IManageablePage
IPageManager. getPage(int pageId)
Get a pageIManageablePage
PageManager. getPage(int pageId)
Methods in org.apache.wicket.page with parameters of type IManageablePage Modifier and Type Method Description void
IPageManager. removePage(IManageablePage page)
Remove a pagevoid
PageManager. removePage(IManageablePage page)
void
IPageManager. touchPage(IManageablePage page)
Add a page.void
PageManager. touchPage(IManageablePage page)
void
IPageManager. untouchPage(IManageablePage page)
Marks page as non-changed.void
PageManager. untouchPage(IManageablePage page)
-
Uses of IManageablePage in org.apache.wicket.pageStore
Classes in org.apache.wicket.pageStore that implement IManageablePage Modifier and Type Class Description class
SerializedPage
A wrapper around a serialized page.Methods in org.apache.wicket.pageStore that return IManageablePage Modifier and Type Method Description IManageablePage
InMemoryPageStore.IMemoryData. get(int id)
Get a page.IManageablePage
InMemoryPageStore.MemoryData. get(int pageId)
IManageablePage
InSessionPageStore.SessionData. get(int id)
IManageablePage
AbstractPersistentPageStore. getPage(IPageContext context, int id)
IManageablePage
AsynchronousPageStore. getPage(IPageContext context, int pageId)
IManageablePage
CachingPageStore. getPage(IPageContext context, int id)
Get the page from cache first.IManageablePage
CryptingPageStore. getPage(IPageContext context, int id)
IManageablePage
DelegatingPageStore. getPage(IPageContext context, int id)
IManageablePage
GroupingPageStore. getPage(IPageContext context, int id)
IManageablePage
InSessionPageStore. getPage(IPageContext context, int id)
IManageablePage
IPageStore. getPage(IPageContext context, int id)
Restores a page from storage.IManageablePage
NoopPageStore. getPage(IPageContext context, int id)
IManageablePage
RequestPageStore. getPage(IPageContext context, int id)
IManageablePage
SerializingPageStore. getPage(IPageContext context, int id)
protected abstract IManageablePage
AbstractPersistentPageStore. getPersistedPage(String sessionIdentifier, int id)
protected IManageablePage
DiskPageStore. getPersistedPage(String sessionIdentifier, int id)
protected IManageablePage
FilePageStore. getPersistedPage(String sessionIdentifier, int id)
protected IManageablePage
InMemoryPageStore. getPersistedPage(String sessionIdentifier, int id)
IManageablePage
InMemoryPageStore.IMemoryData. remove(int pageId)
Remove a page.IManageablePage
InMemoryPageStore.MemoryData. remove(int pageId)
IManageablePage
InMemoryPageStore.SizeLimitedData. remove(int pageId)
IManageablePage
InSessionPageStore.SessionData. remove(int pageId)
Methods in org.apache.wicket.pageStore that return types with arguments of type IManageablePage Modifier and Type Method Description Iterator<IManageablePage>
InMemoryPageStore.MemoryData. iterator()
Methods in org.apache.wicket.pageStore with parameters of type IManageablePage Modifier and Type Method Description void
InMemoryPageStore.CountLimitedData. add(IManageablePage page)
void
InMemoryPageStore.IMemoryData. add(IManageablePage page)
Add a page.void
InMemoryPageStore.MemoryData. add(IManageablePage page)
void
InMemoryPageStore.SizeLimitedData. add(IManageablePage page)
void
InSessionPageStore.SessionData. add(IManageablePage page)
void
AbstractPersistentPageStore. addPage(IPageContext context, IManageablePage page)
void
AsynchronousPageStore. addPage(IPageContext context, IManageablePage page)
void
CachingPageStore. addPage(IPageContext context, IManageablePage page)
void
CryptingPageStore. addPage(IPageContext context, IManageablePage page)
void
DelegatingPageStore. addPage(IPageContext context, IManageablePage page)
void
GroupingPageStore. addPage(IPageContext context, IManageablePage page)
void
InSessionPageStore. addPage(IPageContext context, IManageablePage page)
void
IPageStore. addPage(IPageContext context, IManageablePage page)
Stores the page-void
NoopPageStore. addPage(IPageContext context, IManageablePage page)
void
RequestPageStore. addPage(IPageContext context, IManageablePage page)
void
SerializingPageStore. addPage(IPageContext context, IManageablePage page)
protected abstract void
AbstractPersistentPageStore. addPersistedPage(String sessionIdentifier, IManageablePage page)
Add a page.protected void
DiskPageStore. addPersistedPage(String sessionIdentifier, IManageablePage page)
protected void
FilePageStore. addPersistedPage(String sessionIdentifier, IManageablePage page)
protected void
InMemoryPageStore. addPersistedPage(String sessionIdentifier, IManageablePage page)
protected String
GroupingPageStore. getGroup(IManageablePage page)
Get the group of a page, default is"default"
protected long
InMemoryPageStore. getSize(IManageablePage page)
Get the size of the given page.void
AbstractPersistentPageStore. removePage(IPageContext context, IManageablePage page)
void
AsynchronousPageStore. removePage(IPageContext context, IManageablePage page)
void
CachingPageStore. removePage(IPageContext context, IManageablePage page)
void
DelegatingPageStore. removePage(IPageContext context, IManageablePage page)
void
GroupingPageStore. removePage(IPageContext context, IManageablePage page)
void
InSessionPageStore. removePage(IPageContext context, IManageablePage page)
void
IPageStore. removePage(IPageContext context, IManageablePage page)
Removes a page from storage.void
NoopPageStore. removePage(IPageContext context, IManageablePage page)
void
RequestPageStore. removePage(IPageContext context, IManageablePage page)
protected abstract void
AbstractPersistentPageStore. removePersistedPage(String sessionIdentifier, IManageablePage page)
protected void
DiskPageStore. removePersistedPage(String sessionIdentifier, IManageablePage page)
protected void
FilePageStore. removePersistedPage(String sessionIdentifier, IManageablePage page)
protected void
InMemoryPageStore. removePersistedPage(String sessionIdentifier, IManageablePage page)
void
CachingPageStore. revertPage(IPageContext context, IManageablePage page)
void
DelegatingPageStore. revertPage(IPageContext context, IManageablePage page)
default void
IPageStore. revertPage(IPageContext context, IManageablePage page)
Revert adding a page - optional operation.void
RequestPageStore. revertPage(IPageContext context, IManageablePage page)
-
Uses of IManageablePage in org.apache.wicket.request.component
Subinterfaces of IManageablePage in org.apache.wicket.request.component Modifier and Type Interface Description interface
IRequestablePage
Base interface for pages. -
Uses of IManageablePage in org.apache.wicket.util.tester
Classes in org.apache.wicket.util.tester that implement IManageablePage Modifier and Type Class Description static class
BaseWicketTester.StartComponentInPage
A page that is used as the automatically created page forBaseWicketTester.startComponentInPage(Class)
and the other variations.class
DummyHomePage
A dummy home page, as required byWicketTester
.class
DummyPanelPage
A dummyPanel
Component.
-