org.apache.aries.web.converter.impl
Class JSPImportParser

java.lang.Object
  extended by org.apache.aries.web.converter.impl.JSPImportParser

public class JSPImportParser
extends Object


Constructor Summary
JSPImportParser()
           
 
Method Summary
static Collection<String> getImports(InputStream is)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSPImportParser

public JSPImportParser()
Method Detail

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.