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, skippublic ValueExpressionEvaluationInputStream(javax.faces.context.FacesContext facesContext,
InputStream inputStream)
public int read()
throws IOException
read in class InputStreamIOExceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.