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