public class FormTagHandler extends javax.faces.view.facelets.MetaTagHandler
Modifier and Type | Field and Description |
---|---|
protected javax.faces.view.facelets.TagConfig |
config |
protected javax.faces.view.facelets.TagAttribute |
disableDoubleClickShield |
protected javax.faces.view.facelets.TagAttribute |
disableMultipartForm |
protected javax.faces.view.facelets.TagAttribute |
id |
protected javax.faces.view.facelets.TagAttribute |
onsubmit |
protected javax.faces.view.facelets.TagAttribute |
skip |
protected javax.faces.view.facelets.TagAttribute |
styleClass |
protected javax.faces.view.facelets.TagAttribute |
useAjaxForm |
Constructor and Description |
---|
FormTagHandler(javax.faces.view.facelets.TagConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent) |
protected javax.faces.view.facelets.TagAttribute |
copyAttribute(javax.faces.view.facelets.TagAttribute attribute) |
protected List<javax.faces.view.facelets.TagAttribute> |
copyAttributes(javax.faces.view.facelets.TagAttribute... attributes) |
protected javax.faces.view.facelets.TagAttribute |
createAttribute(String name,
String value) |
protected javax.faces.view.facelets.MetaRuleset |
createMetaRuleset(Class type) |
protected final javax.faces.view.facelets.TagConfig config
protected final javax.faces.view.facelets.TagAttribute id
protected final javax.faces.view.facelets.TagAttribute skip
protected final javax.faces.view.facelets.TagAttribute disableDoubleClickShield
protected final javax.faces.view.facelets.TagAttribute useAjaxForm
protected final javax.faces.view.facelets.TagAttribute disableMultipartForm
protected final javax.faces.view.facelets.TagAttribute onsubmit
protected final javax.faces.view.facelets.TagAttribute styleClass
public FormTagHandler(javax.faces.view.facelets.TagConfig config)
public void apply(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent) throws IOException
IOException
protected javax.faces.view.facelets.TagAttribute copyAttribute(javax.faces.view.facelets.TagAttribute attribute)
protected List<javax.faces.view.facelets.TagAttribute> copyAttributes(javax.faces.view.facelets.TagAttribute... attributes)
protected javax.faces.view.facelets.TagAttribute createAttribute(String name, String value)
protected javax.faces.view.facelets.MetaRuleset createMetaRuleset(Class type)
createMetaRuleset
in class javax.faces.view.facelets.MetaTagHandler
Copyright © 2017 Nuxeo. All rights reserved.