|
eXo Kernel :: Container 2.4.4-CLD | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.container.web.AbstractFilter
public abstract class AbstractFilter
This class is the root class of all the Filters that require an ExoContainer Created by The eXo Platform SAS Author : Nicolas Filotto nicolas.filotto@exoplatform.com 21 ao�t 2009
| Field Summary | |
|---|---|
protected javax.servlet.FilterConfig |
config
The filter configuration |
protected String |
servletContextName
The Servlet context name |
| Constructor Summary | |
|---|---|
AbstractFilter()
|
|
| Method Summary | |
|---|---|
protected void |
afterInit(javax.servlet.FilterConfig config)
Allows sub-classes to initialize |
protected ExoContainer |
getContainer()
|
protected javax.servlet.ServletContext |
getServletContext()
|
void |
init(javax.servlet.FilterConfig config)
|
protected boolean |
requirePortalEnvironment()
Indicates if it requires that a full portal environment must be set |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.Filter |
|---|
destroy, doFilter |
| Field Detail |
|---|
protected javax.servlet.FilterConfig config
protected String servletContextName
| Constructor Detail |
|---|
public AbstractFilter()
| Method Detail |
|---|
public final void init(javax.servlet.FilterConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Filterjavax.servlet.ServletException
protected void afterInit(javax.servlet.FilterConfig config)
throws javax.servlet.ServletException
config - the current filter configuration
javax.servlet.ServletExceptionprotected final ExoContainer getContainer()
ExoContainer that fits best with the current contextprotected boolean requirePortalEnvironment()
true if it requires the portal environment false otherwise.protected javax.servlet.ServletContext getServletContext()
ServletContext
|
eXo Kernel :: Container 2.4.4-CLD | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||