Package com.liferay.portal.struts
Interface Action
- All Known Implementing Classes:
ActionAdapter
,JSONAction
,JSONServiceAction
,LayoutAction
,LoginAction
,LogoutAction
,RateEntryAction
,RenderPortletAction
,RESTProxyAction
,SessionClickAction
,SetupWizardAction
,TestAction
,TestRedirectAction
,UpdateEmailAddressAction
,UpdateLanguageAction
,UpdateLicenseAction
,UpdatePasswordAction
,UpdateReminderQueryAction
,UpdateTermsOfUseAction
,VerifyEmailAddressAction
public interface Action
- Author:
- Shuyang Zhou
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(ActionMapping mapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
-
Method Details
-
execute
ActionForward execute(ActionMapping mapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws Exception - Throws:
Exception
-