org.jboss.cdi.tck.tests.decorators.builtin.http.session
Class HttpSessionDecorator1

java.lang.Object
  extended by org.jboss.cdi.tck.tests.decorators.builtin.http.session.HttpSessionDecorator1
All Implemented Interfaces:
Serializable, javax.servlet.http.HttpSession

@Decorator
public abstract class HttpSessionDecorator1
extends Object
implements javax.servlet.http.HttpSession, Serializable

Author:
Martin Kouba
See Also:
Serialized Form

Constructor Summary
HttpSessionDecorator1()
           
 
Method Summary
 long getLastAccessedTime()
           
 void invalidate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.http.HttpSession
getAttribute, getAttributeNames, getCreationTime, getId, getMaxInactiveInterval, getServletContext, getSessionContext, getValue, getValueNames, isNew, putValue, removeAttribute, removeValue, setAttribute, setMaxInactiveInterval
 

Constructor Detail

HttpSessionDecorator1

public HttpSessionDecorator1()
Method Detail

getLastAccessedTime

public long getLastAccessedTime()
Specified by:
getLastAccessedTime in interface javax.servlet.http.HttpSession

invalidate

public void invalidate()
Specified by:
invalidate in interface javax.servlet.http.HttpSession


Copyright © 2008-2013 Seam Framework. All Rights Reserved.