Package br.com.caelum.vraptor.ioc.spring.components

Examples of br.com.caelum.vraptor.ioc.spring.components.RequestScopedContract


  }

  @Test
  public void shouldSupportManualRegistration() {
    this.container.register(RequestScopedContract.class, RequestScopedComponent.class);
    RequestScopedContract requestScopedContract = this.container.instanceFor(RequestScopedContract.class);
    assertNotNull("can provide manual registered components", requestScopedContract);
  }
View Full Code Here

TOP

Related Classes of br.com.caelum.vraptor.ioc.spring.components.RequestScopedContract

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.