Uses of Class
org.glassfish.grizzly.http.server.util.AlternateDocBase
Packages that use AlternateDocBase
-
Uses of AlternateDocBase in org.glassfish.grizzly.http.server.util
Fields in org.glassfish.grizzly.http.server.util with type parameters of type AlternateDocBaseMethods in org.glassfish.grizzly.http.server.util that return AlternateDocBaseModifier and TypeMethodDescriptionstatic AlternateDocBaseAlternateDocBase.findMatch(String path, List<AlternateDocBase> alternateDocBases) Attempts to match the given request path against one of the given alternate doc bases.Method parameters in org.glassfish.grizzly.http.server.util with type arguments of type AlternateDocBaseModifier and TypeMethodDescriptionvoidMapper.addContext(String hostName, String path, Object context, String[] welcomeResources, NamingContext resources, List<AlternateDocBase> alternateDocBases) Add a new Context to an existing Host.static AlternateDocBaseAlternateDocBase.findMatch(String path, List<AlternateDocBase> alternateDocBases) Attempts to match the given request path against one of the given alternate doc bases.