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

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
 

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.