com.liferay.util.bridges.wai
Class WAIFriendlyURLMapper
java.lang.Object
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
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
router
protected com.liferay.portal.kernel.portlet.Router router
WAIFriendlyURLMapper
public WAIFriendlyURLMapper()
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)