Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


oracle.stellent.wcm.common.utils
Interface WCMCommonUtils.RegexAppendCallback

Enclosing class:
WCMCommonUtils

public static interface WCMCommonUtils.RegexAppendCallback

Allows a user to append/modify a buffer during a call to WCMCommonUtils.evaluateRegexWithCallback(java.lang.String, java.lang.String, oracle.stellent.wcm.common.utils.WCMCommonUtils.RegexAppendCallback)


Method Summary
 void appendReplacement(java.util.regex.Matcher matcher, java.lang.StringBuffer sb)
          Called during evaluation when a match is made

 

Method Detail

appendReplacement

void appendReplacement(java.util.regex.Matcher matcher,
                       java.lang.StringBuffer sb)
Called during evaluation when a match is made
Parameters:
matcher - the current matcher object
sb - the current string buffer to modify

Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.