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(UIComponent uiComponent,
FacesContext facesContext)
Find the enclosing form of a component
in the view-tree.
|
Modifier and Type | Method and Description |
---|---|
protected FormInfo |
HtmlButtonRendererBase.findNestingForm(UIComponent uiComponent,
FacesContext facesContext)
find nesting form
|
protected FormInfo |
HtmlLinkRendererBase.findNestingForm(UIComponent uiComponent,
FacesContext facesContext)
find nesting form
|
Modifier and Type | Method and Description |
---|---|
protected String |
HtmlButtonRendererBase.buildBehaviorizedOnClick(UIComponent uiComponent,
Map<String,List<ClientBehavior>> behaviors,
FacesContext facesContext,
ResponseWriter writer,
FormInfo nestedFormInfo,
List<UIParameter> validParams) |
protected String |
HtmlLinkRendererBase.buildServerOnclick(FacesContext facesContext,
UIComponent component,
String clientId,
FormInfo formInfo) |
protected String |
HtmlButtonRendererBase.buildServerOnclick(FacesContext facesContext,
UIComponent component,
String clientId,
FormInfo formInfo,
List<UIParameter> validParams) |
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.getHiddenCommandLinkFieldName(FormInfo formInfo,
FacesContext facesContext) |
static String |
HtmlRendererUtils.getHiddenCommandLinkFieldNameMyfacesOld(FormInfo formInfo) |
protected void |
HtmlLinkRendererBase.renderBehaviorizedJavaScriptAnchorStart(FacesContext facesContext,
ResponseWriter writer,
UIComponent component,
String clientId,
Map<String,List<ClientBehavior>> behaviors,
FormInfo formInfo) |
protected void |
HtmlLinkRendererBase.renderJavaScriptAnchorStart(FacesContext facesContext,
ResponseWriter writer,
UIComponent component,
String clientId,
FormInfo formInfo) |
Modifier and Type | Method and Description |
---|---|
static FormInfo |
_ComponentUtils.findNestingForm(UIComponent uiComponent,
FacesContext facesContext) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.