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)
ResteasyConfiguration
getParameter
in interface ResteasyConfiguration
name
- parameter namepublic Set<String> getParameterNames()
getParameterNames
in interface ResteasyConfiguration
public String getInitParameter(String name)
ResteasyConfiguration
getInitParameter
in interface ResteasyConfiguration
name
- parameter namepublic Set<String> getInitParameterNames()
getInitParameterNames
in interface ResteasyConfiguration
Copyright © 2020 JBoss by Red Hat. All rights reserved.