Modifier and Type | Field and Description |
---|---|
static String |
copyright |
protected FilterConfig |
filterConfig |
static org.slf4j.Logger |
logger |
static String |
REQUEST_OGNL_ATTRIBUTE |
static String |
SERVLET_CONTEXT_OGNL_ATTRIBUTE |
protected ServletContext |
servletContext |
static String |
SESSION_OGNL_ATTRIBUTE |
Constructor and Description |
---|
ElementsFilter() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
doFilter(ServletRequest req,
ServletResponse res,
FilterChain filterChain) |
protected void |
doHttpFilter(HttpServletRequest req,
HttpServletResponse res,
FilterChain filterChain) |
void |
init(FilterConfig filterConfig) |
public static final String copyright
public static final String REQUEST_OGNL_ATTRIBUTE
public static final String SESSION_OGNL_ATTRIBUTE
public static final String SERVLET_CONTEXT_OGNL_ATTRIBUTE
protected FilterConfig filterConfig
protected ServletContext servletContext
public static final org.slf4j.Logger logger
public void init(FilterConfig filterConfig) throws ServletException
init
in interface Filter
ServletException
public void doFilter(ServletRequest req, ServletResponse res, FilterChain filterChain) throws IOException, ServletException
doFilter
in interface Filter
IOException
ServletException
protected void doHttpFilter(HttpServletRequest req, HttpServletResponse res, FilterChain filterChain) throws IOException, ServletException
IOException
ServletException