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> java.util.function.Supplier<T>
getBinding(java.lang.Class<T> type)
ResourceKey
getResourceKey()
<T> java.util.function.Supplier<T>
getService(java.lang.Class<T> type)
-
-
-
Method Detail
-
getApplicationKey
ApplicationKey getApplicationKey()
-
getResourceKey
ResourceKey getResourceKey()
-
getBinding
<T> java.util.function.Supplier<T> getBinding(java.lang.Class<T> type)
-
getService
<T> java.util.function.Supplier<T> getService(java.lang.Class<T> type)
-
-