@ConsumerType
public interface RuntimeExtension
RuntimeExtension
represents a HTL runtime construct that provides some processing capabilities for the various
data-sly-*
block elements.Modifier and Type | Field and Description |
---|---|
static String |
NAME
For OSGi environments this is 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.Object call(RenderContext renderContext, Object... arguments)
RuntimeExtension
renderContext
- the runtime contextarguments
- the call argumentsCopyright © 2017 The Apache Software Foundation. All rights reserved.