com.jalios.util
Interface RegexpSubstitution
- All Known Implementing Classes: 
- WikiLinkSubstitution, WysiwygLinkSubstitution
- public interface RegexpSubstitution 
This interface is called by Util.replace(String,org.apache.oro.text.regex.Pattern,RegexpSubstitution).
- Since:
- jcms-6.0.0
- Author:
- Olivier Dedieu
| Method Summary | 
|  String | substitute(org.apache.oro.text.regex.MatchResult results)Returns the substitution for the given match.
 | 
 
substitute
String substitute(org.apache.oro.text.regex.MatchResult results)
- Returns the substitution for the given match.
 
- 
- Parameters:
- results- the result of the match
- Returns:
- the substitution for the given match.
- Since:
- jcms-6.0.0
 
Copyright © 2001-2007 Jalios SA. All Rights Reserved.