Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
L
A
addComponent(String, Class, List, String, HashMap)
- Method in class ezc.
EzcContainer
Registers a component in this container.
addContainer(String, EzcContainer)
- Method in class ezc.
EzcContainer
C
ComponentContext
- interface ezc.
ComponentContext
.
Provides context to a component instance.
ContainerContext
- interface ezc.
ContainerContext
.
A ContainerContext encapsulates all application-specific behaviour ...
createComponent(String, ComponentContext, Class)
- Method in interface ezc.
ContainerContext
Responsible for creating and initiating component instances
createComponent(String, ComponentContext, Class)
- Method in class ezc.
DefaultContainerContext
D
DefaultContainerContext
- class ezc.
DefaultContainerContext
.
Default implementation of
ContainerContext
.
DefaultContainerContext()
- Constructor for class ezc.
DefaultContainerContext
E
EzcContainer
- class ezc.
EzcContainer
.
Main class of EzcContainer.
EzcContainer(ContainerContext)
- Constructor for class ezc.
EzcContainer
Creates an EzcContainer using the supplied
ContainerContext
.
EzcContainer()
- Constructor for class ezc.
EzcContainer
Creates an EzcContainer using a
DefaultContainerContext
as
ContainerContext
.
EzcContainerUtils
- class ezc.
EzcContainerUtils
.
Helper class to facilitate configuration of an EzcContainer using Groovy scripting
EzcContainerUtils()
- Constructor for class ezc.
EzcContainerUtils
EzcException
- exception ezc.
EzcException
.
EzcException()
- Constructor for class ezc.
EzcException
EzcException(String)
- Constructor for class ezc.
EzcException
EzcException(Throwable)
- Constructor for class ezc.
EzcException
EzcException(String, Throwable)
- Constructor for class ezc.
EzcException
ezc
- package ezc
F
FEATURE_LAZY
- Static variable in class ezc.
EzcContainer
FEATURE_PRIVATE
- Static variable in class ezc.
EzcContainer
FEATURE_SINGLETON
- Static variable in class ezc.
EzcContainer
G
getComponent(String)
- Method in class ezc.
EzcContainer
Accesses a previously registered component with specified
key
.
getDependanyKeys()
- Method in interface ezc.
ComponentContext
getDependency(String)
- Method in interface ezc.
ComponentContext
I
initContainer(EzcContainer, InputStream, HashMap)
- Static method in class ezc.
EzcContainerUtils
initContainer(EzcContainer, File, HashMap)
- Static method in class ezc.
EzcContainerUtils
initContainer(EzcContainer, String, HashMap)
- Static method in class ezc.
EzcContainerUtils
initContainer(File)
- Static method in class ezc.
EzcContainerUtils
initContainer(InputStream)
- Static method in class ezc.
EzcContainerUtils
isDebugLogEnabled()
- Method in interface ezc.
ContainerContext
isDebugLogEnabled()
- Method in class ezc.
DefaultContainerContext
isErrorLogEnabled()
- Method in interface ezc.
ContainerContext
isErrorLogEnabled()
- Method in class ezc.
DefaultContainerContext
isInfoLogEnabled()
- Method in interface ezc.
ContainerContext
isInfoLogEnabled()
- Method in class ezc.
DefaultContainerContext
L
logDebug(Object)
- Method in interface ezc.
ContainerContext
logDebug(Object, Throwable)
- Method in interface ezc.
ContainerContext
logDebug(Object, Throwable)
- Method in class ezc.
DefaultContainerContext
logDebug(Object)
- Method in class ezc.
DefaultContainerContext
logError(Object)
- Method in interface ezc.
ContainerContext
logError(Object, Throwable)
- Method in interface ezc.
ContainerContext
logError(Object, Throwable)
- Method in class ezc.
DefaultContainerContext
logError(Object)
- Method in class ezc.
DefaultContainerContext
logInfo(Object)
- Method in interface ezc.
ContainerContext
logInfo(Object, Throwable)
- Method in interface ezc.
ContainerContext
logInfo(Object, Throwable)
- Method in class ezc.
DefaultContainerContext
logInfo(Object)
- Method in class ezc.
DefaultContainerContext
A
C
D
E
F
G
I
L
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes