org.pentaho.platform.web.http.session
Class PentahoSessionFactory

java.lang.Object
  extended by org.pentaho.platform.web.http.session.PentahoSessionFactory

public class PentahoSessionFactory
extends Object


Field Summary
static String PENTAHO_SESSION_KEY
           
 
Constructor Summary
PentahoSessionFactory()
           
 
Method Summary
static IPentahoSession getSession(String userName, javax.servlet.http.HttpSession session, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PENTAHO_SESSION_KEY

public static final String PENTAHO_SESSION_KEY
See Also:
Constant Field Values
Constructor Detail

PentahoSessionFactory

public PentahoSessionFactory()
Method Detail

getSession

public static IPentahoSession getSession(String userName,
                                         javax.servlet.http.HttpSession session,
                                         javax.servlet.http.HttpServletRequest request)