org.picocontainer.web.chain
Class SilentChainMonitor

java.lang.Object
  extended by org.picocontainer.web.chain.SilentChainMonitor
All Implemented Interfaces:
ChainMonitor

public class SilentChainMonitor
extends Object
implements ChainMonitor

chain monitor displaying nothing

Author:
Konstantin Priobluda

Constructor Summary
SilentChainMonitor()
           
 
Method Summary
 void exceptionOccurred(Exception e)
          An exception occurred in the filter chain
 void filteringURL(String originalUrl)
          Filtering the original URL
 void pathAdded(String path, String url)
          A path has been added from the original URL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SilentChainMonitor

public SilentChainMonitor()
Method Detail

filteringURL

public void filteringURL(String originalUrl)
Description copied from interface: ChainMonitor
Filtering the original URL

Specified by:
filteringURL in interface ChainMonitor

exceptionOccurred

public void exceptionOccurred(Exception e)
Description copied from interface: ChainMonitor
An exception occurred in the filter chain

Specified by:
exceptionOccurred in interface ChainMonitor

pathAdded

public void pathAdded(String path,
                      String url)
Description copied from interface: ChainMonitor
A path has been added from the original URL

Specified by:
pathAdded in interface ChainMonitor


Copyright © 2008. All Rights Reserved.