| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ActivityContextAware |
Interface to be implemented by any object that wishes to be notified of the
ActivityContext. |
interface |
ApplicationAdapterAware |
Interface to be implemented by any object that wishes to be notified of the
ApplicationAdapter. |
interface |
ClassLoaderAware |
The ClassLoaderAware interface provides the ability to configure a
ClassLoader
to be used by the implementing object when loading classes or resources. |
interface |
CurrentActivityAware |
Interface to be implemented by any object that wishes to be notified of the
current
Activity that it runs in. |
interface |
EnvironmentAware |
Interface to be implemented by any object that wishes to be notified of the
Environment. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
BasePathFactoryBean |
BasePathFactoryBean that returns the base path under which the application is running. |
class |
CurrentActivityDataFactoryBean |
CurrentActivityDataFactoryBean that returns the ActivityDataMap for the current request. |
class |
CurrentTransletFactoryBean |
CurrentTransletFactoryBean that returns the Translet for the current request. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
FreeMarkerConfigurationFactory |
Factory that configures a FreeMarker Configuration.
|
class |
FreeMarkerConfigurationFactoryBean |
JavaBean to configure FreeMarker.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ResourceBundleMessageSource |
MessageSource implementation that
accesses resource bundles using specified basenames. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
PebbleEngineFactory |
Factory that configures a Pebble Engine Configuration.
|
class |
PebbleEngineFactoryBean |
JavaBean to configure Pebble Engine.
|
Copyright © 2008–2018 The Aspectran Project. All rights reserved.