Uses of Class
org.apache.catalina.core.AlternateDocBase

Packages that use AlternateDocBase
org.apache.catalina.core   
org.apache.tomcat.util.http.mapper   
 

Uses of AlternateDocBase in org.apache.catalina.core
 

Methods in org.apache.catalina.core that return AlternateDocBase
static AlternateDocBase AlternateDocBase.findMatch(String path, ArrayList<AlternateDocBase> alternateDocBases)
          Attempts to match the given request path against one of the given alternate doc bases.
 

Method parameters in org.apache.catalina.core with type arguments of type AlternateDocBase
static AlternateDocBase AlternateDocBase.findMatch(String path, ArrayList<AlternateDocBase> alternateDocBases)
          Attempts to match the given request path against one of the given alternate doc bases.
 

Uses of AlternateDocBase in org.apache.tomcat.util.http.mapper
 

Fields in org.apache.tomcat.util.http.mapper with type parameters of type AlternateDocBase
 ArrayList<AlternateDocBase> Mapper.Context.alternateDocBases
           
 

Method parameters in org.apache.tomcat.util.http.mapper with type arguments of type AlternateDocBase
 void Mapper.addContext(String hostName, String path, Object context, String[] welcomeResources, Context resources, ArrayList<AlternateDocBase> alternateDocBases)
          Add a new Context to an existing Host.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.