|
||||||||
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 | |
---|---|
String |
substituteMatch(String string,
Matcher matcher)
Should return the substitution for the current match of the matcher. |
Method Detail |
---|
String substituteMatch(String string, 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 |