| 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). 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
WikiLinkSubstitution
This class resolves imported wiki links. 
 | 
class  | 
WysiwygLinkSubstitution
This class resolves imported wysiwyg links. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
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. 
 | 
Copyright © 2001-2018 Jalios SA. All Rights Reserved.