org.springframework.core.io.support.PathMatchingResourcePatternResolver ResourcePatternResolver implementation that applies Ant-style path matching, using Spring's PathMatcher class. <p>Locations can either be suitable for <code>ResourceLoader.getResource</code> (URLs like "file:C:/context.xml", pseudo-URLs like "classpath:/context.xml", relative fi ...
org.apache.jasper.compiler.ParserController Controller for the parsing of a JSP page. <p> The same ParserController instance is used for a JSP page and any JSP segments included by it (via an include directive), where each segment may be provided in standard or XML syntax. This class selects and invokes the appropriate parser for the ...