Interface Use
-
- All Known Implementing Classes:
AllowedComponentList
,ComponentHelper
,HApiUse
,LoginPath
,OffercardPropertiesProvider
,OfferproxyPropertiesProvider
,ResponsiveGrid
,TemplatedContainer
,TypesCollectionView
,TypeView
,WCMUsePojo
@ConsumerType public interface Use
TheUse
interface can be implemented by Java objects which are instantiated as part of processingdata-sly-use
attributes.- See Also:
- HTL Block Statements - Use
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
init(javax.script.Bindings bindings)
Called to initialize the Java object with the current Java Scripting API bindings.
-
-
-
Method Detail
-
init
void init(javax.script.Bindings bindings)
Called to initialize the Java object with the current Java Scripting API bindings.
This method is called only if the object has been instantiated by HTL as part of processing the
data-sly-use
attribute. The Java Scripting API bindings provide all the global variables known to a script being executed.- Parameters:
bindings
- The Java Scripting API bindings.
-
-