| Constructor and Description |
|---|
TypesCollectionView() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
java.lang.String |
getDescription() |
boolean |
getHasTypes() |
java.lang.String |
getTitle() |
java.util.Collection<HApiType> |
getTypes() |
void |
init(javax.script.Bindings bindings)
Called to initialize the Java object with the current Java Scripting API bindings.
|
public void init(javax.script.Bindings bindings)
UseCalled 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.
public void activate()
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getTitle()
public java.lang.String getDescription()
public java.util.Collection<HApiType> getTypes()
public boolean getHasTypes()
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"