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 |
Smooks Javabean Cartridge implementation classes.
|
org.milyn.javabean.binding.model | |
org.milyn.javabean.dynamic.ext | |
org.milyn.javabean.factory | |
org.milyn.payload |
Smooks filtering "payload" specializations.
|
org.milyn.persistence | |
org.milyn.persistence.config.ext | |
org.milyn.persistence.parameter | |
org.milyn.rules | |
org.milyn.smooks.edi |
Main Package.
|
org.milyn.validation | |
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)
Configure the supplied
ContentHandler instance using the supplied
SmooksResourceConfiguration and ApplicationContext instances. |
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 BeanRuntimeInfo |
BeanRuntimeInfo.getBeanRuntimeInfo(String beanId,
ApplicationContext appContext) |
static BeanRuntimeInfo |
BeanRuntimeInfo.getBeanRuntimeInfo(String beanId,
String beanClassName,
ApplicationContext appContext) |
static void |
BeanRuntimeInfo.recordBeanRuntimeInfo(String beanId,
BeanRuntimeInfo beanRuntimeInfo,
ApplicationContext appContext) |
Modifier and Type | Method and Description |
---|---|
static void |
ModelSet.build(ApplicationContext appContext) |
static ModelSet |
ModelSet.get(ApplicationContext appContext) |
Modifier and Type | Method and Description |
---|---|
static Map<Class<?>,Map<String,BeanWriter>> |
BeanWriterFactory.getBeanWriters(ApplicationContext appContext) |
static Map<String,BeanWriter> |
BeanWriterFactory.getBeanWriters(Class<?> beanClass,
ApplicationContext appContext) |
Modifier and Type | Method and Description |
---|---|
static FactoryDefinitionParser |
FactoryDefinitionParser.FactoryDefinitionParserFactory.getInstance(ApplicationContext applicationContext) |
static FactoryDefinitionParser |
FactoryDefinitionParser.FactoryDefinitionParserFactory.getInstance(String alias,
ApplicationContext 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) |
Constructor and Description |
---|
ApplicationContextObjectStore(ApplicationContext applicationContext) |
Modifier and Type | Method and Description |
---|---|
static LocatorIndex |
LocatorIndex.getLocatorIndex(ApplicationContext applicationContext) |
Modifier and Type | Method and Description |
---|---|
static ParameterIndex<?,? extends Parameter<?>> |
ParameterManager.getParameterIndex(int id,
ApplicationContext applicationContext) |
static ParameterIndex<?,?> |
ParameterManager.initializeParameterIndex(int id,
ParameterListType type,
ApplicationContext applicationContext) |
Modifier and Type | Method and Description |
---|---|
static void |
RuleProviderAccessor.add(ApplicationContext context,
RuleProvider provider)
Adds the passed-in provider to the Smooks
ApplicationContext . |
static RuleProvider |
RuleProviderAccessor.get(ApplicationContext context,
String ruleProviderName)
Gets a
RuleProvider matching the passed in ruleProviderName. |
static Map<String,RuleProvider> |
RuleProviderAccessor.getRuleProviders(ApplicationContext context)
Gets the Map of RuleProviders that exist in the Smooks AppcliationContext.
|
Modifier and Type | Method and Description |
---|---|
protected static Hashtable |
EDIReader.getMappingTable(ApplicationContext context)
Get the mapping model table from the context.
|
Modifier and Type | Method and Description |
---|---|
Validator |
Validator.setAppContext(ApplicationContext appContext) |
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 © 2020. All rights reserved.