Uses of Class
com.sun.grizzly.util.http.mapper.AlternateDocBase

Packages that use AlternateDocBase
com.sun.grizzly.util.http.mapper   
 

Uses of AlternateDocBase in com.sun.grizzly.util.http.mapper
 

Fields in com.sun.grizzly.util.http.mapper with type parameters of type AlternateDocBase
 List<AlternateDocBase> Mapper.Context.alternateDocBases
           
 

Methods in com.sun.grizzly.util.http.mapper that return AlternateDocBase
static AlternateDocBase AlternateDocBase.findMatch(String path, List<AlternateDocBase> alternateDocBases)
          Attempts to match the given request path against one of the given alternate doc bases.
 

Method parameters in com.sun.grizzly.util.http.mapper with type arguments of type AlternateDocBase
 void Mapper.addContext(String hostName, String path, Object context, String[] welcomeResources, Context resources, List<AlternateDocBase> alternateDocBases)
          Add a new Context to an existing Host.
static AlternateDocBase AlternateDocBase.findMatch(String path, List<AlternateDocBase> alternateDocBases)
          Attempts to match the given request path against one of the given alternate doc bases.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.