com.liferay.portlet
Class WAIFriendlyURLMapper

java.lang.Object
  extended bycom.liferay.portlet.WAIFriendlyURLMapper
All Implemented Interfaces:
com.liferay.portal.kernel.portlet.FriendlyURLMapper

public class WAIFriendlyURLMapper
extends java.lang.Object
implements com.liferay.portal.kernel.portlet.FriendlyURLMapper

View Source

Author:
Jorge Ferrer

Constructor Summary
WAIFriendlyURLMapper()
           
 
Method Summary
 java.lang.String buildPath(com.liferay.portal.kernel.portlet.LiferayPortletURL portletURL)
           
 java.lang.String getMapping()
           
protected  boolean hasBinaryExtension(java.lang.String friendlyURLPath)
           
 void populateParams(java.lang.String friendlyURLPath, java.util.Map params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WAIFriendlyURLMapper

public WAIFriendlyURLMapper()
Method Detail

getMapping

public java.lang.String getMapping()
Specified by:
getMapping in interface com.liferay.portal.kernel.portlet.FriendlyURLMapper

buildPath

public java.lang.String buildPath(com.liferay.portal.kernel.portlet.LiferayPortletURL portletURL)
Specified by:
buildPath in interface com.liferay.portal.kernel.portlet.FriendlyURLMapper

populateParams

public void populateParams(java.lang.String friendlyURLPath,
                           java.util.Map params)
Specified by:
populateParams in interface com.liferay.portal.kernel.portlet.FriendlyURLMapper

hasBinaryExtension

protected boolean hasBinaryExtension(java.lang.String friendlyURLPath)