public class HttpContextResteasyConfiguration extends Object implements ResteasyConfiguration
| Modifier and Type | Field and Description |
|---|---|
protected com.sun.net.httpserver.HttpContext |
context |
| Constructor and Description |
|---|
HttpContextResteasyConfiguration(com.sun.net.httpserver.HttpContext context) |
| Modifier and Type | Method and Description |
|---|---|
String |
getInitParameter(String name)
Only provide parameter from a servlet or filter init param
|
Set<String> |
getInitParameterNames() |
String |
getParameter(String name)
i.e.
|
Set<String> |
getParameterNames() |
public HttpContextResteasyConfiguration(com.sun.net.httpserver.HttpContext context)
public String getParameter(String name)
ResteasyConfigurationgetParameter in interface ResteasyConfigurationpublic Set<String> getParameterNames()
getParameterNames in interface ResteasyConfigurationpublic String getInitParameter(String name)
ResteasyConfigurationgetInitParameter in interface ResteasyConfigurationpublic Set<String> getInitParameterNames()
getInitParameterNames in interface ResteasyConfigurationCopyright © 2015. All Rights Reserved.