|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectthings.thinger.service.httptool.PageManager
public abstract class PageManager
A base page manager.
Version History
EPG - Initial - 17 NOV 07
Field Summary | |
---|---|
protected SystemInterface |
si
The system interface. |
Constructor Summary | |
---|---|
PageManager()
Constructor. |
Method Summary | |
---|---|
Page |
get(java.lang.String pageName)
Get an page implementation. |
abstract java.lang.String |
getErrorPageName()
Get the error page name. |
abstract void |
init_chain()
The initialization chain. |
void |
init(SystemInterface si)
Initialize the manager. |
abstract Page |
load(java.lang.String pageName)
Load a page by name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected SystemInterface si
Constructor Detail |
---|
public PageManager()
Method Detail |
---|
public abstract java.lang.String getErrorPageName()
public abstract Page load(java.lang.String pageName) throws java.lang.Throwable
pageName
- the name of the action.
java.lang.Throwable
- for any problem (except if it couldn't be found). This is usually fatal.public abstract void init_chain() throws ThingsException
ThingsException
- for any problem.public void init(SystemInterface si) throws ThingsException
ThingsException
- by the init_chain if applicable. The base will never throw it.public Page get(java.lang.String pageName) throws java.lang.Throwable
pageName
- the name of the action.
java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |