Liferay 6.1.2-ce-ga3

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

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.ViewURLMatcher

public class ViewURLMatcher
extends PortletURLMatcher


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

ViewURLMatcher

public ViewURLMatcher(PortletURL portletURL)

Liferay 6.1.2-ce-ga3