Package org.apache.sling.scripting.core
Class ScriptNameAwareReader
java.lang.Object
java.io.Reader
java.io.FilterReader
org.apache.sling.scripting.core.ScriptNameAwareReader
- All Implemented Interfaces:
Closeable,AutoCloseable,Readable,org.apache.sling.scripting.api.ScriptNameAware
public final class ScriptNameAwareReader
extends FilterReader
implements org.apache.sling.scripting.api.ScriptNameAware
The
ScriptNameAwareReader is a FilterReader marked with the ScriptNameAware interface. This reader allows
retrieving the contained script's name.-
Field Summary
Fields inherited from class java.io.FilterReader
in -
Constructor Summary
ConstructorsConstructorDescriptionScriptNameAwareReader(Reader in, String scriptName) Creates aScriptNameAwareReaderbased on anotherReader. -
Method Summary
Methods inherited from class java.io.FilterReader
close, mark, markSupported, read, read, ready, reset, skipMethods inherited from class java.io.Reader
nullReader, read, read, transferTo