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
getAssemblyContext
java.util.List<java.lang.String> getAssemblyContext()
Copyright © 2008-2011. All Rights Reserved.