Liferay 6.1.2-ce-ga3

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

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

public class EditURLMatcher
extends PortletURLMatcher


Nested Class Summary
 
Nested classes/interfaces inherited from class com.liferay.portal.kernel.util.CallbackMatcher
CallbackMatcher.Callback
 
Constructor Summary
EditURLMatcher(PortletURL portletURL)
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.wiki.engines.mediawiki.matchers.PortletURLMatcher
replaceMatches
 
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

EditURLMatcher

public EditURLMatcher(PortletURL portletURL)

Liferay 6.1.2-ce-ga3