Package | Description |
---|---|
org.apache.myfaces.shared.renderkit | |
org.apache.myfaces.shared.renderkit.html | |
org.apache.myfaces.shared.util |
Modifier and Type | Method and Description |
---|---|
static FormInfo |
RendererUtils.findNestingForm(javax.faces.component.UIComponent uiComponent,
javax.faces.context.FacesContext facesContext)
Find the enclosing form of a component
in the view-tree.
|
Modifier and Type | Method and Description |
---|---|
protected FormInfo |
HtmlLinkRendererBase.findNestingForm(javax.faces.component.UIComponent uiComponent,
javax.faces.context.FacesContext facesContext)
find nesting form
need to be overrideable to deal with dummyForm stuff in tomahawk. |
protected FormInfo |
HtmlButtonRendererBase.findNestingForm(javax.faces.component.UIComponent uiComponent,
javax.faces.context.FacesContext facesContext)
find nesting form
need to be overrideable to deal with dummyForm stuff in tomahawk. |
Modifier and Type | Method and Description |
---|---|
static String |
HtmlRendererUtils.getHiddenCommandLinkFieldName(FormInfo formInfo)
Get the name of the request parameter that holds the id of the
link-type component that caused the form to be submitted.
|
static String |
HtmlRendererUtils.getHiddenCommandLinkFieldNameMyfacesOld(FormInfo formInfo) |
Modifier and Type | Method and Description |
---|---|
static FormInfo |
_ComponentUtils.findNestingForm(javax.faces.component.UIComponent uiComponent,
javax.faces.context.FacesContext facesContext)
Deprecated.
use
RendererUtils.findNestingForm instead |
Copyright © 2013 Apache Software Foundation. All Rights Reserved.