org.apache.aries.web.converter.impl
Class JSPImportParser
java.lang.Object
org.apache.aries.web.converter.impl.JSPImportParser
public class JSPImportParser
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSPImportParser
public JSPImportParser()
getImports
public static Collection<String> getImports(InputStream is)
throws IOException
- Parameters:
is
- An input stream of character-based text. We expect this to be JSP
source code.
- Returns:
- Each java package found within valid JSP import tags
- Throws:
IOException
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.