org.httpobjects.servlet
Interface PathMatchObserver


public interface PathMatchObserver


Field Summary
static PathMatchObserver DO_NOTHING
           
 
Method Summary
 void checkingPathAgainstPattern(String path, PathPattern pathPattern)
           
 void pathMatchedPattern(String path, PathPattern pathPattern)
           
 

Field Detail

DO_NOTHING

static final PathMatchObserver DO_NOTHING
Method Detail

checkingPathAgainstPattern

void checkingPathAgainstPattern(String path,
                                PathPattern pathPattern)

pathMatchedPattern

void pathMatchedPattern(String path,
                        PathPattern pathPattern)


Copyright © 2014. All Rights Reserved.