org.jboss.seam.servlet.http
Class HttpSessionStatus

java.lang.Object
  extended by org.jboss.seam.servlet.http.HttpSessionStatus

@RequestScoped
public class HttpSessionStatus
extends java.lang.Object

A helper bean that can be injected to check the status of the HttpSession and acquiring it

Author:
Nicklas Karlsson

Constructor Summary
HttpSessionStatus()
           
 
Method Summary
 javax.servlet.http.HttpSession getOrCreate()
           
 boolean isActive()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpSessionStatus

public HttpSessionStatus()
Method Detail

isActive

public boolean isActive()

getOrCreate

public javax.servlet.http.HttpSession getOrCreate()


Copyright © 2010 Seam Framework. All Rights Reserved.