com.dotmarketing.filters
Class CMSFilter
java.lang.Object
com.dotmarketing.filters.CMSFilter
- All Implemented Interfaces:
- javax.servlet.Filter
- Direct Known Subclasses:
- CMSFilter
public class CMSFilter
- extends java.lang.Object
- implements javax.servlet.Filter
|
Method Summary |
static void |
addExclude(java.lang.String URLPattern)
|
void |
destroy()
|
void |
doFilter(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res,
javax.servlet.FilterChain chain)
|
static boolean |
excludeURI(java.lang.String uri)
|
void |
init(javax.servlet.FilterConfig config)
|
static void |
removeExclude(java.lang.String URLPattern)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CMSFilter
public CMSFilter()
destroy
public void destroy()
- Specified by:
destroy in interface javax.servlet.Filter
doFilter
public void doFilter(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res,
javax.servlet.FilterChain chain)
throws java.io.IOException,
javax.servlet.ServletException
- Specified by:
doFilter in interface javax.servlet.Filter
- Throws:
java.io.IOException
javax.servlet.ServletException
init
public void init(javax.servlet.FilterConfig config)
throws javax.servlet.ServletException
- Specified by:
init in interface javax.servlet.Filter
- Throws:
javax.servlet.ServletException
addExclude
public static void addExclude(java.lang.String URLPattern)
removeExclude
public static void removeExclude(java.lang.String URLPattern)
excludeURI
public static boolean excludeURI(java.lang.String uri)
Copyright © 2013 dotCMS Inc. All Rights Reserved.