org.nanocontainer.nanowar.chain
Class ConsoleChainMonitor

java.lang.Object
  extended by org.nanocontainer.nanowar.chain.ConsoleChainMonitor
All Implemented Interfaces:
ChainMonitor

public class ConsoleChainMonitor
extends Object
implements ChainMonitor

Implementation of ChainMonitor that logs to console

Author:
Mauro Talevi

Constructor Summary
ConsoleChainMonitor()
           
 
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

ConsoleChainMonitor

public ConsoleChainMonitor()
Method Detail

filteringURL

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

Specified by:
filteringURL in interface ChainMonitor
See Also:
ChainMonitor.filteringURL(java.lang.String)

exceptionOccurred

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

Specified by:
exceptionOccurred in interface ChainMonitor
See Also:
ChainMonitor.exceptionOccurred(java.lang.Exception)

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
See Also:
ChainMonitor.pathAdded(java.lang.String, java.lang.String)


Copyright © 2003-2009 Codehaus. All Rights Reserved.