| Constructor and Description |
|---|
TypeView() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
java.lang.String |
getDescription() |
boolean |
getHasProps() |
java.util.List<java.lang.String> |
getParameters() |
java.lang.String |
getParentFqdn() |
java.lang.String |
getParentUrl() |
java.util.List<HApiProperty> |
getProps() |
java.lang.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 void activate()
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getTitle()
public java.lang.String getDescription()
public java.lang.String getParentUrl()
public java.lang.String getParentFqdn()
public java.util.List<java.lang.String> getParameters()
public java.util.List<HApiProperty> getProps()
public boolean getHasProps()
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"