public class RepeatHandler
extends javax.faces.view.facelets.ComponentHandler
Constructor and Description |
---|
RepeatHandler(javax.faces.view.facelets.ComponentConfig config) |
Modifier and Type | Method and Description |
---|---|
protected javax.faces.view.facelets.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
public RepeatHandler(javax.faces.view.facelets.ComponentConfig config)
protected javax.faces.view.facelets.MetaRuleset createMetaRuleset(Class type)
javax.faces.view.facelets.DelegatingMetaTagHandler
The default implementation simply
calls through to TagHandlerDelegate.createMetaRuleset(java.lang.Class)
and
returns the result.
createMetaRuleset
in class javax.faces.view.facelets.DelegatingMetaTagHandler
type
- the Class
for which the
MetaRuleset
must be created.MetaRuleset
.Copyright © 2010–2021 JBoss by Red Hat. All rights reserved.