Package javax.portlet

Interface ActionRequest

  • All Superinterfaces:
    ClientDataRequest, PortletRequest
    All Known Implementing Classes:
    ActionRequestWrapper

    public interface ActionRequest
    extends ClientDataRequest
    The ActionRequest represents the request sent to the portlet to handle an action.
    It extends the ClientDataRequest interface and provides action request information to portlets.

    The portlet container creates an ActionRequest object and passes it as argument to the portlet's processAction method.

    See Also:
    ClientDataRequest
    • Field Detail

      • ACTION_NAME

        static final java.lang.String ACTION_NAME
        Predefined action name for usage with the @ProcessAction annotation.
        Since:
        2.0
        See Also:
        Constant Field Values