|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.zk.ui.impl.AbstractUiFactory org.zkoss.zk.ui.http.SerializableUiFactory
public class SerializableUiFactory
The serializable implementation of UiFactory
.
The instances returned by newSession(org.zkoss.zk.ui.WebApp, java.lang.Object, java.lang.Object)
is serializable, such that
session can be stored when the Web server stops and restore after it starts.
Constructor Summary | |
---|---|
SerializableUiFactory()
|
Method Summary | |
---|---|
Session |
newSession(WebApp wapp,
java.lang.Object nativeSess,
java.lang.Object request)
Creates an instance of Session . |
Methods inherited from class org.zkoss.zk.ui.impl.AbstractUiFactory |
---|
getPageDefinition, getPageDefinitionDirectly, getPageDefinitionDirectly, getPageDefinitionDirectly, getRichlet, isRichlet, newComponent, newComponent, newComposer, newComposer, newDesktop, newPage, newPage, newServerPush, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SerializableUiFactory()
Method Detail |
---|
public Session newSession(WebApp wapp, java.lang.Object nativeSess, java.lang.Object request)
UiFactory
Session
.
wapp
- the web applicationnativeSess
- the native session depending on the Web server.
If HTTP is used, it is javax.servlet.http.HttpSession.request
- the original request. If HTTP, it is
javax.servlet.http.HttlServletRequest.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |