Liferay 6.1.10-ee-ga1

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

Packages that use URLEncoder
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.model This package defines the portal model interfaces and classes, including SOAP and wrapper classes. 
 

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()
          Returns the URL encoder instance of the portlet.
 URLEncoder Portlet.getURLEncoderInstance()
          Returns the URL encoder instance of the portlet.
 


Liferay 6.1.10-ee-ga1