public class ActionTagHandler extends javax.faces.view.facelets.MetaTagHandler
Modifier and Type | Field and Description |
---|---|
protected javax.faces.view.facelets.TagAttribute |
action |
protected javax.faces.view.facelets.TagAttribute |
addForm |
protected javax.faces.view.facelets.TagConfig |
config |
protected javax.faces.view.facelets.TagAttribute |
formStyleClass |
protected javax.faces.view.facelets.TagAttribute |
mode |
protected javax.faces.view.facelets.TagAttribute |
postFilterMethod |
protected String[] |
reservedVarsArray |
protected javax.faces.view.facelets.TagAttribute |
useAjaxForm |
protected javax.faces.view.facelets.TagAttribute |
value |
protected javax.faces.view.facelets.TagAttribute[] |
vars |
protected javax.faces.view.facelets.TagAttribute |
widgetName |
Constructor and Description |
---|
ActionTagHandler(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)
Renders given widget resolving its
FaceletHandler from WebLayoutManager configuration. |
protected javax.faces.view.facelets.MetaRuleset |
createMetaRuleset(Class type) |
protected final javax.faces.view.facelets.TagConfig config
protected final javax.faces.view.facelets.TagAttribute action
protected final javax.faces.view.facelets.TagAttribute widgetName
protected final javax.faces.view.facelets.TagAttribute value
protected final javax.faces.view.facelets.TagAttribute mode
protected final javax.faces.view.facelets.TagAttribute addForm
protected final javax.faces.view.facelets.TagAttribute useAjaxForm
protected final javax.faces.view.facelets.TagAttribute formStyleClass
protected final javax.faces.view.facelets.TagAttribute postFilterMethod
protected final javax.faces.view.facelets.TagAttribute[] vars
protected final String[] reservedVarsArray
public ActionTagHandler(javax.faces.view.facelets.TagConfig config)
public void apply(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent) throws IOException, javax.faces.FacesException, javax.el.ELException
FaceletHandler
from WebLayoutManager
configuration.
Variables exposed: RenderVariables.globalVariables#value
, same variable suffixed with "_n" where n is the
widget level, and RenderVariables.globalVariables#document
.
IOException
javax.faces.FacesException
javax.el.ELException
protected javax.faces.view.facelets.MetaRuleset createMetaRuleset(Class type)
createMetaRuleset
in class javax.faces.view.facelets.MetaTagHandler
Copyright © 2018 Nuxeo. All rights reserved.