public class ValueExpressionEvaluationInputStream extends InputStream
Constructor and Description |
---|
ValueExpressionEvaluationInputStream(javax.faces.context.FacesContext facesContext,
InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
int |
read()
Reads a byte from the original stream and checks for value expression occurrences.
|
available, close, mark, markSupported, read, read, reset, skip
public ValueExpressionEvaluationInputStream(javax.faces.context.FacesContext facesContext, InputStream inputStream)
public int read() throws IOException
read
in class InputStream
IOException
Copyright © 2016 The Apache Software Foundation. All rights reserved.