Package org.jboss.as.jaxrs
Class JaxrsServerConfig
java.lang.Object
org.jboss.as.jaxrs.JaxrsServerConfig
- Author:
- Ron Sigal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a copy of the context parameters.protected voidputContextParameter(String name, String value) Adds the value to the context parameters.
-
Constructor Details
-
JaxrsServerConfig
public JaxrsServerConfig()
-
-
Method Details
-
putContextParameter
Adds the value to the context parameters.- Parameters:
name- the name of the context parametervalue- the value for the context parameter
-
getContextParameters
Returns a copy of the context parameters.- Returns:
- the context parameters
-