Class Reviewed.DeleteReviewed

    • Method Detail

      • apply

        public Response<?> apply​(FileResource resource,
                                 Input input)
                          throws com.google.gwtorm.server.OrmException
        Description copied from interface: RestModifyView
        Process the view operation by altering the resource.
        Specified by:
        apply in interface RestModifyView<FileResource,​Input>
        Parameters:
        resource - resource to modify.
        input - input after parsing from request.
        Returns:
        result to return to the client. Use BinaryResult to avoid automatic conversion to JSON.
        Throws:
        com.google.gwtorm.server.OrmException