Liferay 6.0.5

Uses of Interface
com.liferay.portal.kernel.portlet.Router

Packages that use Router
com.liferay.portal.kernel.portlet   
com.liferay.portlet   
com.liferay.util.bridges.wai   
 

Uses of Router in com.liferay.portal.kernel.portlet
 

Fields in com.liferay.portal.kernel.portlet declared as Router
protected  Router BaseFriendlyURLMapper.router
           
 

Methods in com.liferay.portal.kernel.portlet that return Router
 Router FriendlyURLMapper.getRouter()
          Gets the router for this friendly URL mapper
 Router BaseFriendlyURLMapper.getRouter()
           
 

Methods in com.liferay.portal.kernel.portlet with parameters of type Router
 void FriendlyURLMapper.setRouter(Router router)
          Sets the router for this friendly URL mapper.
 void BaseFriendlyURLMapper.setRouter(Router router)
           
 

Uses of Router in com.liferay.portlet
 

Classes in com.liferay.portlet that implement Router
 class RouterImpl
           
 

Methods in com.liferay.portlet that return Router
protected  Router PortletBagFactory.newFriendlyURLRouter(Portlet portlet)
           
 

Uses of Router in com.liferay.util.bridges.wai
 

Fields in com.liferay.util.bridges.wai declared as Router
protected  Router WAIFriendlyURLMapper.router
           
 

Methods in com.liferay.util.bridges.wai that return Router
 Router WAIFriendlyURLMapper.getRouter()
           
 

Methods in com.liferay.util.bridges.wai with parameters of type Router
 void WAIFriendlyURLMapper.setRouter(Router router)
           
 


Liferay 6.0.5