Package com.atlassian.confluence.util
Interface RegExpProcessor.RegExpProcessorHandler
- 
- All Known Implementing Classes:
- LinkExtractor
 - Enclosing class:
- RegExpProcessor
 
 public static interface RegExpProcessor.RegExpProcessorHandler
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleMatch(StringBuffer stringBuffer, Matcher matcher, RegExpProcessor regExp)
 
- 
- 
- 
Method Detail- 
handleMatchvoid handleMatch(StringBuffer stringBuffer, Matcher matcher, RegExpProcessor regExp) 
 
- 
 
-