org.apache.naming.resources |
This package contains the resources directory context implemetation.
This includes :
- A CacheDirContext which handles caching and acts as a proxy for the real
resources context
- A FileDirContext, an implementation of DirContext to access the
filesystem
|
Java Source File Name | Type | Comment |
BaseDirContext.java | Class | Directory Context implementation helper class.
author: Remy Maucherat version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (mar., 24 oct. |
CacheEntry.java | Class | Implements a cache entry. |
Constants.java | Class | Static constants for this package. |
DirContextURLConnection.java | Class | Connection to a JNDI directory context.
Note: All the object attribute names are the WebDAV names, not the HTTP
names, so this class overrides some methods from URLConnection to do the
queries using the right names. |
DirContextURLStreamHandler.java | Class | Stream handler to a JNDI directory context. |
DirContextURLStreamHandlerFactory.java | Class | Factory for Stream handlers to a JNDI directory context. |
FileDirContext.java | Class | Filesystem Directory Context implementation helper class.
author: Remy Maucherat version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (mar., 24 oct. |
ImmutableNameNotFoundException.java | Class | Immutable exception to avoid useless object creation by the proxy context.
This should be used only by the proxy context. |
ProxyDirContext.java | Class | Proxy Directory Context implementation.
author: Remy Maucherat version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (mar., 24 oct. |
RecyclableNamingEnumeration.java | Class | Naming enumeration implementation.
author: Remy Maucherat version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (mar., 24 oct. |
Resource.java | Class | Encapsultes the contents of a resource. |
ResourceAttributes.java | Class | Attributes implementation. |
ResourceCache.java | Class | Implements a special purpose cache. |
VirtualDirContext.java | Class | Extended FileDirContext implementation that will allow loading of tld files
from the META-INF directory (or subdirectories) in classpath. |
WARDirContext.java | Class | WAR Directory Context implementation.
author: Remy Maucherat version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (mar., 24 oct. |