Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.kernel.servlet.DynamicServletRequest

Packages that use DynamicServletRequest
com.liferay.portal.servlet   
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
com.liferay.util.servlet   
 

Uses of DynamicServletRequest in com.liferay.portal.servlet
 

Subclasses of DynamicServletRequest in com.liferay.portal.servlet
 class NamespaceServletRequest
           This class ensures that portlet attributes and parameters are private to the portlet.
 

Uses of DynamicServletRequest in com.liferay.portlet
 

Methods in com.liferay.portlet with parameters of type DynamicServletRequest
protected  void PortletRequestImpl.mergePublicRenderParameters(DynamicServletRequest dynamicRequest, PortletPreferences preferences, long plid)
           
 

Uses of DynamicServletRequest in com.liferay.util.servlet
 

Subclasses of DynamicServletRequest in com.liferay.util.servlet
 class DynamicServletRequest
          Deprecated. As of 6.2.0, moved to DynamicServletRequest
 


Liferay 6.2-ce-ga5