Class GetComment

    • Method Detail

      • apply

        public CommentInfo apply​(CommentResource rsrc)
                          throws com.google.gwtorm.server.OrmException
        Description copied from interface: RestReadView
        Process the view operation by reading from the resource.
        Specified by:
        apply in interface RestReadView<CommentResource>
        Parameters:
        rsrc - resource to read.
        Returns:
        result to return to the client. Use BinaryResult to avoid automatic conversion to JSON.
        Throws:
        com.google.gwtorm.server.OrmException