| Package | Description |
|---|---|
| to.etc.domui.autotest | |
| to.etc.domui.component.menu | |
| to.etc.domui.component.misc | |
| to.etc.domui.log.tailer | |
| to.etc.domui.state | |
| to.etc.domui.testsupport |
| Modifier and Type | Method and Description |
|---|---|
void |
DomuiPageTester.addPage(Class<? extends UrlPage> page,
PageParameters pp) |
| Constructor and Description |
|---|
TestRequestResponse(TestServerSession session,
IDomUITestInfo info,
String requestURI,
PageParameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
PageParameters |
MenuItemImpl.getPageParameters() |
| Modifier and Type | Method and Description |
|---|---|
MenuItemImpl |
MenuItemImpl.setPageParameters(PageParameters pageParameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
ALink.setTargetParameters(PageParameters targetParameters) |
| Modifier and Type | Method and Description |
|---|---|
static PageParameters |
ServerLogPage.createParameters(IRequestContext ctx,
String path) |
| Modifier and Type | Method and Description |
|---|---|
static PageParameters |
PageParameters.createFrom(IRequestContext ctx)
Create this from an actual request.
|
static PageParameters |
PageParameters.createFromEncodedUrlString(String paramsAsString)
Create this from an string representation of params.
|
static PageParameters |
PageParameters.decodeParameters(String query)
Decode a http query string into a PageParameters instance.
|
PageParameters |
IPageParameters.getUnlockedCopy()
Creates copy of current PageParameters.
|
PageParameters |
PageParameters.getUnlockedCopy() |
| Modifier and Type | Method and Description |
|---|---|
static void |
PageParameters.applyChanges(PageParameters source,
PageParameters changes)
Apply changes to source.
|
String |
WindowSession.internalAttemptReload(javax.servlet.http.HttpSession hs,
Class<? extends UrlPage> clz2,
PageParameters pageParameters,
String oldWindowId)
This will try to resurrect a set of windows from a previously stored stack.
|
static void |
UIGoto.reload(PageParameters pp)
Destroy the current page, and reload a fresh copy with fresh new parameters.
|
Page |
WindowSession.tryToMakeOrGetPage(IRequestContext rctx,
Class<? extends UrlPage> clz,
PageParameters papa,
String action)
Get a valid Page, either from the shelve stack or some other location.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends UrlPage> |
TUtilDomUI.createBody(Class<T> clz,
PageParameters pp)
Create a page body from the specified class.
|
static UrlPage |
TUtilDomUI.createBody(PageParameters pp)
Create an empty UrlPage with page parameters.
|
static Page |
TUtilDomUI.createPage(Class<? extends UrlPage> clz,
PageParameters pp) |
Copyright © 2017 etc.to. All rights reserved.