All Classes
| Class | Description |
|---|---|
| AbstractClasspathContentHandler |
The AbstractClasspathContentHandler is the parent of the classes used to locate and enumerate specific resources in
the class path.
|
| AbstractDirigibleModule |
The AbstractDirigibleModule is the parent of the Dirigible's Guice Modules.
|
| AbstractExceptionHandler<T extends Throwable> |
The AbstractExceptionHandler is the parent of the exception handlers in RESTful services.
|
| AbstractRestService |
The AbstractRestService is the parent of all the RESTful services in Dirigible.
|
| AppExceptionMessage |
Error message that is returned if an application error occur.
|
| BytesHelper |
The Class BytesHelper.
|
| ClasspathContentLoader |
The ClasspathContentLoader utility used for loading the resourced from the JAR files in the class path.
|
| ContentTypeHelper |
The ContentTypeHelper class is an utility used to map file extensions to mime types.
|
| ContextException |
The ContextException.
|
| DataStructuresUtils | |
| DateTimeUtils | |
| DirigibleModulesInstallerModule |
The DirigibleModulesInstallerModule is the entry point of the Guice integration.
|
| FileSystemUtils |
The File System Utils.
|
| GsonHelper |
The GsonHelper utility class.
|
| IClasspathContentHandler |
The IClasspathContentHandler is the interface for all the classes used to locate and enumerate specific resources in
the class path.
|
| ICoreService |
The ICoreService marks all the internal core services in Dirigible.
|
| InvalidStateException |
The InvalidStateException.
|
| IRestService |
The interface for all the front facing REST (sync) services.
|
| IScriptingFacade |
The IScriptingFacade marks all the scripting facades.
|
| ScriptingDependencyException |
The ScriptingDependencyException.
|
| ScriptingException |
The ScriptingException.
|
| StaticInjector |
The StaticInjector holds a static instance of a Guice injector in cases when there is no execution context (e.g.
|
| ThreadContextFacade |
Scripting context facade is the centralized place where the different scripting facade providers
can register the request (sync) scoped objects.
|