public class ServletContextHandler extends Object implements InvocationHandler
| Constructor and Description |
|---|
ServletContextHandler() |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentMap<ClassLoader,javax.servlet.ServletContext> |
getContexts() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowablepublic ConcurrentMap<ClassLoader,javax.servlet.ServletContext> getContexts()
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.