Liferay 6.2-ce-ga5

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

Packages that use Router
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
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 BaseFriendlyURLMapper.getRouter()
           
 Router FriendlyURLMapper.getRouter()
          Returns the router for this friendly URL mapper
 

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

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.2-ce-ga5