Liferay 6.0-ee-sp2

Uses of Interface
com.liferay.portal.kernel.servlet.URLEncoder

Packages that use URLEncoder
com.liferay.portal.kernel.portlet   
com.liferay.portal.model   
 

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

Methods in com.liferay.portal.kernel.portlet that return URLEncoder
 URLEncoder PortletBag.getURLEncoderInstance()
           
 

Uses of URLEncoder in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return URLEncoder
 URLEncoder PortletWrapper.getURLEncoderInstance()
          Gets the URL encoder instance of the portlet.
 URLEncoder Portlet.getURLEncoderInstance()
          Gets the URL encoder instance of the portlet.
 


Liferay 6.0-ee-sp2