Class HtmlInjectHandler


  • public class HtmlInjectHandler
    extends java.lang.Object
    Allows services to inject HTML content at arbitrary URLs.
    Author:
    jwhite
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String inject​(javax.servlet.http.HttpServletRequest request)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HtmlInjectHandler

        public HtmlInjectHandler()
    • Method Detail

      • inject

        public static java.lang.String inject​(javax.servlet.http.HttpServletRequest request)