Uses of Class
org.apache.naming.resources.Resource
-
Packages that use Resource Package Description org.apache.naming.resources This package contains the resources directory context implemetation. -
-
Uses of Resource in org.apache.naming.resources
Subclasses of Resource in org.apache.naming.resources Modifier and Type Class Description protected static classFileDirContext.FileResourceThis specialized resource implementation avoids opening the InputStream to the file right away (which would put a lock on the file).protected classWARDirContext.WARResourceThis specialized resource implementation avoids opening the IputStream to the WAR right away.protected static classWebDirContext.JarResourceThis specialized resource implementation avoids opening the InputStream to the jar entry right away (which would put a lock on the jar file).Fields in org.apache.naming.resources declared as Resource Modifier and Type Field Description ResourceCacheEntry. resourceprotected ResourceDirContextURLConnection. resourceAssociated resource.
-