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) Methods in org.apache.myfaces.tobago.internal.util with parameters of type CommandMap