Uses of Class
org.glassfish.grizzly.http.server.util.AlternateDocBase
-
Packages that use AlternateDocBase Package Description org.glassfish.grizzly.http.server.util -
-
Uses of AlternateDocBase in org.glassfish.grizzly.http.server.util
Fields in org.glassfish.grizzly.http.server.util with type parameters of type AlternateDocBase Modifier and Type Field Description List<AlternateDocBase>Mapper.Context. alternateDocBasesMethods in org.glassfish.grizzly.http.server.util that return AlternateDocBase Modifier and Type Method Description static 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 AlternateDocBase Modifier and Type Method Description voidMapper. 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.
-