| Package | Description |
|---|---|
| com.revolsys.ui.html.builder | |
| com.revolsys.ui.web.config |
| Modifier and Type | Method and Description |
|---|---|
Page |
HtmlUiBuilder.getPage(String path) |
protected Page |
HtmlUiBuilder.getPage(String prefix,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Page> |
HtmlUiBuilder.getPagesByName() |
| Modifier and Type | Method and Description |
|---|---|
void |
HtmlUiBuilder.setPages(Collection<Page> pages) |
void |
HtmlUiBuilder.setPagesByName(Map<String,Page> pagesByName) |
| Modifier and Type | Method and Description |
|---|---|
Page |
WebUiContext.getPage() |
Page |
PageStore.getPage(String path)
Get a page by the path name (eg subPage, /absolute/page or relativePage).
|
Page |
Page.getPage(String name) |
Page |
Config.getPage(String path) |
Page |
Config.getPageByName(String pageName) |
Page |
Page.getParent() |
Page |
IafConfigXmlProcessor.processPage(XMLStreamReader parser) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Page> |
Page.getPathMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
Page.addPage(Page page) |
void |
Config.addPage(Page page) |
String |
Config.getPath(Page page) |
void |
WebUiContext.setPage(Page page) |
void |
Layout.setPage(Page page) |
void |
Component.setPage(Page page) |
void |
Page.setParent(Page parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
Page.setPathMap(Map<String,Page> pathMap) |
| Constructor and Description |
|---|
Page(Page page) |
WebUiContext(Config config,
String contextPath,
Page page,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.