Liferay 6.1.2-ce-ga3

com.liferay.portlet.wiki.engines.mediawiki.matchers
Class DirectURLMatcher

java.lang.Object
  extended by com.liferay.portal.kernel.util.CallbackMatcher
      extended by com.liferay.portlet.wiki.engines.mediawiki.matchers.DirectURLMatcher

public class DirectURLMatcher
extends CallbackMatcher


Nested Class Summary
 
Nested classes/interfaces inherited from class com.liferay.portal.kernel.util.CallbackMatcher
CallbackMatcher.Callback
 
Constructor Summary
DirectURLMatcher(WikiPage page, String attachmentURLPrefix)
           
 
Method Summary
 String replaceMatches(CharSequence charSequence)
           
 
Methods inherited from class com.liferay.portal.kernel.util.CallbackMatcher
replaceMatches, setRegex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectURLMatcher

public DirectURLMatcher(WikiPage page,
                        String attachmentURLPrefix)
Method Detail

replaceMatches

public String replaceMatches(CharSequence charSequence)

Liferay 6.1.2-ce-ga3