Interface | Description |
---|---|
DependencyBean |
Represents a bean that adds dependencies based on the config file.
|
LineException |
Thrown by the various Builders
|
SchemaBean |
A bean which has its own relax schema.
|
Class | Description |
---|---|
AdminLiteral |
Utility class for creating @Admin annotations, used for generic
resources like DataSources.
|
Config |
Facade for Resin's configuration builder.
|
ConfigAdmin | |
ConfigELContext |
Creates a variable resolver based on the classloader.
|
ConfigPropertiesResolver |
Variable resolver for Resin config properties.
|
ConfiguredLiteral |
Utility class for creating @Name annotations, used for generic
resources like DataSources.
|
EnhancedLiteral |
Represents the @Current annotation
|
ModulePrivateLiteral |
Utility class for creating @ModulePrivate annotations, used to
restrict exposed resources to a module.
|
Names |
Utility class for creating @Name annotations, used for generic
resources like DataSources.
|
Exception | Description |
---|---|
ConfigException |
Thrown by the various Builders
|
ConfigRuntimeException |
Thrown by the various Builders
|
LineConfigException |
Thrown by the various Builders
|
Annotation Type | Description |
---|---|
Admin | |
CauchoDeployment |
The @CauchoDeployment is for Caucho automatic objects
|
Configurable | |
Configured |
Alternative for an XML file, with higher priority than
Production.
|
ContextDependent | |
Enhanced | |
ModulePrivate | |
OsgiServiceStartup | |
SerializationHandle |
The @SerializationHandle marks the bean as serialized using a handle.
|
SerializeHandle |
The @SerializeHandle marks the bean as serialized using a handle.
|
Service | |
ServiceStartup | |
TagName |
Specifies the configuration XML tag name in cases where the automatic
name generation doesn't work properly.
|
Unbound |
The @Unbound binding marks the bean as ephemeral, i.e.
|