net.java.dev.moskito.web.filters
Class Path2UseCaseMapperFilter

java.lang.Object
  extended by net.java.dev.moskito.web.filters.Path2UseCaseMapperFilter
All Implemented Interfaces:
Filter

public class Path2UseCaseMapperFilter
extends Object
implements Filter


Field Summary
private static org.apache.log4j.Logger log
           
private  Map<String,String> path2useCaseMap
           
private  UseCaseManager useCaseManager
           
 
Constructor Summary
Path2UseCaseMapperFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest sreq, ServletResponse sres, FilterChain chain)
           
 void init(FilterConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static org.apache.log4j.Logger log

path2useCaseMap

private Map<String,String> path2useCaseMap

useCaseManager

private UseCaseManager useCaseManager
Constructor Detail

Path2UseCaseMapperFilter

public Path2UseCaseMapperFilter()
Method Detail

destroy

public void destroy()
Specified by:
destroy in interface Filter

doFilter

public void doFilter(ServletRequest sreq,
                     ServletResponse sres,
                     FilterChain chain)
              throws IOException,
                     ServletException
Specified by:
doFilter in interface Filter
Throws:
IOException
ServletException

init

public void init(FilterConfig config)
          throws ServletException
Specified by:
init in interface Filter
Throws:
ServletException


Copyright © 2006 MoSKito Project Team. All Rights Reserved.
MoSKito, the open source java monitoring framework