com.atlassian.plugin.spring
Class SpringAwarePackageScannerConfiguration
java.lang.Object
com.atlassian.plugin.osgi.container.impl.DefaultPackageScannerConfiguration
com.atlassian.plugin.spring.SpringAwarePackageScannerConfiguration
- All Implemented Interfaces:
- PackageScannerConfiguration, org.springframework.web.context.ServletContextAware
public class SpringAwarePackageScannerConfiguration
- extends DefaultPackageScannerConfiguration
- implements org.springframework.web.context.ServletContextAware
Spring-aware extension of the package scanner configuration that instructs spring to inject the servlet context
| Methods inherited from class com.atlassian.plugin.osgi.container.impl.DefaultPackageScannerConfiguration |
getCurrentHostVersion, getJarExcludes, getJarIncludes, getPackageExcludes, getPackageIncludes, getPackageVersions, getServletContext, setJarExcludes, setJarIncludes, setJarPatterns, setPackageExcludes, setPackageIncludes, setPackagePatterns, setPackageVersions |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringAwarePackageScannerConfiguration
public SpringAwarePackageScannerConfiguration()
SpringAwarePackageScannerConfiguration
public SpringAwarePackageScannerConfiguration(String hostVersion)
setServletContext
public void setServletContext(javax.servlet.ServletContext servletContext)
- Specified by:
setServletContext in interface org.springframework.web.context.ServletContextAware- Overrides:
setServletContext in class DefaultPackageScannerConfiguration
Copyright © 2015 Atlassian. All rights reserved.