Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portlet.ActionRequestImpl

Packages that use ActionRequestImpl
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
 

Uses of ActionRequestImpl in com.liferay.portlet
 

Methods in com.liferay.portlet that return ActionRequestImpl
static ActionRequestImpl ActionRequestFactory.create(javax.servlet.http.HttpServletRequest request, Portlet portlet, InvokerPortlet invokerPortlet, PortletContext portletContext, WindowState windowState, PortletMode portletMode, PortletPreferences preferences, long plid)
           
 

Methods in com.liferay.portlet with parameters of type ActionRequestImpl
static ActionResponseImpl ActionResponseFactory.create(ActionRequestImpl actionRequestImpl, javax.servlet.http.HttpServletResponse response, String portletName, User user, Layout layout, WindowState windowState, PortletMode portletMode)
           
 


Liferay 6.1.2-ce-ga3