org.jboss.seam.ui.facelet
Class HttpSessionManager

java.lang.Object
  extended by org.jboss.seam.ui.facelet.HttpSessionManager
All Implemented Interfaces:
Serializable

@Name(value="org.jboss.seam.ui.facelet.mockHttpSession")
@Scope(value=SESSION)
@BypassInterceptors
@Install(dependencies="org.jboss.seam.faces.renderer")
@AutoCreate
public class HttpSessionManager
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
HttpSessionManager()
           
 
Method Summary
 javax.servlet.http.HttpSession getSession()
           
static javax.servlet.http.HttpSession instance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpSessionManager

public HttpSessionManager()
Method Detail

getSession

@Unwrap
public javax.servlet.http.HttpSession getSession()

instance

public static javax.servlet.http.HttpSession instance()


Copyright © 2011 Seam Framework. All Rights Reserved.