Liferay 6.2-ce-ga5

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

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

public class ImageTagMatcher
extends CallbackMatcher


Nested Class Summary
 
Nested classes/interfaces inherited from class com.liferay.portal.kernel.util.CallbackMatcher
CallbackMatcher.Callback
 
Constructor Summary
ImageTagMatcher()
           
 
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

ImageTagMatcher

public ImageTagMatcher()
Method Detail

replaceMatches

public String replaceMatches(CharSequence charSequence)

Liferay 6.2-ce-ga5