Uses of Interface
org.glassfish.grizzly.http.server.naming.NamingContext
-
Packages that use NamingContext Package Description org.glassfish.grizzly.http.server.naming org.glassfish.grizzly.http.server.util -
-
Uses of NamingContext in org.glassfish.grizzly.http.server.naming
Subinterfaces of NamingContext in org.glassfish.grizzly.http.server.naming Modifier and Type Interface Description interfaceDirContextThe directory service interface, containing methods for examining and updating attributes associated with objects, and for searching the directory. -
Uses of NamingContext in org.glassfish.grizzly.http.server.util
Fields in org.glassfish.grizzly.http.server.util declared as NamingContext Modifier and Type Field Description NamingContextMapper.Context. resourcesMethods in org.glassfish.grizzly.http.server.util with parameters of type NamingContext Modifier and Type Method Description voidMapper. addContext(String hostName, String path, Object context, String[] welcomeResources, NamingContext resources)Add a new Context to an existing Host.voidMapper. addContext(String hostName, String path, Object context, String[] welcomeResources, NamingContext resources, List<AlternateDocBase> alternateDocBases)Add a new Context to an existing Host.voidMapper. setContext(String path, String[] welcomeResources, NamingContext resources)Set context, used for wrapper mapping (request dispatcher).
-