- All Implemented Interfaces:
- URIResolver, org.springframework.beans.factory.Aware, org.springframework.web.context.ServletContextAware
public class ServletContextURIResolver
extends Object
implements URIResolver, org.springframework.web.context.ServletContextAware
Resolves URI's against the ServletContext (which has access to resources starting from the web app root such as /images).
We've decided to roll our own instead of using org.apache.fop.servlet.ServletContextURIResolver
because this
implementation does not require a servletcontext: prefix on all URI's.