public class RepeatHandler extends ComponentHandler
delegateFactory
nextHandler, 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, onComponentPopulated
apply, applyNextHandler, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributes
getAttribute, getRequiredAttribute, toString
public 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 DelegatingMetaTagHandler
type
- 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.