| Package | Description |
|---|---|
| org.apache.isis.core.commons.authentication |
Defines the
AuthenticationSession
interface that represent a user's session identifier once they have logged on. |
| org.apache.isis.core.commons.config |
Defines the
IsisConfiguration
which collects an immutable set of configuration options (like a hashmap),
along with a number of supporting classes. |
| org.apache.isis.core.metamodel.adapter |
Defines
ObjectAdapter interface,
a wrapper around each domain object pojo. |
| org.apache.isis.core.metamodel.adapter.mgr | |
| org.apache.isis.core.metamodel.runtimecontext | |
| org.apache.isis.core.metamodel.runtimecontext.noruntime | |
| org.apache.isis.core.metamodel.services | |
| org.apache.isis.core.metamodel.spec | |
| org.apache.isis.core.metamodel.specloader |
Object Reflector API.
|
| org.apache.isis.core.metamodel.specloader.classsubstitutor | |
| org.apache.isis.core.metamodel.specloader.collectiontyperegistry | |
| org.apache.isis.core.webapp.config |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AuthenticationSessionProvider |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticationSessionProviderAbstract |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IsisConfiguration
Immutable set of properties representing the configuration of the running
system.
|
interface |
IsisConfigurationBuilder
Holds a mutable set of properties representing the configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IsisConfigurationBuilderDefault
Convenience implementation of
IsisConfigurationBuilder that loads
configuration resource as per IsisConfigurationBuilderFileSystem and
otherwise from the classpath. |
class |
IsisConfigurationBuilderFileSystem
Convenience implementation of
IsisConfigurationBuilder that loads
configuration resource from a specified directory (or directories) on the
filesystem. |
class |
IsisConfigurationBuilderResourceStreams
Adapter for
IsisConfigurationBuilder, loading the specified
configuration resource (file) from the given ResourceStreamSource(s). |
class |
IsisConfigurationDefault |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DomainObjectServices |
interface |
LocalizationProvider |
interface |
ObjectDirtier |
interface |
ObjectPersistor |
interface |
QuerySubmitter |
interface |
ServicesProvider |
| Modifier and Type | Class and Description |
|---|---|
class |
DomainObjectServicesAbstract |
class |
LocalizationProviderAbstract |
class |
ObjectDirtierAbstract |
class |
ObjectPersistorAbstract |
class |
QuerySubmitterAbstract |
class |
ServicesProviderAbstract |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AdapterManager
Responsible for managing the
adapters and identities for each and every POJO that is being used by the framework. |
| Modifier and Type | Class and Description |
|---|---|
class |
AdapterManagerAbstract |
class |
AdapterMapDelegator
Just delegates to an underlying
AdapterManager. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RuntimeContext
Decouples the metamodel from a runtime.
|
interface |
ServicesInjector |
| 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 |
ObjectInstantiator |
interface |
SpecificationLoader |
interface |
SpecificationLoaderSpi |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectInstantiatorAbstract |
class |
SpecificationLoaderAbstract |
class |
SpecificationLoaderDelegator
Allows a
SpecificationLoader to be provided even if the concrete
implementation is only available later. |
| 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 | Class and Description |
|---|---|
class |
IsisConfigurationBuilderForWebapp
Convenience implementation of
IsisConfigurationBuilder that loads
configuration resource using the ResourceStreamSourceForWebInf. |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.