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

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

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

Author:
Jozef Hartinger
See Also:
Serialized Form

Constructor Summary
HttpSessionDecorator2()
           
 
Method Summary
 Object getAttribute(String name)
           
 long getLastAccessedTime()
           
 
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
getAttributeNames, getCreationTime, getId, getMaxInactiveInterval, getServletContext, getSessionContext, getValue, getValueNames, invalidate, isNew, putValue, removeAttribute, removeValue, setAttribute, setMaxInactiveInterval
 

Constructor Detail

HttpSessionDecorator2

public HttpSessionDecorator2()
Method Detail

getLastAccessedTime

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

getAttribute

public Object getAttribute(String name)
Specified by:
getAttribute in interface javax.servlet.http.HttpSession


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