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 |
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.