Interface ResteasyConfiguration
- All Known Implementing Classes:
ConfigurationBootstrap
,FilterBootstrap
,HttpContextResteasyConfiguration
,ListenerBootstrap
,ServletBootstrap
public interface ResteasyConfiguration
- Version:
- $Revision: 1 $ Context injectable interface that allows you to get at configuration information. If resteasy is deployed within a WAR this will allow you to reference servlet context, filter, and servlet parameters.
- Author:
- Bill Burke
-
Method Summary
Modifier and TypeMethodDescriptiongetInitParameter
(String name) Only provide parameter from a servlet or filter init param.getParameter
(String name) i.e.
-
Method Details
-
getParameter
-
getParameterNames
-
getInitParameter
-
getInitParameterNames
-