Package org.apache.sling.scripting.api
Interface ScriptNameAware
- All Known Implementing Classes:
ScriptNameAwareReader
public interface ScriptNameAware
Marker interface for various
Reader
s from which a script's name can be obtained.-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the script provided by a markedReader
implementation.