Package com.atlassian.confluence.util
Interface RegExpProcessor.RegExpProcessorHandler
- All Known Implementing Classes:
LinkExtractor
- Enclosing class:
- RegExpProcessor
public static interface RegExpProcessor.RegExpProcessorHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleMatch
(StringBuffer stringBuffer, Matcher matcher, RegExpProcessor regExp)
-
Method Details
-
handleMatch
-