|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface I_CmsRegexSubstitution
Interface for generating a substitution for a pattern in a string.
Method Summary | |
---|---|
java.lang.String |
substituteMatch(java.lang.String string,
java.util.regex.Matcher matcher)
Should return the substitution for the current match of the matcher. |
Method Detail |
---|
java.lang.String substituteMatch(java.lang.String string, java.util.regex.Matcher matcher)
string
- the base string in which the match occurredmatcher
- the matcher which is currently being used
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |