org.pentaho.platform.web.http.session
Class SessionTempFileDeleter
java.lang.Object
org.pentaho.platform.engine.core.system.StandaloneTempFileDeleter
org.pentaho.platform.web.http.session.SessionTempFileDeleter
- All Implemented Interfaces:
- Serializable, EventListener, javax.servlet.http.HttpSessionBindingListener, ITempFileDeleter
public class SessionTempFileDeleter
- extends StandaloneTempFileDeleter
- implements javax.servlet.http.HttpSessionBindingListener, Serializable, ITempFileDeleter
- See Also:
- Serialized Form
Method Summary |
void |
valueBound(javax.servlet.http.HttpSessionBindingEvent event)
|
void |
valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
|
SessionTempFileDeleter
public SessionTempFileDeleter()
valueBound
public void valueBound(javax.servlet.http.HttpSessionBindingEvent event)
- Specified by:
valueBound
in interface javax.servlet.http.HttpSessionBindingListener
valueUnbound
public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
- Specified by:
valueUnbound
in interface javax.servlet.http.HttpSessionBindingListener