Uses of Interface
com.jalios.util.RegexpSubstitution

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.
 



Copyright © 2001-2010 Jalios SA. All Rights Reserved.