Uses of Class
org.apache.myfaces.tobago.internal.renderkit.CommandMap
Packages that use CommandMap
Package
Description
-
Uses of CommandMap in org.apache.myfaces.tobago.internal.renderkit
Methods in org.apache.myfaces.tobago.internal.renderkit that return CommandMapModifier and TypeMethodDescriptionstatic 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 CommandMapModifier and TypeMethodDescriptionstatic 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 CommandMapModifier and TypeMethodDescriptionstatic 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 -
Uses of CommandMap in org.apache.myfaces.tobago.renderkit
Methods in org.apache.myfaces.tobago.renderkit that return CommandMapModifier and TypeMethodDescriptionprotected 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 CommandMapModifier and TypeMethodDescriptionprotected void
RendererBase.encodeBehavior(TobagoResponseWriter writer, CommandMap behaviorCommands)
Renders the tobago-behavior tag.