org.jboss.resteasy.plugins.server.sun.http
Class HttpContextResteasyConfiguration
java.lang.Object
org.jboss.resteasy.plugins.server.sun.http.HttpContextResteasyConfiguration
- All Implemented Interfaces:
- ResteasyConfiguration
public class HttpContextResteasyConfiguration
- extends Object
- implements ResteasyConfiguration
ResteasyConfiguration adapter for HttpContext attributes
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Field Summary |
protected com.sun.net.httpserver.HttpContext |
context
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
context
protected com.sun.net.httpserver.HttpContext context
HttpContextResteasyConfiguration
public HttpContextResteasyConfiguration(com.sun.net.httpserver.HttpContext context)
getParameter
public String getParameter(String name)
- Description copied from interface:
ResteasyConfiguration
- i.e. Servlet init-param first is searched, then servlet context
- Specified by:
getParameter
in interface ResteasyConfiguration
- Returns:
getParameterNames
public Set<String> getParameterNames()
- Specified by:
getParameterNames
in interface ResteasyConfiguration
getInitParameter
public String getInitParameter(String name)
- Description copied from interface:
ResteasyConfiguration
- Only provide parameter from a servlet or filter init param
- Specified by:
getInitParameter
in interface ResteasyConfiguration
- Returns:
getInitParameterNames
public Set<String> getInitParameterNames()
- Specified by:
getInitParameterNames
in interface ResteasyConfiguration
Copyright © 2013. All Rights Reserved.