Java com.liferay.portal.kernel.portlet FriendlyURLMapper fields, constructors, methods, implement or subclass

Example usage for Java com.liferay.portal.kernel.portlet FriendlyURLMapper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.liferay.portal.kernel.portlet FriendlyURLMapper.

The text is from its open source code.

Implementation

com.liferay.portal.kernel.portlet.FriendlyURLMapper has the following implementations.
Click this link to see all its implementation.

Method

StringgetMapping()
Returns the friendly URL mapping for this portlet.
RoutergetRouter()
Returns the router for this friendly URL mapper
voidpopulateParams(String friendlyURLPath, Map parameterMap, Map requestContext)
Populates the parameter map with values parsed from the friendly URL path.
voidsetMapping(String mapping)
Sets the friendly URL mapping for this portlet.
voidsetPortletId(String portletId)
Sets the ID of this portlet.
voidsetPortletInstanceable(boolean portletInstanceable)
Sets whether this portlet is instanceable.
voidsetRouter(Router router)
Sets the router for this friendly URL mapper.