org.constretto.spring.resolver
Interface AssemblyContextResolver

All Known Implementing Classes:
DefaultAssemblyContextResolver

public interface AssemblyContextResolver

The interface used to resolve the environment the application is running in.

To customize the default behavour, create an implementation of this interface and register your implementation as a bean in your spring context. Any implementation registered will be picked up and used instead of the default. If two or more implementations found an error is raised.

Author:
Kaare Nilsen

Method Summary
 List<String> getAssemblyContext()
           
 

Method Detail

getAssemblyContext

List<String> getAssemblyContext()


Copyright © 2008-2012. All Rights Reserved.