org.apache.fop.servlet
Class ServletContextURIResolver
java.lang.Object
org.apache.fop.servlet.ServletContextURIResolver
- URIResolver
public class ServletContextURIResolver
extends java.lang.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.
SERVLET_CONTEXT_PROTOCOL
public static final String SERVLET_CONTEXT_PROTOCOL
The protocol name for the servlet context URIs.
ServletContextURIResolver
public ServletContextURIResolver(ServletContext servletContext)
Main constructor
servletContext
- the servlet context to access the resources through
resolve
public Source resolve(String href,
String base)
throws TransformerException
javax.xml.transform.URIResolver.resolve(java.lang.String, java.lang.String)
resolveServletContextURI
protected Source resolveServletContextURI(String path)
throws TransformerException
Resolves the "servlet-context:" URI.
path
- the path part after the protocol (should start with a "/")
- the resolved Source or null if the resource was not found
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.