org.apache.struts2
Class JSPLoader
java.lang.Object
org.apache.struts2.JSPLoader
public class JSPLoader
- extends Object
Uses jasper to extract a JSP from the classpath to a file and compile it. The classpath used for
compilation is built by finding all the jar files using the current class loader (Thread), plus
directories.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSPLoader
public JSPLoader()
load
public javax.servlet.Servlet load(String location)
throws Exception
- Throws:
Exception
getJarUrl
protected String getJarUrl(Class clazz)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.