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

void filteringURL(String originalUrl)
Filtering the original URL

Parameters:
originalUrl -

exceptionOccurred

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

Parameters:
e -

pathAdded

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

Parameters:
path -
url -


Copyright © 2003-2009 Codehaus. All Rights Reserved.