|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegexpSubstitution | |
---|---|
com.jalios.jcms.mashup | Contains classes used for data Import/Export. |
com.jalios.util | Contains Jalios utility classes (Unix-like crypt class, RSS parser, mail utility, servlet utility, comparators and miscellaneous utility static methods). |
Uses of RegexpSubstitution in com.jalios.jcms.mashup |
---|
Classes in com.jalios.jcms.mashup that implement RegexpSubstitution | |
---|---|
class |
WikiLinkSubstitution
This class resolves imported wiki links. |
class |
WysiwygLinkSubstitution
This class resolves imported wysiwyg links. |
Uses of RegexpSubstitution in com.jalios.util |
---|
Methods in com.jalios.util with parameters of type RegexpSubstitution | |
---|---|
static String |
Util.replace(String text,
org.apache.oro.text.regex.Pattern pattern,
RegexpSubstitution substitution)
Replaces the given pattern in the given text with the given substitution function. |
static String |
Util.replace(String text,
String regexp,
RegexpSubstitution substitution)
Replaces the given regexp in the given text with the given substitution function. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |