Uses of Class
com.liferay.portal.struts.model.ActionForward
Packages that use ActionForward
Package
Description
-
Uses of ActionForward in com.liferay.portal.action
Methods in com.liferay.portal.action that return ActionForwardModifier and TypeMethodDescriptionLayoutAction.execute
(ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) LoginAction.execute
(ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) LogoutAction.execute
(ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) RenderPortletAction.execute
(ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) RESTProxyAction.execute
(ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) SessionClickAction.execute
(ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) SetupWizardAction.execute
(ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) TestAction.execute
(ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) TestRedirectAction.execute
(ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) UpdateEmailAddressAction.execute
(ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) UpdateLanguageAction.execute
(ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) UpdateLicenseAction.execute
(ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) UpdatePasswordAction.execute
(ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) UpdateReminderQueryAction.execute
(ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) UpdateTermsOfUseAction.execute
(ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) VerifyEmailAddressAction.execute
(ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) protected ActionForward
LayoutAction.processLayout
(ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, long plid) -
Uses of ActionForward in com.liferay.portal.struts
Methods in com.liferay.portal.struts that return ActionForwardModifier and TypeMethodDescriptionAction.execute
(ActionMapping mapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) ActionAdapter.execute
(ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) JSONAction.execute
(ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) -
Uses of ActionForward in com.liferay.portal.struts.model
Methods in com.liferay.portal.struts.model that return ActionForwardModifier and TypeMethodDescriptionActionMapping.getActionForward
(String name) ModuleConfig.getActionForward
(String name) Methods in com.liferay.portal.struts.model with parameters of type ActionForwardModifier and TypeMethodDescriptionvoid
ActionMapping.addActionForward
(ActionForward actionForward) void
ModuleConfig.addActionForward
(ActionForward actionForward)