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:
java.io.Closeable,java.lang.AutoCloseable,java.lang.Readable,ScriptNameAware
public final class ScriptNameAwareReader extends java.io.FilterReader implements ScriptNameAware
TheScriptNameAwareReaderis aFilterReadermarked with theScriptNameAwareinterface. This reader allows retrieving the contained script's name.
-
-
Constructor Summary
Constructors Constructor Description ScriptNameAwareReader(java.io.Reader in, java.lang.String scriptName)Creates aScriptNameAwareReaderbased on anotherReader.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetScriptName()Returns the name of the script provided by a markedReaderimplementation.
-
-
-
Method Detail
-
getScriptName
public java.lang.String getScriptName()
Description copied from interface:ScriptNameAwareReturns the name of the script provided by a markedReaderimplementation.- Specified by:
getScriptNamein interfaceScriptNameAware- Returns:
- the script's name
-
-