org.glassfish.internal.grizzly
Class V3Mapper

java.lang.Object
  extended by com.sun.grizzly.util.http.mapper.Mapper
      extended by org.glassfish.internal.grizzly.ContextMapper
          extended by org.glassfish.internal.grizzly.V3Mapper

@Service
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 com.sun.grizzly.util.http.mapper.Mapper
com.sun.grizzly.util.http.mapper.Mapper.Context, com.sun.grizzly.util.http.mapper.Mapper.ContextList, com.sun.grizzly.util.http.mapper.Mapper.Host, com.sun.grizzly.util.http.mapper.Mapper.MapElement, com.sun.grizzly.util.http.mapper.Mapper.Wrapper
 
Field Summary
 
Fields inherited from class org.glassfish.internal.grizzly.ContextMapper
adapter, id, logger
 
Fields inherited from class com.sun.grizzly.util.http.mapper.Mapper
context, defaultHostName, hosts
 
Constructor Summary
V3Mapper()
           
V3Mapper(Logger logger)
           
 
Method Summary
 void addContext(String hostName, String path, Object context, String[] welcomeResources, Context 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, getAdapter, getId, removeHost, setAdapter, setId
 
Methods inherited from class com.sun.grizzly.util.http.mapper.Mapper
addContext, addWrapper, addWrapper, addWrapper, addWrapper, addWrapper, addWrapper, allowReplacement, getContextNames, getDefaultHostName, getHosts, getPort, getWrapperNames, getWrappersString, map, map, removeContext, removeWrapper, removeWrapper, removeWrapper, setAllowReplacement, setContext, setDefaultContextPath, setDefaultHostName, setPort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 com.sun.grizzly.util.http.mapper.Mapper

addHost

public void addHost(String name,
                    String[] aliases,
                    Object host)

Overrides:
addHost in class ContextMapper

addContext

public void addContext(String hostName,
                       String path,
                       Object context,
                       String[] welcomeResources,
                       Context resources)

Overrides:
addContext in class ContextMapper


Copyright © 2012 GlassFish Community. All Rights Reserved.