| Constructor and Description |
|---|
TypeView() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
String |
getDescription() |
boolean |
getHasProps() |
List<String> |
getParameters() |
String |
getParentFqdn() |
String |
getParentUrl() |
List<HApiProperty> |
getProps() |
String |
getTitle() |
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)
Use
This method is called only if the object has been instantiated by
Sightly 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. Consider these bindings of a map from variable name to the variable's value.
public String getTitle()
public String getDescription()
public String getParentUrl()
public String getParentFqdn()
public List<HApiProperty> getProps()
public boolean getHasProps()
"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"