public static class AcceptOptionsContext.Wrapper extends Object implements AcceptOptionsContext
AcceptOptionsContext.Wrapper| Constructor and Description |
|---|
Wrapper(AcceptOptionsContext delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBind(String scheme,
String authority)
Add a binding to the accept-options from the given scheme to the given authority.
|
Map<String,Object> |
asOptionsMap() |
Map<String,String> |
getBinds() |
String |
getInternalURI(String externalURI) |
public Wrapper(AcceptOptionsContext delegate)
public void addBind(String scheme, String authority)
AcceptOptionsContextaddBind in interface AcceptOptionsContextpublic Map<String,String> getBinds()
getBinds in interface AcceptOptionsContextpublic String getInternalURI(String externalURI)
getInternalURI in interface AcceptOptionsContextpublic Map<String,Object> asOptionsMap()
asOptionsMap in interface AcceptOptionsContextCopyright © 2014–2017. All rights reserved.