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