| Package | Description |
|---|---|
| org.oddjob.arooa.beandocs |
Provide classes for creating the Job documentation.
|
| org.oddjob.arooa.design |
Classes for creating forms for ArooaConfigurations.
|
| org.oddjob.arooa.design.designer |
Classes for the Swing Designer Panels.
|
| org.oddjob.arooa.design.layout | |
| org.oddjob.arooa.life |
Relating to the Arooa Life-cycle.
|
| org.oddjob.arooa.parsing |
Classes concerning the parsing a configurations.
|
| org.oddjob.arooa.parsing.interceptors |
Classes that change the parsing patter by intercepting the
current context.
|
| org.oddjob.arooa.registry |
Classes concerned with the BeanRegistry which provides a
dynamic lookup of components.
|
| org.oddjob.arooa.runtime |
Classes concerning runtime configuration.
|
| org.oddjob.arooa.standard |
The standard configuration parsing implementation.
|
| org.oddjob.arooa.types |
The base elements Arooa provides.
|
| org.oddjob.arooa.utils |
Miscellaneous utility classes.
|
| Constructor and Description |
|---|
SessionArooaDocFactory(ArooaSession session) |
SessionArooaDocFactory(ArooaSession session) |
SessionArooaDocFactory(ArooaSession session,
ArooaDescriptor descriptor) |
SessionArooaDocFactory(ArooaSession session,
ArooaDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
ArooaSession |
DesignInstanceContext.getSession() |
ArooaSession |
DesignSeedContext.getSession() |
ArooaSession |
DesignSeedContext.getSession() |
ArooaSession |
DesignInstanceContext.getSession() |
| Constructor and Description |
|---|
DesignParser(ArooaSession existingSession)
Create a DesignParser with the given session.
|
DesignParser(ArooaSession existingSession)
Create a DesignParser with the given session.
|
DesignParser(ArooaSession existingSession,
DesignFactory factory)
Create a DesignParser with the given session and factory.
|
DesignParser(ArooaSession existingSession,
DesignFactory factory)
Create a DesignParser with the given session and factory.
|
DesignSeedContext(ArooaType type,
ArooaSession session) |
DesignSeedContext(ArooaType type,
ArooaSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArooaDesigner.setArooaSession(ArooaSession session) |
void |
ArooaDesigner.setArooaSession(ArooaSession session) |
| Constructor and Description |
|---|
DesignToLayoutConfig(ArooaSession session) |
DesignToLayoutConfig(ArooaSession session) |
| Modifier and Type | Method and Description |
|---|---|
ArooaLifeAware |
LifecycleInterfaceFactory.lifeCycleFor(Object component,
ArooaSession session) |
ArooaLifeAware |
LifecycleInterfaceFactory.lifeCycleFor(Object component,
ArooaSession session) |
void |
ComponentPersister.persist(String id,
Object proxy,
ArooaSession session)
Persist the proxy Object.
|
void |
ComponentPersister.persist(String id,
Object proxy,
ArooaSession session)
Persist the proxy Object.
|
void |
ComponentPersister.remove(String id,
ArooaSession session)
Remove an object from the store.
|
void |
ComponentPersister.remove(String id,
ArooaSession session)
Remove an object from the store.
|
Object |
ComponentProxyResolver.resolve(Object object,
ArooaSession session)
Possibly create a proxy for a given component.
|
Object |
ComponentProxyResolver.resolve(Object object,
ArooaSession session)
Possibly create a proxy for a given component.
|
Object |
ComponentProxyResolver.restore(Object proxy,
ArooaSession session)
Restore what is possibly a proxy to provide the original component.
|
Object |
ComponentProxyResolver.restore(Object proxy,
ArooaSession session)
Restore what is possibly a proxy to provide the original component.
|
Object |
ComponentPersister.restore(String id,
ClassLoader classLoader,
ArooaSession session)
Restore the proxy Object.
|
Object |
ComponentPersister.restore(String id,
ClassLoader classLoader,
ArooaSession session)
Restore the proxy Object.
|
void |
ArooaSessionAware.setArooaSession(ArooaSession session)
Accept the current Arooa Session.
|
void |
ArooaSessionAware.setArooaSession(ArooaSession session)
Accept the current Arooa Session.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SessionDelegate
Designed to be partially overridden to modify behaviour.
|
| Modifier and Type | Method and Description |
|---|---|
ArooaSession |
SessionDelegate.getOriginal()
Getter for the original.
|
ArooaSession |
SessionDelegate.getOriginal()
Getter for the original.
|
ArooaSession |
ArooaContext.getSession()
Get the session for this context.
|
ArooaSession |
HandlerOverrideContext.getSession() |
ArooaSession |
RootContext.getSession() |
ArooaSession |
SessionOverrideContext.getSession() |
ArooaSession |
SessionOverrideContext.getSession() |
ArooaSession |
RootContext.getSession() |
ArooaSession |
HandlerOverrideContext.getSession() |
ArooaSession |
ArooaContext.getSession()
Get the session for this context.
|
| Constructor and Description |
|---|
ConfigConfigurationSession(ArooaSession session,
ArooaConfiguration configuration) |
ConfigConfigurationSession(ArooaSession session,
ArooaConfiguration configuration) |
HandleConfigurationSession(ArooaSession session,
ConfigurationHandle<?> handle)
Create a new Instance.
|
HandleConfigurationSession(ArooaSession session,
ConfigurationHandle<?> handle)
Create a new Instance.
|
RootContext(ArooaType type,
ArooaSession session,
ArooaHandler rootHandler)
Constructor.
|
RootContext(ArooaType type,
ArooaSession session,
ArooaHandler rootHandler)
Constructor.
|
SessionDelegate(ArooaSession delegate)
Constructor.
|
SessionDelegate(ArooaSession delegate)
Constructor.
|
SessionOverrideContext(ArooaContext context,
ArooaSession sessionOverride) |
SessionOverrideContext(ArooaContext context,
ArooaSession sessionOverride) |
| Modifier and Type | Class and Description |
|---|---|
class |
DescriptorOverrideSession
Override the
ArooaDescriptor in an ArooaSession. |
| Constructor and Description |
|---|
DescriptorOverrideSession(ArooaSession delegate,
ArooaDescriptor descriptor)
Constructor.
|
DescriptorOverrideSession(ArooaSession delegate,
ArooaDescriptor descriptor)
Constructor.
|
| Constructor and Description |
|---|
LinkedBeanRegistry(ArooaSession existingSession)
A constructor that takes takes the existing directory and tools
from the given session.
|
LinkedBeanRegistry(ArooaSession existingSession)
A constructor that takes takes the existing directory and tools
from the given session.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SubstituationPolicySession
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ParsedExpression.evaluate(ArooaSession session,
Class<T> type)
Evaluate the expression as an attribute.
|
<T> T |
ParsedExpression.evaluate(ArooaSession session,
Class<T> type)
Evaluate the expression as an attribute.
|
<T> T |
Evaluator.evaluate(String propertyExpression,
ArooaSession session,
Class<T> type)
Evaluate the property expression.
|
<T> T |
PropertyFirstEvaluator.evaluate(String propertyExpression,
ArooaSession session,
Class<T> cl) |
<T> T |
ScriptEvaluator.evaluate(String propertyExpression,
ArooaSession session,
Class<T> type) |
<T> T |
ScriptEvaluator.evaluate(String propertyExpression,
ArooaSession session,
Class<T> type) |
<T> T |
PropertyFirstEvaluator.evaluate(String propertyExpression,
ArooaSession session,
Class<T> cl) |
<T> T |
Evaluator.evaluate(String propertyExpression,
ArooaSession session,
Class<T> type)
Evaluate the property expression.
|
| Constructor and Description |
|---|
SubstituationPolicySession(ArooaSession delegate,
SubstitutionPolicy substitutionPolicy)
Constructor.
|
SubstituationPolicySession(ArooaSession delegate,
SubstitutionPolicy substitutionPolicy)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandardArooaSession |
| Modifier and Type | Method and Description |
|---|---|
ArooaSession |
StandardArooaParser.getSession()
Get the
ArooaSession used. |
ArooaSession |
StandardFragmentParser.getSession() |
ArooaSession |
StandardFragmentParser.getSession() |
ArooaSession |
StandardArooaParser.getSession()
Get the
ArooaSession used. |
| Constructor and Description |
|---|
StandardArooaParser(Object root,
ArooaSession session)
Constructor with a
ArooaSession. |
StandardArooaParser(Object root,
ArooaSession session)
Constructor with a
ArooaSession. |
StandardFragmentParser(ArooaSession session) |
StandardFragmentParser(ArooaSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassType.setArooaSession(ArooaSession session) |
void |
ConvertType.setArooaSession(ArooaSession session) |
void |
IdentifiableValueType.setArooaSession(ArooaSession session) |
void |
ImportType.setArooaSession(ArooaSession session) |
void |
ImportType.setArooaSession(ArooaSession session) |
void |
IdentifiableValueType.setArooaSession(ArooaSession session) |
void |
ConvertType.setArooaSession(ArooaSession session) |
void |
ClassType.setArooaSession(ArooaSession session) |
| Modifier and Type | Class and Description |
|---|---|
class |
MutablesOverrideSession
A version of an
ArooaSession that creates it's own copy
of a BeanRegistry, ComponentPool and PropertyManager. |
class |
PropertiesOverrideSession
A version of an
ArooaSession that creates it's own copy
of a PropertyManager. |
| Modifier and Type | Method and Description |
|---|---|
static AnnotationFinder |
AnnotationFinder.forSession(ArooaSession session) |
static AnnotationFinder |
AnnotationFinder.forSession(ArooaSession session) |
| Constructor and Description |
|---|
MutablesOverrideSession(ArooaSession original)
Constructor.
|
MutablesOverrideSession(ArooaSession original)
Constructor.
|
PropertiesOverrideSession(ArooaSession original)
Constructor.
|
PropertiesOverrideSession(ArooaSession original)
Constructor.
|
Copyright © 2023. All rights reserved.