Class ActionRequestHandler

  • All Implemented Interfaces:
    Action

    public class ActionRequestHandler
    extends Object
    implements Action
    ActionRequestHandler class.
    Version:
    $Id: $Id
    Author:
    mikehummel
    • Constructor Detail

      • ActionRequestHandler

        public ActionRequestHandler()
    • Method Detail

      • processAction

        public boolean processAction​(String path,
                                     javax.portlet.ActionRequest request,
                                     javax.portlet.ActionResponse response)
                              throws Exception
        processAction.
        Specified by:
        processAction in interface Action
        Parameters:
        path - a String object.
        request - a ActionRequest object.
        response - a ActionResponse object.
        Returns:
        a boolean.
        Throws:
        Exception - if any.
      • register

        public void register​(String name,
                             Action resource)
        register.
        Parameters:
        name - a String object.
        resource - a Action object.
      • unregister

        public void unregister​(String name)
        unregister.
        Parameters:
        name - a String object.
      • processAction

        public boolean processAction​(javax.portlet.ActionRequest request,
                                     javax.portlet.ActionResponse response)
                              throws Exception
        processAction.
        Parameters:
        request - a ActionRequest object.
        response - a ActionResponse object.
        Returns:
        a boolean.
        Throws:
        Exception - if any.
      • createProperties

        public de.mhus.lib.core.IProperties createProperties​(javax.portlet.ActionRequest request)
        createProperties.
        Specified by:
        createProperties in interface Action
        Parameters:
        request - a ActionRequest object.
        Returns:
        a IProperties object.