|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WebAppCtrl
Additional interface of WebApp for implementation.
Note: applications shall never access this interface.
| Method Summary | |
|---|---|
void |
destroy()
Destroys this Web applicaiton. |
DesktopCache |
getDesktopCache(Session sess)
Returns the desktop cache. |
DesktopCacheProvider |
getDesktopCacheProvider()
Returns the desktop cache provider. |
FailoverManager |
getFailoverManager()
Returns the failover manager, or null if not available. |
IdGenerator |
getIdGenerator()
Returns the ID generator, or null if not available. |
UiEngine |
getUiEngine()
Returns the UI engine for this Web application (never null). |
UiFactory |
getUiFactory()
Returns the UI factory for this Web application (never null). |
void |
init(java.lang.Object context,
Configuration config)
Initializes this Web application. |
void |
sessionDidActivate(Session sess)
Notification that the session has just been activated (aka., deserialized). |
void |
sessionWillPassivate(Session sess)
Notification that the session is about to be passivated (aka., serialized). |
| Method Detail |
|---|
void init(java.lang.Object context,
Configuration config)
context - the servlet context, if servlets are used.
Currently, ZK supports only servlets. In the future there might be
more to support.config - the configuration (never null)void destroy()
Note; once destroyed, this instance cannot be used anymore.
UiEngine getUiEngine()
DesktopCache getDesktopCache(Session sess)
getDesktopCacheProvider()'s
DesktopCacheProvider.getDesktopCache(org.zkoss.zk.ui.Session).
DesktopCacheProvider getDesktopCacheProvider()
UiFactory getUiFactory()
FailoverManager getFailoverManager()
IdGenerator getIdGenerator()
void sessionWillPassivate(Session sess)
void sessionDidActivate(Session sess)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||