|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.anwrt.anycontent.authentication.filter.CMSFilter
This class is a generic filter between Tomcat and Cocoon. It will be used during authentification with CAS e.g.
| Constructor Summary | |
CMSFilter(Filter filter)
Constructor |
|
| Method Summary | |
void |
doFilter(java.util.Map objectModel,
Redirector redirect)
Applies the filter |
void |
init(java.util.Map map,
java.util.Map objectModel)
Enables to init deploy parameters using a FilterConfig |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CMSFilter(Filter filter)
filter - A filter to apply| Method Detail |
public void init(java.util.Map map,
java.util.Map objectModel)
throws ServletException
map - A map containing all filter parametersobjectModel - The object model of Cocoon
ServletException
public void doFilter(java.util.Map objectModel,
Redirector redirect)
throws ServletException,
java.io.IOException
objectModel - The object model of Cocoonredirect - The object Redirector of Cocoon
ServletException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||