com.sun.jersey.spi.scanning
Class WebAppResourcesScanner

java.lang.Object
  extended by com.sun.jersey.spi.scanning.WebAppResourcesScanner
All Implemented Interfaces:
Scanner

public class WebAppResourcesScanner
extends java.lang.Object
implements Scanner

A scanner that recursively scans resources within a Web application.

Author:
Paul.Sandoz@Sun.Com

Constructor Summary
WebAppResourcesScanner(java.lang.String[] paths, javax.servlet.ServletContext sc)
          Scan from a set of web resource paths.
 
Method Summary
 void scan(ScannerListener cfl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebAppResourcesScanner

public WebAppResourcesScanner(java.lang.String[] paths,
                              javax.servlet.ServletContext sc)
Scan from a set of web resource paths.

Parameters:
paths - an array of web resource paths.
sc -
Method Detail

scan

public void scan(ScannerListener cfl)
Specified by:
scan in interface Scanner


Copyright © 2011 Oracle Corporation. All Rights Reserved.