Package org.glassfish.jersey.servlet
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
private final class WebComponent.WebComponentBinder extends AbstractBinder
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<java.lang.String,java.lang.Object>applicationProperties
-
Constructor Summary
Constructors Modifier Constructor Description privateWebComponentBinder(java.util.Map<java.lang.String,java.lang.Object> applicationProperties)Create binder forWebComponentpassing a map of properties to determine whether certain features are allowed or not.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigure()Implement to provide binding definitions using the exposed binding methods.-
Methods inherited from class org.glassfish.jersey.internal.inject.AbstractBinder
bind, bind, bind, bindAsContract, bindAsContract, bindAsContract, bindFactory, bindFactory, bindFactory, createManagedInstanceProvider, getBindings, install
-
-
-
-
Constructor Detail
-
WebComponentBinder
private WebComponentBinder(java.util.Map<java.lang.String,java.lang.Object> applicationProperties)
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 Detail
-
configure
protected void configure()
Description copied from class:AbstractBinderImplement to provide binding definitions using the exposed binding methods.- Specified by:
configurein classAbstractBinder
-
-