com.opensymphony.webwork.views.xslt
Class ServletURIResolver

java.lang.Object
  extended bycom.opensymphony.webwork.views.xslt.ServletURIResolver
All Implemented Interfaces:
URIResolver

public class ServletURIResolver
extends Object
implements URIResolver

Author:
Philipp Meier Date: 14.10.2003 Time: 16:50:06

Field Summary
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
ServletURIResolver(ServletContext sc)
           
 
Method Summary
 Source resolve(String href, String base)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.commons.logging.Log log
Constructor Detail

ServletURIResolver

public ServletURIResolver(ServletContext sc)
Method Detail

resolve

public Source resolve(String href,
                      String base)
               throws TransformerException
Specified by:
resolve in interface URIResolver
Throws:
TransformerException

WebWork Project Page