Class InvokerUtil


  • public class InvokerUtil
    extends Object
    InvokerUtil has utility methods needed by the Window Invoker
    • Field Detail

      • MARKUP_HEADERS

        public static String MARKUP_HEADERS
    • Constructor Detail

      • InvokerUtil

        public InvokerUtil()
    • Method Detail

      • setResponseProperties

        public static void setResponseProperties​(javax.servlet.http.HttpServletRequest request,
                                                 javax.servlet.http.HttpServletResponse response,
                                                 ResponseProperties responseProperties)
        Sets the response properties like cookies and headers in the HttpServletResponse and sets the markup header in Session so that it will be set in the tag in header.jsp
        Parameters:
        request - the HttpServletRequest object
        response - the HttpServletResponse object
        responseProperties - the ResponseProperties responseProperties object
      • clearResponseProperties

        public static void clearResponseProperties​(ResponseProperties responseProperties)
        Clears the response properties
        Parameters:
        responseProperties - the ResponseProperties responseProperties object