yawda.controller
Class CController.CCache
java.lang.Object
yawda.controller.CController.CCache
- All Implemented Interfaces:
- EventListener, javax.servlet.http.HttpSessionBindingListener
- Enclosing class:
- CController
- public static class CController.CCache
- extends Object
- implements javax.servlet.http.HttpSessionBindingListener
|
Method Summary |
void |
valueBound(javax.servlet.http.HttpSessionBindingEvent arg0)
|
void |
valueUnbound(javax.servlet.http.HttpSessionBindingEvent arg0)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
etag
public String etag
path
public String path
URI
public String URI
value
public long value
contentType
public String contentType
fileName
public String fileName
oldFileName
public String oldFileName
viewName
public String viewName
attach
public boolean attach
container
public Map container
time
public long time
CController.CCache
public CController.CCache()
valueBound
public void valueBound(javax.servlet.http.HttpSessionBindingEvent arg0)
- Specified by:
valueBound in interface javax.servlet.http.HttpSessionBindingListener
- See Also:
HttpSessionBindingListener.valueBound(javax.servlet.http.HttpSessionBindingEvent)
valueUnbound
public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent arg0)
- Specified by:
valueUnbound in interface javax.servlet.http.HttpSessionBindingListener
- See Also:
HttpSessionBindingListener.valueUnbound(javax.servlet.http.HttpSessionBindingEvent)