Class ClasspathConnectionFactory

java.lang.Object
org.faceless.publisher.resource.ClasspathConnectionFactory
All Implemented Interfaces:
URLConnectionFactory

public class ClasspathConnectionFactory extends Object implements URLConnectionFactory
A subclass of URLConnection for the custom "classpath" scheme, e.g.
  • classpath:data/default.css
  • classpath:/full/path;text/html;charset=utf-8
All URLs loaded by this Factory are trusted.