Package org.glassfish.internal.grizzly
Class V3Mapper
- java.lang.Object
-
- org.glassfish.grizzly.http.server.util.Mapper
-
- org.glassfish.internal.grizzly.ContextMapper
-
- org.glassfish.internal.grizzly.V3Mapper
-
@Service @ContractsProvided({V3Mapper.class,org.glassfish.grizzly.http.server.util.Mapper.class}) public class V3Mapper extends ContextMapperExtended thatMapperthat prevent the WebContainer to unregister the currentMapperconfiguration.- Author:
- Jeanfrancois Arcand
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.glassfish.grizzly.http.server.util.Mapper
org.glassfish.grizzly.http.server.util.Mapper.Context, org.glassfish.grizzly.http.server.util.Mapper.ContextList, org.glassfish.grizzly.http.server.util.Mapper.Host, org.glassfish.grizzly.http.server.util.Mapper.MapElement, org.glassfish.grizzly.http.server.util.Mapper.Wrapper
-
-
Field Summary
-
Fields inherited from class org.glassfish.internal.grizzly.ContextMapper
adapter, logger
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddContext(String hostName, String path, Object context, String[] welcomeResources, org.glassfish.grizzly.http.server.naming.NamingContext resources)voidaddHost(String name, String[] aliases, Object host)voidaddWrapper(String hostName, String contextPath, String path, Object wrapper, boolean jspWildCard)-
Methods inherited from class org.glassfish.internal.grizzly.ContextMapper
addWrapper, getHttpHandler, getId, removeHost, setHttpHandler, setId
-
Methods inherited from class org.glassfish.grizzly.http.server.util.Mapper
addContext, addWrapper, addWrapper, addWrapper, addWrapper, addWrapper, addWrapper, addWrapper, allowReplacement, getContextNames, getDefaultHostName, getHosts, getPort, getWrapperNames, getWrappersString, map, map, map, mapUriWithSemicolon, mapUriWithSemicolon, removeContext, removeWrapper, removeWrapper, removeWrapper, setAllowReplacement, setContext, setDefaultContextPath, setDefaultHostName, setPort
-
-
-
-
Constructor Detail
-
V3Mapper
public V3Mapper()
-
V3Mapper
public V3Mapper(Logger logger)
-
-
Method Detail
-
addWrapper
public void addWrapper(String hostName, String contextPath, String path, Object wrapper, boolean jspWildCard)
- Overrides:
addWrapperin classorg.glassfish.grizzly.http.server.util.Mapper
-
addHost
public void addHost(String name, String[] aliases, Object host)
- Overrides:
addHostin classContextMapper
-
addContext
public void addContext(String hostName, String path, Object context, String[] welcomeResources, org.glassfish.grizzly.http.server.naming.NamingContext resources)
- Overrides:
addContextin classContextMapper
-
-