Class JaxrsServerConfig

java.lang.Object
org.jboss.as.jaxrs.JaxrsServerConfig

public class JaxrsServerConfig extends Object
Author:
Ron Sigal
  • Constructor Details

    • JaxrsServerConfig

      public JaxrsServerConfig()
  • Method Details

    • putContextParameter

      protected void putContextParameter(String name, String value)
      Adds the value to the context parameters.
      Parameters:
      name - the name of the context parameter
      value - the value for the context parameter
    • getContextParameters

      public Map<String,String> getContextParameters()
      Returns a copy of the context parameters.
      Returns:
      the context parameters