| Package | Description |
|---|---|
| org.milyn |
Smooks Content Transformation/Analysis - *** STARTING POINT ***.
|
| org.milyn.cdr |
Smooks Configurations (Content Delivery Resources - CDR) Object Model.
|
| org.milyn.cdr.annotation | |
| org.milyn.container |
Request Container Abstraction.
|
| org.milyn.container.standalone |
Standalone Container Implementation.
|
| org.milyn.delivery |
Content Delivery.
|
| org.milyn.javabean.repository | |
| org.milyn.payload |
Smooks filtering "payload" specializations.
|
| org.milyn.xml |
XML helper classes.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationContext |
Smooks.getApplicationContext()
Get the Smooks
ApplicationContext associated with
this Smooks instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
SmooksResourceConfiguration.attachGlobalParameters(ApplicationContext appContext) |
| Constructor and Description |
|---|
SmooksResourceConfigurationStore(ApplicationContext applicationContext)
Public constructor.
|
SmooksResourceConfigurationStore(ApplicationContext applicationContext,
boolean registerInstalledResources) |
| Modifier and Type | Method and Description |
|---|---|
static <U> U |
Configurator.configure(U instance,
SmooksResourceConfiguration config,
ApplicationContext appContext) |
static <U> void |
Configurator.processFieldContextAnnotation(U instance,
ApplicationContext appContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
MockApplicationContext |
| Modifier and Type | Method and Description |
|---|---|
ApplicationContext |
ExecutionContext.getContext()
Get the application context within which this execution context "lives".
|
ApplicationContext |
MockExecutionContext.getContext() |
| Modifier and Type | Class and Description |
|---|---|
class |
StandaloneApplicationContext
Standalone container execution context for Smooks.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationContext |
StandaloneExecutionContext.getContext() |
| Constructor and Description |
|---|
StandaloneExecutionContext(String targetProfile,
ApplicationContext context,
String contentEncoding,
VisitorConfigMap extendedVisitorConfigMap)
Public Constructor.
|
StandaloneExecutionContext(String targetProfile,
ApplicationContext context,
VisitorConfigMap extendedVisitorConfigMap)
Public Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ContentDeliveryConfig |
ContentDeliveryConfigBuilder.getConfig(ProfileSet profileSet,
ApplicationContext applicationContext,
VisitorConfigMap extendedVisitorConfigMap)
Get the ContentDeliveryConfig instance for the specified profile set.
|
void |
AbstractContentDeliveryConfig.setApplicationContext(ApplicationContext applicationContext) |
| Constructor and Description |
|---|
VisitorConfigMap(ApplicationContext applicationContext) |
| Modifier and Type | Method and Description |
|---|---|
static BeanRepositoryManager |
BeanRepositoryManager.getInstance(ApplicationContext applicationContext)
Deprecated.
Returns the instance of the
BeanRepositoryManager, which is bound to the
given ApplicationContext. |
| Modifier and Type | Method and Description |
|---|---|
static void |
Exports.addExport(ApplicationContext appContext,
Export export) |
static Exports |
Exports.getExports(ApplicationContext appContext) |
static void |
Exports.setExportsInApplicationContext(ApplicationContext appContext,
Exports exports) |
| Modifier and Type | Method and Description |
|---|---|
static Properties |
NamespaceMappings.getMappings(ApplicationContext appContext)
Get the prefix-to-namespace mannings from the
ApplicationContext. |
static void |
NamespaceMappings.setMappings(Properties namespaces,
ApplicationContext appContext)
Set the namespace prefix-to-uri mappings.
|
Copyright © 2015. All rights reserved.