Interface Action

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      de.mhus.lib.core.IProperties createProperties​(javax.portlet.ActionRequest request)
      createProperties.
      boolean processAction​(String path, javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)
      processAction.
    • Method Detail

      • processAction

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

        de.mhus.lib.core.IProperties createProperties​(javax.portlet.ActionRequest request)
        createProperties.
        Parameters:
        request - a ActionRequest object.
        Returns:
        a IProperties object.