org.apache.myfaces.commons.resourcehandler.resource
Class ValueExpressionFilterInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by org.apache.myfaces.commons.resourcehandler.resource.ValueExpressionFilterInputStream
All Implemented Interfaces:
Closeable

public class ValueExpressionFilterInputStream
extends InputStream


Constructor Summary
ValueExpressionFilterInputStream(InputStream in, String libraryName, String resourceName)
           
 
Method Summary
 int read()
           
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueExpressionFilterInputStream

public ValueExpressionFilterInputStream(InputStream in,
                                        String libraryName,
                                        String resourceName)
Method Detail

read

public int read()
         throws IOException
Specified by:
read in class InputStream
Throws:
IOException


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.