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