com.basecmp.core.servlets
Class DomainFilter
java.lang.Object
com.basecmp.core.servlets.DomainFilter
- public class DomainFilter
- extends java.lang.Object
Filter für Live-Webapp - setzt anhand der Request-URL die Session-Variablen
Domain-Id, Viewing-Domain und Client-Id.
Der Filter sollte vor allen anderen Filtern wie Login oder Caching
konfiguriert sein.
Created on 03.02.2005
- Author:
- Wolfgang
Schröder
|
Method Summary |
void |
destroy()
Zur Zeit leere Implementierung |
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
|
void |
init(FilterConfig filterConfig)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DomainFilter
public DomainFilter()
destroy
public void destroy()
- Zur Zeit leere Implementierung
doFilter
public void doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
throws java.io.IOException,
ServletException
- Throws:
java.io.IOException
ServletException
init
public void init(FilterConfig filterConfig)
throws ServletException
- Throws:
ServletException
Copyright © 2004 by basecmp® - Professional Web Solutions