Class ResourceLoadingProcessEnginesFilter

    • Constructor Detail

      • ResourceLoadingProcessEnginesFilter

        public ResourceLoadingProcessEnginesFilter()
    • Method Detail

      • getWebResourceContents

        protected java.lang.String getWebResourceContents​(java.lang.String name)
                                                   throws java.io.IOException
        Description copied from class: AbstractTemplateFilter
        Returns the string contents of a web resource with the given name. The resource must be static and text based.
        Overrides:
        getWebResourceContents in class AbstractTemplateFilter
        Parameters:
        name - the name of the resource
        Returns:
        the resource contents
        Throws:
        java.io.IOException
      • getResourceLoader

        public org.springframework.core.io.ResourceLoader getResourceLoader()
        Returns:
        the resourceLoader
      • setResourceLoader

        public void setResourceLoader​(org.springframework.core.io.ResourceLoader resourceLoader)
        Specified by:
        setResourceLoader in interface ResourceLoaderDependingFilter
        Parameters:
        resourceLoader - the resourceLoader to set
      • getWebappProperty

        public WebappProperty getWebappProperty()
        Returns:
        the webappProperty