Package org.apache.sling.scripting.api
Interface ScriptNameAware
-
- All Known Implementing Classes:
ScriptNameAwareReader
public interface ScriptNameAware
Marker interface for variousReader
s from which a script's name can be obtained.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getScriptName()
Returns the name of the script provided by a markedReader
implementation.
-