Uses of Class
org.apache.myfaces.tobago.internal.renderkit.CommandMap
-
Packages that use CommandMap Package Description org.apache.myfaces.tobago.internal.renderkit org.apache.myfaces.tobago.internal.util org.apache.myfaces.tobago.renderkit -
-
Uses of CommandMap in org.apache.myfaces.tobago.internal.renderkit
Methods in org.apache.myfaces.tobago.internal.renderkit that return CommandMap Modifier and Type Method Description static CommandMap
CommandMap. merge(CommandMap m1, CommandMap m2)
Merges these two maps.static CommandMap
CommandMap. restoreCommandMap(javax.faces.context.FacesContext facesContext)
Methods in org.apache.myfaces.tobago.internal.renderkit with parameters of type CommandMap Modifier and Type Method Description static CommandMap
CommandMap. merge(CommandMap m1, CommandMap m2)
Merges these two maps.static void
CommandMap. storeCommandMap(javax.faces.context.FacesContext facesContext, CommandMap map)
-
Uses of CommandMap in org.apache.myfaces.tobago.internal.util
Methods in org.apache.myfaces.tobago.internal.util that return CommandMap Modifier and Type Method Description static CommandMap
RenderUtils. getBehaviorCommands(javax.faces.context.FacesContext facesContext, javax.faces.component.behavior.ClientBehaviorHolder clientBehaviorHolder)
Deprecated.since 5.0.0Methods in org.apache.myfaces.tobago.internal.util with parameters of type CommandMap Modifier and Type Method Description static String
JsonUtils. encode(CommandMap commandMap)
-
Uses of CommandMap in org.apache.myfaces.tobago.renderkit
Methods in org.apache.myfaces.tobago.renderkit that return CommandMap Modifier and Type Method Description protected CommandMap
RendererBase. getBehaviorCommands(javax.faces.context.FacesContext facesContext, javax.faces.component.behavior.ClientBehaviorHolder clientBehaviorHolder)
Methods in org.apache.myfaces.tobago.renderkit with parameters of type CommandMap Modifier and Type Method Description protected void
RendererBase. encodeBehavior(TobagoResponseWriter writer, CommandMap behaviorCommands)
Renders the tobago-behavior tag.
-