com.liferay.portlet
Class RouterImpl
java.lang.Object
com.liferay.portlet.RouterImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.portlet.Router
public class RouterImpl
- extends Object
- implements com.liferay.portal.kernel.portlet.Router
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RouterImpl
public RouterImpl()
RouterImpl
public RouterImpl(int size)
addRoute
public com.liferay.portal.kernel.portlet.Route addRoute(String pattern)
- Specified by:
addRoute
in interface com.liferay.portal.kernel.portlet.Router
parametersToUrl
public String parametersToUrl(Map<String,String> parameters)
- Specified by:
parametersToUrl
in interface com.liferay.portal.kernel.portlet.Router
urlToParameters
public boolean urlToParameters(String url,
Map<String,String> parameters)
- Specified by:
urlToParameters
in interface com.liferay.portal.kernel.portlet.Router