Uses of Class
org.glassfish.grizzly.http.server.util.Mapper.Context
-
Packages that use Mapper.Context Package Description org.glassfish.grizzly.http.server.util -
-
Uses of Mapper.Context in org.glassfish.grizzly.http.server.util
Fields in org.glassfish.grizzly.http.server.util declared as Mapper.Context Modifier and Type Field Description protected Mapper.ContextMapper. contextContext associated with this wrapper, used for wrapper mapping.Mapper.Context[]Mapper.ContextList. contextsMapper.Context[]Mapper.Host. defaultContextsMethods in org.glassfish.grizzly.http.server.util with parameters of type Mapper.Context Modifier and Type Method Description protected 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)
-