Uses of Interface
org.glassfish.grizzly.http.server.naming.NamingContext
Packages that use NamingContext
-
Uses of NamingContext in org.glassfish.grizzly.http.server.naming
Subinterfaces of NamingContext in org.glassfish.grizzly.http.server.namingModifier and TypeInterfaceDescriptioninterfaceThe 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 NamingContextMethods in org.glassfish.grizzly.http.server.util with parameters of type NamingContextModifier and TypeMethodDescriptionvoidMapper.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).