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 ContextMapper
Extended thatMapper
that prevent the WebContainer to unregister the currentMapper
configuration.- 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 void
addContext(String hostName, String path, Object context, String[] welcomeResources, org.glassfish.grizzly.http.server.naming.NamingContext resources)
void
addHost(String name, String[] aliases, Object host)
void
addWrapper(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:
addWrapper
in classorg.glassfish.grizzly.http.server.util.Mapper
-
addHost
public void addHost(String name, String[] aliases, Object host)
- Overrides:
addHost
in classContextMapper
-
addContext
public void addContext(String hostName, String path, Object context, String[] welcomeResources, org.glassfish.grizzly.http.server.naming.NamingContext resources)
- Overrides:
addContext
in classContextMapper
-
-