org.glassfish.jersey.server.internal.routing
Class SingletonResourceBinder.SingletonResourceBinderModule

java.lang.Object
  extended by org.glassfish.jersey.internal.inject.AbstractModule
      extended by org.glassfish.jersey.server.internal.routing.SingletonResourceBinder.SingletonResourceBinderModule
All Implemented Interfaces:
DynamicConfiguration, Binder, Module
Enclosing class:
SingletonResourceBinder

public static class SingletonResourceBinder.SingletonResourceBinderModule
extends AbstractModule

Module which registers SingletonResourceBinder into HK2.


Constructor Summary
SingletonResourceBinder.SingletonResourceBinderModule()
           
 
Method Summary
protected  void configure()
           
 
Methods inherited from class org.glassfish.jersey.internal.inject.AbstractModule
addActiveDescriptor, addActiveDescriptor, addUnbindFilter, bind, bind, bind, commit, install
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingletonResourceBinder.SingletonResourceBinderModule

public SingletonResourceBinder.SingletonResourceBinderModule()
Method Detail

configure

protected void configure()
Specified by:
configure in class AbstractModule


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.