public class BindStepRenderer<E> extends AbstractRenderer implements StepRenderer<E>
CURRENT_INDEX_RESOLVER_ATTR, EACH_ATTR, EACH_STATUS_VAR, EACH_VAR, IS_TEMPLATE_MODEL_ENABLED_ATTR, RENDERED_COMPONENTS, STATUS_ATTR, STATUS_POST_VAR
Constructor and Description |
---|
BindStepRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
render(Step step,
E data,
int index)
Renders the data to the specified Step.
|
addItemReference, addTemplateTracking, filterOutShadows, resolveTemplate, resolveTemplate, setAttributeName
public void render(Step step, E data, int index) throws java.lang.Exception
StepRenderer
render
in interface StepRenderer<E>
step
- the Step to render the result.data
- that is used to render the Stepindex
- the index of the data that is currently being rendered.
Notice the index is the order of the siblings (i.e., data that belongs to the same parent).java.lang.Exception
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.