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 that
Mapper that prevent the WebContainer to unregister
the current Mapper 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, loggerFields inherited from class org.glassfish.grizzly.http.server.util.Mapper
context, defaultHostName, hosts -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddContext(String hostName, String path, Object context, String[] welcomeResources, org.glassfish.grizzly.http.server.naming.NamingContext resources) voidvoidaddWrapper(String hostName, String contextPath, String path, Object wrapper, boolean jspWildCard) Methods inherited from class org.glassfish.internal.grizzly.ContextMapper
addWrapper, getHttpHandler, getId, removeHost, setHttpHandler, setIdMethods 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 Details
-
V3Mapper
public V3Mapper() -
V3Mapper
-
-
Method Details
-
addWrapper
public void addWrapper(String hostName, String contextPath, String path, Object wrapper, boolean jspWildCard) - Overrides:
addWrapperin classorg.glassfish.grizzly.http.server.util.Mapper
-
addHost
- 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
-