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 Type
    Method
    Description
    execute(ActionMapping mapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
     
  • Method Details