|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.picocontainer.web.chain.ConsoleChainMonitor
public class ConsoleChainMonitor
Implementation of ChainMonitor that logs to console
| 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 |
|---|
public ConsoleChainMonitor()
| Method Detail |
|---|
public void filteringURL(String originalUrl)
ChainMonitor
filteringURL in interface ChainMonitorChainMonitor.filteringURL(java.lang.String)public void exceptionOccurred(Exception e)
ChainMonitor
exceptionOccurred in interface ChainMonitorChainMonitor.exceptionOccurred(java.lang.Exception)
public void pathAdded(String path,
String url)
ChainMonitor
pathAdded in interface ChainMonitorChainMonitor.pathAdded(java.lang.String, java.lang.String)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||