org.apache.tomee.catalina.naming.resources
Class EmptyDirContext

java.lang.Object
  extended by org.apache.naming.resources.BaseDirContext
      extended by org.apache.naming.resources.FileDirContext
          extended by org.apache.tomee.catalina.naming.resources.EmptyDirContext
All Implemented Interfaces:
Context, DirContext

public class EmptyDirContext
extends org.apache.naming.resources.FileDirContext


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.naming.resources.FileDirContext
org.apache.naming.resources.FileDirContext.FileResource, org.apache.naming.resources.FileDirContext.FileResourceAttributes
 
Field Summary
 
Fields inherited from class org.apache.naming.resources.FileDirContext
absoluteBase, allowLinking, base, BUFFER_SIZE
 
Fields inherited from class org.apache.naming.resources.BaseDirContext
aliases, altDirContexts, cached, cacheMaxSize, cacheObjectMaxSize, cacheTTL, docBase, env, nameParser, sm
 
Fields inherited from interface javax.naming.directory.DirContext
ADD_ATTRIBUTE, REMOVE_ATTRIBUTE, REPLACE_ATTRIBUTE
 
Fields inherited from interface javax.naming.Context
APPLET, AUTHORITATIVE, BATCHSIZE, DNS_URL, INITIAL_CONTEXT_FACTORY, LANGUAGE, OBJECT_FACTORIES, PROVIDER_URL, REFERRAL, SECURITY_AUTHENTICATION, SECURITY_CREDENTIALS, SECURITY_PRINCIPAL, SECURITY_PROTOCOL, STATE_FACTORIES, URL_PKG_PREFIXES
 
Constructor Summary
EmptyDirContext(org.apache.catalina.core.StandardContext standardContext)
           
 
Method Summary
protected  File file(String name)
           
 org.apache.catalina.core.StandardContext getContext()
           
 boolean isCached()
           
 void setCached(boolean cached)
           
 
Methods inherited from class org.apache.naming.resources.FileDirContext
bind, createSubcontext, destroySubcontext, doGetAttributes, doGetRealPath, doListBindings, doLookup, getAllowLinking, getNameInNamespace, getSchema, getSchemaClassDefinition, list, lookupLink, modifyAttributes, modifyAttributes, normalize, rebind, release, rename, search, search, search, search, setAllowLinking, setDocBase, unbind
 
Methods inherited from class org.apache.naming.resources.BaseDirContext
addAlias, addAltDirContext, addResourcesJar, addToEnvironment, allocate, bind, bind, bind, close, composeName, composeName, createSubcontext, createSubcontext, createSubcontext, destroySubcontext, getAliases, getAttributes, getAttributes, getAttributes, getAttributes, getCacheMaxSize, getCacheObjectMaxSize, getCacheTTL, getDocBase, getEnvironment, getNameParser, getNameParser, getRealPath, getSchema, getSchemaClassDefinition, list, list, listBindings, listBindings, lookup, lookup, lookupLink, modifyAttributes, modifyAttributes, rebind, rebind, rebind, removeAlias, removeFromEnvironment, rename, search, search, search, search, setAliases, setCacheMaxSize, setCacheObjectMaxSize, setCacheTTL, unbind
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyDirContext

public EmptyDirContext(org.apache.catalina.core.StandardContext standardContext)
Method Detail

getContext

public org.apache.catalina.core.StandardContext getContext()

isCached

public boolean isCached()
Overrides:
isCached in class org.apache.naming.resources.BaseDirContext

setCached

public void setCached(boolean cached)
Overrides:
setCached in class org.apache.naming.resources.BaseDirContext

file

protected File file(String name)
Overrides:
file in class org.apache.naming.resources.FileDirContext


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.