org.apache.struts2
Class JSPRuntime
java.lang.Object
org.apache.struts2.JSPRuntime
public abstract class JSPRuntime
- extends Object
Maintains a cache of jsp locations -> servlet instances for those jsps. When a jsp is requested
from the cache, the cache will block if the jsp was not compiled already, and wait for the compilation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
servletCache
protected static final ServletCache servletCache
JSPRuntime
public JSPRuntime()
clearCache
public static void clearCache()
handle
public static void handle(String location)
throws Exception
- Throws:
Exception
handle
public static void handle(String location,
boolean flush)
throws Exception
- Throws:
Exception
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.