org.nanocontainer.nanowar.chain
Interface ChainMonitor

All Known Implementing Classes:
ConsoleChainMonitor

public interface ChainMonitor

Author:
Mauro Talevi

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
 

Method Detail

filteringURL

public void filteringURL(String originalUrl)
Filtering the original URL

Parameters:
originalUrl -

exceptionOccurred

public void exceptionOccurred(Exception e)
An exception occurred in the filter chain

Parameters:
e -

pathAdded

public void pathAdded(String path,
                      String url)
A path has been added from the original URL

Parameters:
path -
url -


Copyright © 2003-2006 Codehaus. All Rights Reserved.