|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectthings.thinger.service.httptool.PageManager
things.thinger.service.httptool.stock.PageManager_Stock
public class PageManager_Stock
This is a stock implementation of the page manager.
All pages load from pages/ under the system universe.
Version History
EPG - Initial - 18 NOV 07
| Field Summary |
|---|
| Fields inherited from class things.thinger.service.httptool.PageManager |
|---|
si |
| Constructor Summary | |
|---|---|
PageManager_Stock()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getErrorPageName()
Get the error page name. |
void |
init_chain()
The initialization chain. |
Page |
load(java.lang.String pageName)
Load a page by name. |
| Methods inherited from class things.thinger.service.httptool.PageManager |
|---|
get, init |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PageManager_Stock()
| Method Detail |
|---|
public java.lang.String getErrorPageName()
getErrorPageName in class PageManager
public Page load(java.lang.String pageName)
throws java.lang.Throwable
load in class PageManagerpageName - the name of the action.
java.lang.Throwable - for any problem (except if it couldn't be found). This is usually fatal.
public void init_chain()
throws ThingsException
init_chain in class PageManagerThingsException - for any problem.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||