Liferay 6.1.2-ce-ga3

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.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()
          Returns 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.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.1.2-ce-ga3