
artoria.context.support.SpringContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of artoria-extend Show documentation
Show all versions of artoria-extend Show documentation
Artoria is a java technology framework based on the facade pattern.
The newest version!
package artoria.context.support;
import org.springframework.context.ApplicationContext;
import org.springframework.core.env.Environment;
/**
* The context object with a spring context.
* @author Kahle
*/
public interface SpringContext {
/**
* Get spring context.
* @return The spring context
*/
ApplicationContext getSpringContext();
/**
* Get spring environment.
* @return The spring environment
*/
Environment getEnvironment();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy