| Modifier and Type | Interface and Description |
|---|---|
interface |
ApplicationScopedComponent
Indicate that the implementing component is scoped at application level
(shared across multiple sessions) and might also require initialization or
being shutdown.
|
interface |
Installer
|
interface |
SessionScopedComponent
Indicate that the implementing component is scoped at the session level (for
a single user) and might also need to be "opened" or "closed" at the
start/end of the session.
|
interface |
TransactionScopedComponent
Indicate that the implementing component is scoped at the transaction level
(within a single session).
|
| Modifier and Type | Class and Description |
|---|---|
class |
InstallerAbstract |
| Modifier and Type | Class and Description |
|---|---|
class |
FacetDecoratorSet |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RuntimeContext
Decouples the metamodel from a runtime.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RuntimeContextAbstract |
| Modifier and Type | Class and Description |
|---|---|
class |
RuntimeContextNoRuntime |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ServicesInjectorSpi
The repository of services, also able to inject into any object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServicesInjectorDefault
Must be a thread-safe.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SpecificationLoaderSpi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FacetDecoratorInstaller |
interface |
ObjectReflectorInstaller
Installs a
SpecificationLoaderSpi during system start up. |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectReflectorDefault
Builds the meta-model.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClassSubstitutor
Provides capability to translate or ignore classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassSubstitutorAbstract |
class |
ClassSubstitutorComposite |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CollectionTypeRegistry
Defines the types which are considered to be collections.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionTypeRegistryAbstract |
class |
CollectionTypeRegistryDefault |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SpecificationTraverser |
| Modifier and Type | Class and Description |
|---|---|
class |
SpecificationTraverserDefault |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MetaModelValidator |
| Modifier and Type | Class and Description |
|---|---|
class |
MetaModelValidatorAbstract |
class |
MetaModelValidatorComposite |
class |
MetaModelValidatorVisiting |
| Modifier and Type | Class and Description |
|---|---|
class |
IsisMetaModel
Facade for the entire Isis metamodel and supporting components.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HelpManager |
| Modifier and Type | Class and Description |
|---|---|
class |
HelpManagerAbstract
Default implementation that does nothing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HelpFacetDecoratorUsingFilesInstaller |
| Modifier and Type | Class and Description |
|---|---|
class |
HelpManagerUsingFiles |
| Modifier and Type | Interface and Description |
|---|---|
interface |
I18nManager
Authorises the user in the current session view and use members of an object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
I18nDecoratorUsingResourceBundleInstaller |
| Modifier and Type | Class and Description |
|---|---|
class |
I18nManagerUsingResourceBundle
REVIEW: why isn't there a type for collections also?
|
| Modifier and Type | Class and Description |
|---|---|
class |
MetaModelValidatorDefault |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AuthenticationManager |
interface |
AuthenticationManagerInstaller |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Authenticator |
interface |
Registrar |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticationManagerStandard |
class |
AuthenticationManagerStandardInstallerAbstract |
class |
AuthenticatorAbstract |
class |
PasswordRequestAuthenticatorAbstract |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AuthorizationManager
Authorises the user in the current session view and use members of an object.
|
interface |
AuthorizationManagerInstaller |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthorizationManagerAbstract |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Authorizor |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthorizationManagerStandard |
class |
AuthorizationManagerStandardInstallerAbstract |
class |
AuthorizorAbstract |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TemplateImageLoader
This interface defines how template images are found by name.
|
interface |
TemplateImageLoaderInstaller |
| Modifier and Type | Class and Description |
|---|---|
class |
TemplateImageLoaderAwt
This class loads up file based images as resources (part of the classpath) or
from the file system.
|
class |
TemplateImageLoaderAwtInstaller |
| Modifier and Type | Class and Description |
|---|---|
class |
TemplateImageLoaderNoop |
class |
TemplateImageLoaderNoopInstaller |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UserProfileLoader
Intended to acts like a bridge, loading the profile from the underlying
store.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavaReflectorInstallerNoDecorators
An implementation of
ObjectReflectorInstaller without support for FacetDecoratorInstaller
being looked up (since this functionality is only available from runtimes.dflt). |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.