Liferay 6.0-ee

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

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

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.
 

Uses of URLEncoder in com.liferay.portal.model.impl
 

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

Uses of URLEncoder in com.liferay.portal.struts
 

Classes in com.liferay.portal.struts that implement URLEncoder
 class StrutsURLEncoder
           
 

Uses of URLEncoder in com.liferay.portlet
 

Methods in com.liferay.portlet that return URLEncoder
 URLEncoder PortletResponseImpl.getUrlEncoder()
           
 URLEncoder PortletBagImpl.getURLEncoderInstance()
           
protected  URLEncoder PortletBagFactory.newURLEncoder(Portlet portlet)
           
 

Methods in com.liferay.portlet with parameters of type URLEncoder
 void PortletResponseImpl.setURLEncoder(URLEncoder urlEncoder)
           
 

Constructors in com.liferay.portlet with parameters of type URLEncoder
PortletBagImpl(String portletName, javax.servlet.ServletContext servletContext, Portlet portletInstance, ConfigurationAction configurationActionInstance, Indexer indexerInstance, OpenSearch openSearchInstance, FriendlyURLMapper friendlyURLMapperInstance, URLEncoder urlEncoderInstance, PortletDataHandler portletDataHandlerInstance, PortletLayoutListener portletLayoutListenerInstance, PollerProcessor pollerProcessorInstance, MessageListener popMessageListenerInstance, SocialActivityInterpreter socialActivityInterpreterInstance, SocialRequestInterpreter socialRequestInterpreterInstance, WebDAVStorage webDAVStorageInstance, Method xmlRpcMethodInstance, ControlPanelEntry controlPanelEntryInstance, List<AssetRendererFactory> assetRendererFactoryInstances, List<CustomAttributesDisplay> customAttributesDisplayInstances, List<WorkflowHandler> workflowHandlerInstances, PreferencesValidator preferencesValidatorInstance, Map<String,ResourceBundle> resourceBundles)
           
 


Liferay 6.0-ee