public interface RuntimeExtension
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME
The name of the service registration property indicating the
RuntimeExtension name. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
call(RenderContext renderContext,
java.lang.Object... arguments)
Call the
RuntimeExtension |
static final java.lang.String NAME
RuntimeExtension name. This service registration property is
mandatory to register runtime extensions to the Sightly Engine and is of
type String.java.lang.Object call(RenderContext renderContext, java.lang.Object... arguments)
RuntimeExtensionrenderContext - - the runtime contextarguments - - the call arguments"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"