List of usage examples for org.springframework.web.context ServletContextAware interface-usage
From source file com.healthcit.cacure.utils.AppVersionResolver.java
public class AppVersionResolver implements ServletContextAware { private final String APP_VERSION_ATTR = "appVersion"; private String appVersion; private ServletContext servletContext;
From source file com.turingoal.cms.core.filter.SystemInitListener.java
/** * ?? */ public class SystemInitListener implements ApplicationListener<ContextRefreshedEvent>, ServletContextAware { private final Logger log = LoggerFactory.getLogger(SystemInitListener.class); private ServletContext application;
From source file net.shopxx.plugin.localStorage.LocalStoragePlugin.java
@Component("localStoragePlugin") public class LocalStoragePlugin extends StoragePlugin implements ServletContextAware { private ServletContext servletContext; public void setServletContext(ServletContext servletContext) {
From source file rest.RestfulFileFetchingController.java
/** * * @author Michael */ @Controller public class RestfulFileFetchingController implements ServletContextAware {
From source file gov.guilin.plugin.file.FilePlugin.java
/**
* Plugin -
*
* @author guilin
* @version
*/
From source file com.boundlessgeo.geoserver.AppConfiguration.java
/** * Tracks boundless suite specific configuration data: * * Composer cache directory, used for storing cached thumbnails. * Refer to {@link #lookupCacheDirectory(ServletContext)} for how this location is generated. */ public class AppConfiguration implements ServletContextAware {
From source file org.openmrs.module.uiframework.UrlMappingsRegistrar.java
/** * Registers servlet mappings for http requests that end with .page or .action */ @Component public class UrlMappingsRegistrar implements ServletContextAware {
From source file com.gu.management.manifest.SpringApplicationFileProvider.java
@Service public class SpringApplicationFileProvider extends ApplicationFileProvider implements ServletContextAware { }
From source file net.osxx.plugin.file.FilePlugin.java
/**
* Plugin -
*
* @author Operate System
* @version 3.0
*/
From source file net.shopxx.plugin.file.FilePlugin.java
/**
* Plugin -
*
* @author SHOP++ Team
* @version 3.0
*/