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

java.lang.Object
  extended by org.jboss.cdi.tck.tests.decorators.builtin.http.session.HttpSessionObserver

@RequestScoped
public class HttpSessionObserver
extends Object

Author:
Martin Kouba

Constructor Summary
HttpSessionObserver()
           
 
Method Summary
 boolean isDecorated()
           
 boolean isDestroyed()
           
 void setDecorated(boolean isDecorated)
           
 void setDestroyed(boolean isDestroyed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpSessionObserver

public HttpSessionObserver()
Method Detail

isDecorated

public boolean isDecorated()

setDecorated

public void setDecorated(boolean isDecorated)

isDestroyed

public boolean isDestroyed()

setDestroyed

public void setDestroyed(boolean isDestroyed)


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