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

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.AdditionalDocBase
All Implemented Interfaces:
Context, DirContext

public class AdditionalDocBase
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
AdditionalDocBase()
           
 
Method Summary
protected  Attributes doGetAttributes(String name, String[] attrIds)
           
protected  File file(String name)
           
 
Methods inherited from class org.apache.naming.resources.FileDirContext
bind, createSubcontext, destroySubcontext, 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, isCached, list, list, listBindings, listBindings, lookup, lookup, lookupLink, modifyAttributes, modifyAttributes, rebind, rebind, rebind, removeAlias, removeFromEnvironment, rename, search, search, search, search, setAliases, setCached, setCacheMaxSize, setCacheObjectMaxSize, setCacheTTL, unbind
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdditionalDocBase

public AdditionalDocBase()
Method Detail

file

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

doGetAttributes

protected Attributes doGetAttributes(String name,
                                     String[] attrIds)
                              throws NamingException
Overrides:
doGetAttributes in class org.apache.naming.resources.FileDirContext
Throws:
NamingException


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