Interface Resource

    • Method Summary

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

      • serveResource

        boolean serveResource​(String path,
                              javax.portlet.ResourceRequest request,
                              javax.portlet.ResourceResponse response)
                       throws IOException,
                              javax.portlet.PortletException
        serveResource.
        Parameters:
        path - a String object.
        request - a ResourceRequest object.
        response - a ResourceResponse object.
        Returns:
        a boolean.
        Throws:
        IOException - if any.
        javax.portlet.PortletException - if any.
      • createProperties

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