Class ServletContextURIResolver

java.lang.Object
org.apache.fop.servlet.ServletContextURIResolver
All Implemented Interfaces:
URIResolver

public class ServletContextURIResolver extends Object implements URIResolver
This class is a URIResolver implementation that provides access to resources in the WEB-INF directory of a web application using "servlet-content:" URIs.
  • Field Details

    • SERVLET_CONTEXT_PROTOCOL

      public static final String SERVLET_CONTEXT_PROTOCOL
      The protocol name for the servlet context URIs.
      See Also:
  • Constructor Details

    • ServletContextURIResolver

      public ServletContextURIResolver(javax.servlet.ServletContext servletContext)
      Main constructor
      Parameters:
      servletContext - the servlet context to access the resources through
  • Method Details