Package com.enonic.xp.script.bean
Interface BeanContext
-
public interface BeanContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationKey
getApplicationKey()
<T> Supplier<T>
getBinding(Class<T> type)
ResourceKey
getResourceKey()
<T> Supplier<T>
getService(Class<T> type)
-
-
-
Method Detail
-
getApplicationKey
ApplicationKey getApplicationKey()
-
getResourceKey
ResourceKey getResourceKey()
-
-