| Package | Description |
|---|---|
| org.apache.catalina.servlets |
This package contains
Servlets that implement some of the
standard functionality provided by the Catalina servlet container. |
| org.apache.naming.resources |
This package contains the resources directory context implemetation.
|
| Modifier and Type | Field and Description |
|---|---|
protected ProxyDirContext |
DefaultServlet.resources
Proxy directory context.
|
| Modifier and Type | Field and Description |
|---|---|
protected ProxyDirContext |
ProxyDirContextFacade.dirContext
Associated DirContext.
|
| Modifier and Type | Method and Description |
|---|---|
ProxyDirContext |
ProxyDirContextFacade.getDirContext()
Return the actual directory context we are wrapping.
|
| Constructor and Description |
|---|
ProxyDirContextFacade(ProxyDirContext dirContext,
String path)
Builds a proxy directory context using the given environment.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.