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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

voidaddGeneratedParameter(String name, String pattern)
Adds a generated parameter to this route.
voidaddIgnoredParameter(String name)
Adds an ignored parameter to this route.
voidaddImplicitParameter(String name, String value)
Adds an implicit parameter to this route.
voidaddOverriddenParameter(String name, String value)
Adds an overridden parameter to this route.
StringparametersToUrl(Map parameters)
Generates a URL from the parameter map if this route is appropriate.
booleanurlToParameters(String url, Map parameters)
Populates the parameter map with values parsed from the URL if this route matches.