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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

RouteaddRoute(String pattern)
Generates a new route from its pattern string.
booleanurlToParameters(String url, Map parameters)
Parses a URL into a parameter map using the available routes.