public class ServletCache extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected ConcurrentMap<String,Future<javax.servlet.Servlet>> | cache | 
| Constructor and Description | 
|---|
| ServletCache() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | clear() | 
| javax.servlet.Servlet | get(String location) | 
| static RuntimeException | launderThrowable(Throwable t) | 
protected final ConcurrentMap<String,Future<javax.servlet.Servlet>> cache
public void clear()
public javax.servlet.Servlet get(String location) throws InterruptedException
InterruptedExceptionpublic static RuntimeException launderThrowable(Throwable t)
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.