@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 java.lang.String |
NAME
For OSGi environments this is 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.java.lang.Object call(RenderContext renderContext, java.lang.Object... arguments)
RuntimeExtension
renderContext
- the runtime contextarguments
- the call argumentsCopyright © 2018 The Apache Software Foundation. All rights reserved.