Package | Description |
---|---|
org.zkoss.zk.ui.http |
HTTP relevant utilities and servlets for implementing
user interfaces (implementation only).
|
org.zkoss.zk.ui.util |
Utilities to handle user interfaces.
|
org.zkoss.zkmax.ui.util |
ZK EE utilities, such as utility to recycle desktops.
|
Modifier and Type | Method and Description |
---|---|
static void |
DesktopRecycles.afterService(DesktopRecycle dtrc,
Desktop desktop)
Called after serving a HTTP request.
|
static Desktop |
DesktopRecycles.beforeService(DesktopRecycle dtrc,
javax.servlet.ServletContext ctx,
Session sess,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String path)
Called before serving a HTTP request.
|
Modifier and Type | Method and Description |
---|---|
DesktopRecycle |
Configuration.getDesktopRecycle()
Returns the desktop recycle for this application, or null if not set.
|
DesktopRecycle |
Configuration.setDesktopRecycle(DesktopRecycle dtRecycle)
Sets the desktop recycler for this application, or null to disable it.
|
Modifier and Type | Method and Description |
---|---|
DesktopRecycle |
Configuration.setDesktopRecycle(DesktopRecycle dtRecycle)
Sets the desktop recycler for this application, or null to disable it.
|
Modifier and Type | Class and Description |
---|---|
class |
DesktopRecycle
Used to recycle the desktop if possible.
|
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.