Uses of Interface
org.zkoss.zk.ui.util.DesktopRecycle
-
Packages that use DesktopRecycle Package Description org.zkoss.zk.ui.http org.zkoss.zk.ui.util -
-
Uses of DesktopRecycle in org.zkoss.zk.ui.http
Methods in org.zkoss.zk.ui.http with parameters of type DesktopRecycle Modifier and Type Method Description static voidDesktopRecycles. afterService(DesktopRecycle dtrc, Desktop desktop)Called after serving a HTTP request.static DesktopDesktopRecycles. beforeService(DesktopRecycle dtrc, jakarta.servlet.ServletContext ctx, Session sess, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, java.lang.String path)Called before serving a HTTP request. -
Uses of DesktopRecycle in org.zkoss.zk.ui.util
Methods in org.zkoss.zk.ui.util that return DesktopRecycle Modifier and Type Method Description DesktopRecycleConfiguration. getDesktopRecycle()Returns the desktop recycle for this application, or null if not set.DesktopRecycleConfiguration. setDesktopRecycle(DesktopRecycle dtRecycle)Sets the desktop recycler for this application, or null to disable it.Methods in org.zkoss.zk.ui.util with parameters of type DesktopRecycle Modifier and Type Method Description DesktopRecycleConfiguration. setDesktopRecycle(DesktopRecycle dtRecycle)Sets the desktop recycler for this application, or null to disable it.
-