Liferay 7.0-ce-b8 util-bridges

com.liferay.util.bridges.wai
Class WAIFriendlyURLMapper

java.lang.Object
  extended by com.liferay.util.bridges.wai.WAIFriendlyURLMapper
All Implemented Interfaces:
com.liferay.portal.kernel.portlet.FriendlyURLMapper

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


Field Summary
protected  com.liferay.portal.kernel.portlet.Router router
           
 
Constructor Summary
WAIFriendlyURLMapper()
           
 
Method Summary
 String buildPath(com.liferay.portal.kernel.portlet.LiferayPortletURL liferayPortletURL)
           
 String getMapping()
           
 String getPortletId()
           
 com.liferay.portal.kernel.portlet.Router getRouter()
           
protected  boolean hasBinaryExtension(String friendlyURLPath)
           
 boolean isCheckMappingWithPrefix()
           
 boolean isPortletInstanceable()
           
 void populateParams(String friendlyURLPath, Map<String,String[]> parameterMap, Map<String,Object> requestContext)
           
 void setMapping(String mapping)
           
 void setPortletId(String portletId)
           
 void setPortletInstanceable(boolean portletInstanceable)
           
 void setRouter(com.liferay.portal.kernel.portlet.Router router)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

router

protected com.liferay.portal.kernel.portlet.Router router
Constructor Detail

WAIFriendlyURLMapper

public WAIFriendlyURLMapper()
Method Detail

buildPath

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

getMapping

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

getPortletId

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

getRouter

public com.liferay.portal.kernel.portlet.Router getRouter()
Specified by:
getRouter in interface com.liferay.portal.kernel.portlet.FriendlyURLMapper

isCheckMappingWithPrefix

public boolean isCheckMappingWithPrefix()
Specified by:
isCheckMappingWithPrefix in interface com.liferay.portal.kernel.portlet.FriendlyURLMapper

isPortletInstanceable

public boolean isPortletInstanceable()
Specified by:
isPortletInstanceable in interface com.liferay.portal.kernel.portlet.FriendlyURLMapper

populateParams

public void populateParams(String friendlyURLPath,
                           Map<String,String[]> parameterMap,
                           Map<String,Object> requestContext)
Specified by:
populateParams in interface com.liferay.portal.kernel.portlet.FriendlyURLMapper

setMapping

public void setMapping(String mapping)
Specified by:
setMapping in interface com.liferay.portal.kernel.portlet.FriendlyURLMapper

setPortletId

public void setPortletId(String portletId)
Specified by:
setPortletId in interface com.liferay.portal.kernel.portlet.FriendlyURLMapper

setPortletInstanceable

public void setPortletInstanceable(boolean portletInstanceable)
Specified by:
setPortletInstanceable in interface com.liferay.portal.kernel.portlet.FriendlyURLMapper

setRouter

public void setRouter(com.liferay.portal.kernel.portlet.Router router)
Specified by:
setRouter in interface com.liferay.portal.kernel.portlet.FriendlyURLMapper

hasBinaryExtension

protected boolean hasBinaryExtension(String friendlyURLPath)

Liferay 7.0-ce-b8 util-bridges