Liferay 6.2-ce-ga5

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, classes, utilities, wrappers, and annotated types. 
 

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