Interface GenericHTTPHandler

    • Method Detail

      • getId

        java.lang.String getId()
        Get an identifier for this particular AdminBean. This id MUST conform to URI rules. The ID must also be unique across all HTTPHandlers.
        Returns:
        the identifier for the bean
      • doGet

        java.lang.String doGet​(Context context)
        Return basic HTML.
        Parameters:
        context - associated WikiContext
        Returns:
        the HTML for the bean
      • doPost

        java.lang.String doPost​(Context context)
        Handles a POST response.
        Parameters:
        context - associated WikiContext
        Returns:
        the response string resulting from the POST