| Interface | Description |
|---|---|
| Environment |
An environment has a set of key/value properties to be used within your application
|
| Class | Description |
|---|---|
| DefaultEnvironment |
A default
Environment based on EnvironmentType. |
| EnvironmentPropertyProducer |
A producer that allows us to inject environment properties.
|
| EnvironmentType |
An class to represent usual
Environment types |
| NullEnvironment |
Environment implementation that doesn't' anything.
|
| ServletBasedEnvironment |
A default
Environment implementation which loads the environment file
based on VRAPTOR_ENV system property or br.com.caelum.vraptor
.environment property in the context init parameter. |
| Annotation Type | Description |
|---|---|
| Property |
A
Qualifier to help injection of Environment properties |
Copyright © 2014 Caelum. All rights reserved.