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)
DelegatingMetaTagHandlerThe 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.Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.