Interface HtmlInjector

  • All Known Implementing Classes:
    ModalInjector

    public interface HtmlInjector
    Allows services to inject HTML content at arbitrary URLs.
    Author:
    jwhite
    • Method Detail

      • inject

        String inject​(javax.servlet.http.HttpServletRequest request)
               throws Exception
        Inject content into the current page.
        Parameters:
        request - the current HTTP request
        Returns:
        HTML content to inject, or null
        Throws:
        Exception