Package | Description |
---|---|
org.glassfish.grizzly.http.server.util |
Modifier and Type | Field and Description |
---|---|
protected Mapper.Context |
Mapper.context
Context associated with this wrapper, used for wrapper mapping.
|
Mapper.Context[] |
Mapper.ContextList.contexts |
Mapper.Context[] |
Mapper.Host.defaultContexts |
Modifier and Type | Method and Description |
---|---|
protected void |
Mapper.addWrapper(Mapper.Context context,
String path,
Object wrapper) |
protected void |
Mapper.addWrapper(Mapper.Context context,
String path,
Object wrapper,
boolean jspWildCard,
boolean isEmptyPathSpecial) |
protected void |
Mapper.addWrapper(Mapper.Context context,
String path,
Object wrapper,
boolean jspWildCard,
String servletName,
boolean isEmptyPathSpecial)
Adds a wrapper to the given context.
|
protected void |
Mapper.removeWrapper(Mapper.Context context,
String path) |
Copyright © 2015 Oracle Corporation. All rights reserved.