org.milyn.container
Interface ApplicationContext

All Superinterfaces:
BoundAttributeStore
All Known Implementing Classes:
MockApplicationContext, StandaloneApplicationContext

public interface ApplicationContext
extends BoundAttributeStore

Smooks Application context interface definition.

Author:
tfennelly

Method Summary
 ProfileStore getProfileStore()
          Get the ProfileStore in use within this Context.
 ContainerResourceLocator getResourceLocator()
          Get the container resource locator for the context.
 SmooksResourceConfigurationStore getStore()
          Get the Store for from the container application context.
 void setResourceLocator(ContainerResourceLocator resourceLocator)
          Set the resource locator for this Smooks application context.
 
Methods inherited from interface org.milyn.container.BoundAttributeStore
getAttribute, getAttributes, removeAttribute, setAttribute
 

Method Detail

getResourceLocator

ContainerResourceLocator getResourceLocator()
Get the container resource locator for the context.

Returns:
ContainerResourceLocator for the context.

setResourceLocator

void setResourceLocator(ContainerResourceLocator resourceLocator)
Set the resource locator for this Smooks application context.

Parameters:
resourceLocator - The Resource locator.

getStore

SmooksResourceConfigurationStore getStore()
Get the Store for from the container application context.

Returns:
SmooksResourceConfigurationStore instance.

getProfileStore

ProfileStore getProfileStore()
Get the ProfileStore in use within this Context.

Returns:
The ProfileStore.


Copyright © 2008. All Rights Reserved.