Uses of Class
org.glassfish.grizzly.http.server.util.Mapper.Context
Packages that use Mapper.Context
-
Uses of Mapper.Context in org.glassfish.grizzly.http.server.util
Fields in org.glassfish.grizzly.http.server.util declared as Mapper.ContextModifier and TypeFieldDescriptionprotected final Mapper.ContextMapper.contextContext associated with this wrapper, used for wrapper mapping.Mapper.ContextList.contextsMapper.Host.defaultContextsMethods in org.glassfish.grizzly.http.server.util with parameters of type Mapper.ContextModifier and TypeMethodDescriptionprotected voidMapper.addWrapper(Mapper.Context context, String path, Object wrapper) protected voidMapper.addWrapper(Mapper.Context context, String path, Object wrapper, boolean jspWildCard, boolean isEmptyPathSpecial) protected voidMapper.addWrapper(Mapper.Context context, String path, Object wrapper, boolean jspWildCard, String servletName, boolean isEmptyPathSpecial) Adds a wrapper to the given context.protected voidMapper.removeWrapper(Mapper.Context context, String path)