Uses of Interface
com.jalios.util.RegexpSubstitution
-
Packages that use RegexpSubstitution Package Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description static java.lang.String
Util. replace(java.lang.String text, java.lang.String regexp, RegexpSubstitution substitution)
Replaces the given regexp in the given text with the given substitution function.static java.lang.String
Util. replace(java.lang.String text, org.apache.oro.text.regex.Pattern pattern, RegexpSubstitution substitution)
Replaces the given pattern in the given text with the given substitution function.
-