Liferay 7.0-ga1 portal-impl

com.liferay.portlet
Class RouterImpl

java.lang.Object
  extended by 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


Constructor Summary
RouterImpl()
           
RouterImpl(int size)
           
 
Method Summary
 com.liferay.portal.kernel.portlet.Route addRoute(String pattern)
           
 String parametersToUrl(Map<String,String> parameters)
           
 boolean urlToParameters(String url, Map<String,String> parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RouterImpl

public RouterImpl()

RouterImpl

public RouterImpl(int size)
Method Detail

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

Liferay 7.0-ga1 portal-impl