org.jsecurity.web.servlet
Class ServletContextSupport
java.lang.Object
org.jsecurity.web.servlet.ServletContextSupport
- Direct Known Subclasses:
- OncePerRequestFilter
public class ServletContextSupport
- extends Object
TODO - class javadoc
- Since:
- 0.2
- Author:
- Les Hazlewood
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ServletContextSupport
public ServletContextSupport()
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)
Copyright © 2004-2008 JSecurity.