| Package | Description |
|---|---|
| org.apache.naming.resources |
This package contains the resources directory context implemetation.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
FileDirContext.FileResource
This specialized resource implementation avoids opening the InputStream
to the file right away (which would put a lock on the file).
|
protected class |
WARDirContext.WARResource
This specialized resource implementation avoids opening the IputStream
to the WAR right away.
|
protected static class |
WebDirContext.JarResource
This specialized resource implementation avoids opening the InputStream
to the jar entry right away (which would put a lock on the jar file).
|
| Modifier and Type | Field and Description |
|---|---|
Resource |
CacheEntry.resource |
protected Resource |
DirContextURLConnection.resource
Associated resource.
|
Copyright © 2019. All rights reserved.