Uses of Interface
org.milyn.container.ApplicationContext

Packages that use ApplicationContext
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. 
 

Uses of ApplicationContext in org.milyn
 

Methods in org.milyn that return ApplicationContext
 ApplicationContext Smooks.getApplicationContext()
          Get the Smooks ApplicationContext associated with this Smooks instance.
 

Uses of ApplicationContext in org.milyn.cdr
 

Constructors in org.milyn.cdr with parameters of type ApplicationContext
SmooksResourceConfigurationStore(ApplicationContext applicationContext)
          Public constructor.
 

Uses of ApplicationContext in org.milyn.cdr.annotation
 

Methods in org.milyn.cdr.annotation with parameters of type ApplicationContext
static
<U extends ContentHandler>
U
Configurator.configure(U instance, SmooksResourceConfiguration config, ApplicationContext appContext)
          Configure the supplied ContentHandler instance using the supplied SmooksResourceConfiguration and ApplicationContext instances.
 

Uses of ApplicationContext in org.milyn.container
 

Classes in org.milyn.container that implement ApplicationContext
 class MockApplicationContext
           
 

Methods in org.milyn.container that return ApplicationContext
 ApplicationContext MockExecutionContext.getContext()
           
 ApplicationContext ExecutionContext.getContext()
          Get the application context within which this execution context "lives".
 

Uses of ApplicationContext in org.milyn.container.standalone
 

Classes in org.milyn.container.standalone that implement ApplicationContext
 class StandaloneApplicationContext
          Standalone container execution context for Smooks.
 

Methods in org.milyn.container.standalone that return ApplicationContext
 ApplicationContext StandaloneExecutionContext.getContext()
           
 

Constructors in org.milyn.container.standalone with parameters of type ApplicationContext
StandaloneExecutionContext(String targetProfile, ApplicationContext context)
          Public Constructor.
StandaloneExecutionContext(String targetProfile, ApplicationContext context, String contentEncoding)
          Public Constructor.
 

Uses of ApplicationContext in org.milyn.delivery
 

Methods in org.milyn.delivery with parameters of type ApplicationContext
static ContentDeliveryConfig ContentDeliveryConfigBuilder.getConfig(ProfileSet profileSet, ApplicationContext applicationContext)
          Get the ContentDeliveryConfig instance for the specified profile set.
 void AbstractContentDeliveryConfig.setApplicationContext(ApplicationContext applicationContext)
           
 



Copyright © 2008. All Rights Reserved.