Class WebComponent.WebComponentBinder
java.lang.Object
org.glassfish.jersey.internal.inject.AbstractBinder
org.glassfish.jersey.servlet.WebComponent.WebComponentBinder
- All Implemented Interfaces:
Binder
- Enclosing class:
WebComponent
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateWebComponentBinder(Map<String, Object> applicationProperties) Create binder forWebComponentpassing a map of properties to determine whether certain features are allowed or not. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidImplement to provide binding definitions using the exposed binding methods.Methods inherited from class AbstractBinder
bind, bind, bind, bind, bindAsContract, bindAsContract, bindAsContract, bindFactory, bindFactory, bindFactory, createManagedInstanceProvider, getBindings, install
-
Field Details
-
applicationProperties
-
-
Constructor Details
-
WebComponentBinder
Create binder forWebComponentpassing a map of properties to determine whether certain features are allowed or not.- Parameters:
applicationProperties- map of properties to determine whether certain features are allowed or not.
-
-
Method Details
-
configure
protected void configure()Description copied from class:AbstractBinderImplement to provide binding definitions using the exposed binding methods.- Specified by:
configurein classAbstractBinder
-