yawda.controller
Class CController.CCache

java.lang.Object
  extended byyawda.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


Field Summary
 boolean attach
           
 Map container
           
 String contentType
           
 String etag
           
 String fileName
           
 String oldFileName
           
 String path
           
 long time
           
 String URI
           
 long value
           
 String viewName
           
 
Constructor Summary
CController.CCache()
           
 
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
 

Field Detail

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
Constructor Detail

CController.CCache

public CController.CCache()
Method Detail

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)