Class 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.grizzly.http.server.util.Mapper

        context, defaultHostName, hosts
    • 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 class org.glassfish.grizzly.http.server.util.Mapper