org.apache.webbeans.web.scanner
Class WebScannerService
java.lang.Object
org.apache.webbeans.corespi.scanner.AbstractMetaDataDiscovery
org.apache.webbeans.web.scanner.WebScannerService
- All Implemented Interfaces:
- ScannerService
public class WebScannerService
- extends AbstractMetaDataDiscovery
Configures the web application to find beans.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
servletContext
protected ServletContext servletContext
WebScannerService
public WebScannerService()
init
public void init(Object context)
- Specified by:
init in interface ScannerService- Overrides:
init in class AbstractMetaDataDiscovery
configure
protected void configure()
throws Exception
- Specified by:
configure in class AbstractMetaDataDiscovery
- Throws:
Exception
createURLFromMarkerFile
protected Set<URL> createURLFromMarkerFile()
throws Exception
- Throws:
Exception
createURLFromWARFile
protected URL createURLFromWARFile()
throws Exception
- Returns
URL of the web application class path.
- Returns:
URL of the web application class path
- Throws:
Exception - if any exception occurs
Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.