Package com.jalios.jcms.mashup
Class WikiLinkSubstitution
- java.lang.Object
 - 
- com.jalios.jcms.mashup.WikiLinkSubstitution
 
 
- 
- All Implemented Interfaces:
 RegexpSubstitution
public class WikiLinkSubstitution extends java.lang.Object implements RegexpSubstitution
This class resolves imported wiki links.- Since:
 - jcms-6.0.0
 - Author:
 - Olivier Dedieu
 
 
- 
- 
Constructor Summary
Constructors Constructor Description WikiLinkSubstitution(java.lang.String sourceName) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringsubstitute(org.apache.oro.text.regex.MatchResult results)Returns the substitution for the given match. 
 - 
 
- 
- 
Method Detail
- 
substitute
public java.lang.String substitute(org.apache.oro.text.regex.MatchResult results)
Description copied from interface:RegexpSubstitutionReturns the substitution for the given match.- Specified by:
 substitutein interfaceRegexpSubstitution- Parameters:
 results- the result of the match- Returns:
 - the substitution for the given match.
 
 
 - 
 
 -