Uses of Interface
com.atlassian.confluence.util.RegExpProcessor.RegExpProcessorHandler
-
Uses of RegExpProcessor.RegExpProcessorHandler in com.atlassian.confluence.links
Modifier and TypeClassDescriptionclass
TODO: Find out if we still need this for legacy imports or something like that. -
Uses of RegExpProcessor.RegExpProcessorHandler in com.atlassian.confluence.util
Modifier and TypeMethodDescriptionRegExpProcessor.process
(String input, RegExpProcessor.RegExpProcessorHandler handler) void
RegExpProcessor.setHandler
(RegExpProcessor.RegExpProcessorHandler handler) ModifierConstructorDescriptionRegExpProcessor
(String pattern, String substitute, boolean multiline, RegExpProcessor.RegExpProcessorHandler handler) RegExpProcessor
(String pattern, String substitute, RegExpProcessor.RegExpProcessorHandler handler)