Package com.jalios.util
Interface RegexpSubstitution
-
- All Known Implementing Classes:
WikiLinkSubstitution,WysiwygLinkSubstitution
public interface RegexpSubstitutionThis interface is called byUtil.replace(String,org.apache.oro.text.regex.Pattern,RegexpSubstitution).- Since:
- jcms-6.0.0
- Author:
- Olivier Dedieu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringsubstitute(org.apache.oro.text.regex.MatchResult results)Returns the substitution for the given match.
-