public class RouterImpl
extends Object
implements com.liferay.portal.kernel.portlet.Router
Constructor and Description |
---|
RouterImpl() |
RouterImpl(int size) |
Modifier and Type | Method and Description |
---|---|
com.liferay.portal.kernel.portlet.Route |
addRoute(String pattern) |
List<com.liferay.portal.kernel.portlet.Route> |
getRoutes() |
String |
parametersToUrl(Map<String,String> parameters) |
boolean |
urlToParameters(String url,
Map<String,String> parameters) |
public com.liferay.portal.kernel.portlet.Route addRoute(String pattern)
addRoute
in interface com.liferay.portal.kernel.portlet.Router
public List<com.liferay.portal.kernel.portlet.Route> getRoutes()
getRoutes
in interface com.liferay.portal.kernel.portlet.Router
public String parametersToUrl(Map<String,String> parameters)
parametersToUrl
in interface com.liferay.portal.kernel.portlet.Router
public boolean urlToParameters(String url, Map<String,String> parameters)
urlToParameters
in interface com.liferay.portal.kernel.portlet.Router