Class AbstractWebResourceHandler

    • Field Detail

      • PROPERTIES_WEB_RESOURCE_PATTERN_PREFIX

        public static final java.lang.String PROPERTIES_WEB_RESOURCE_PATTERN_PREFIX
        See Also:
        Constant Field Values
      • PROPERTY_ACCESS_CONTROL_ALLOW_ORIGIN

        public static final java.lang.String PROPERTY_ACCESS_CONTROL_ALLOW_ORIGIN
        Boolean property to control the setting of the response header Access-Control-Allow-Origin to *
        See Also:
        Constant Field Values
    • Constructor Detail

      • AbstractWebResourceHandler

        public AbstractWebResourceHandler()
    • Method Detail

      • getResource

        public abstract WebResource getResource​(JasperReportsContext jasperReportsContext,
                                                javax.servlet.http.HttpServletRequest request,
                                                java.lang.String resource)