Package | Description |
---|---|
br.com.caelum.vraptor.ioc | |
br.com.caelum.vraptor.ioc.guice | |
br.com.caelum.vraptor.ioc.pico | |
br.com.caelum.vraptor.ioc.spring | |
br.com.caelum.vraptor.scan |
Classpath scanning for VRaptor projects.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractComponentRegistry
An abstract component registry that provides expected behavior for deepRegistry method.
|
Modifier and Type | Class and Description |
---|---|
class |
GuiceComponentRegistry
ComponentRegistry for Guice
|
Modifier and Type | Method and Description |
---|---|
protected void |
GuiceProvider.registerCustomComponents(ComponentRegistry registry) |
Modifier and Type | Class and Description |
---|---|
class |
PicoComponentRegistry
Provides containers, controlling all scopes and registering all different
components on their respective areas.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PicoProvider.registerBundledComponents(ComponentRegistry registry)
Register default vraptor-pico implementation components.
|
protected void |
PicoProvider.registerCustomComponents(ComponentRegistry registry) |
Modifier and Type | Class and Description |
---|---|
class |
SpringBasedContainer |
Modifier and Type | Method and Description |
---|---|
protected void |
SpringProvider.registerCustomComponents(ComponentRegistry registry)
you can override this method for registering custom components, or use
optional vraptor components, like hibernate session and session factory
creators:
registry.register(SessionCreator.class, SessionCreator.class);
registry.register(SessionFactoryCreator.class,
SessionFactoryCreator.class);
|
Modifier and Type | Method and Description |
---|---|
void |
NullWebAppBootstrap.configure(ComponentRegistry registry) |
void |
DynamicWebAppBootstrap.configure(ComponentRegistry registry) |
void |
WebAppBootstrap.configure(ComponentRegistry registry)
Configure all components using ComponentRegistry
|
Copyright © 2013 Caelum. All Rights Reserved.