JSecurity

org.jsecurity.web.servlet
Class ServletContextSupport

java.lang.Object
  extended by org.jsecurity.web.servlet.ServletContextSupport
Direct Known Subclasses:
OncePerRequestFilter

public class ServletContextSupport
extends Object

TODO - class javadoc

Since:
0.2
Author:
Les Hazlewood

Field Summary
static String HTTP_SESSION_MODE
           
static String JSECURITY_SESSION_MODE
           
static String SESSION_MODE_CONTEXT_PARAM_NAME
           
 
Constructor Summary
ServletContextSupport()
           
 
Method Summary
protected  void bind(String name, String key, Object value)
           
protected  Object getAttribute(String key)
           
protected  String getContextInitParam(String paramName)
           
 ServletContext getServletContext()
           
protected  void removeAttribute(String key)
           
protected  void setAttribute(String key, Object value)
           
 void setServletContext(ServletContext servletContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SESSION_MODE_CONTEXT_PARAM_NAME

public static final String SESSION_MODE_CONTEXT_PARAM_NAME
See Also:
Constant Field Values

HTTP_SESSION_MODE

public static final String HTTP_SESSION_MODE
See Also:
Constant Field Values

JSECURITY_SESSION_MODE

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

ServletContextSupport

public ServletContextSupport()
Method Detail

getServletContext

public ServletContext getServletContext()

setServletContext

public void setServletContext(ServletContext servletContext)

getContextInitParam

protected String getContextInitParam(String paramName)

setAttribute

protected void setAttribute(String key,
                            Object value)

getAttribute

protected Object getAttribute(String key)

removeAttribute

protected void removeAttribute(String key)

bind

protected void bind(String name,
                    String key,
                    Object value)

JSecurity

Copyright © 2004-2008 JSecurity.