public class RepeatHandler extends ComponentHandler
delegateFactorynextHandler, tag, tagId| Constructor and Description |
|---|
RepeatHandler(ComponentConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected MetaRuleset |
createMetaRuleset(Class type)
The default implementation simply calls through to |
createComponent, getComponentConfig, getTagHandlerDelegate, isNew, onComponentCreated, onComponentPopulatedapply, applyNextHandler, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributesgetAttribute, getRequiredAttribute, toStringpublic RepeatHandler(ComponentConfig config)
protected MetaRuleset createMetaRuleset(Class type)
DelegatingMetaTagHandler
The default implementation simply calls through to TagHandlerDelegate.createMetaRuleset(java.lang.Class) and returns the
result.
createMetaRuleset in class DelegatingMetaTagHandlertype - the Class for which the MetaRuleset must be created.MetaRuleset.Copyright © 1997–2020 Eclipse Foundation. All rights reserved.