|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SessionCache | |
|---|---|
| org.zkoss.zk.ui.http | HTTP relevant utilities and servlets for implementing user interfaces (implementation only). |
| org.zkoss.zk.ui.impl | Implementation of user interfaces and factories (implementation only). |
| org.zkoss.zk.ui.sys | Internal interfaces of user interfaces and factories (behind the scene). |
| Uses of SessionCache in org.zkoss.zk.ui.http |
|---|
| Classes in org.zkoss.zk.ui.http that implement SessionCache | |
|---|---|
class |
SimpleSessionCache
A simple implementation of SessionCache. |
| Uses of SessionCache in org.zkoss.zk.ui.impl |
|---|
| Methods in org.zkoss.zk.ui.impl that return SessionCache | |
|---|---|
SessionCache |
AbstractWebApp.getSessionCache()
|
| Methods in org.zkoss.zk.ui.impl with parameters of type SessionCache | |
|---|---|
void |
AbstractWebApp.setSessionCache(SessionCache cache)
|
| Uses of SessionCache in org.zkoss.zk.ui.sys |
|---|
| Methods in org.zkoss.zk.ui.sys that return SessionCache | |
|---|---|
SessionCache |
WebAppCtrl.getSessionCache()
Returns the session cache (never null). |
| Methods in org.zkoss.zk.ui.sys with parameters of type SessionCache | |
|---|---|
void |
WebAppCtrl.setSessionCache(SessionCache cache)
Sets the session cache for this Web application. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||