Uses of Class
com.jk.web.faces.config.JKTagMapping
Packages that use JKTagMapping
-
Uses of JKTagMapping in com.jk.web.faces.config
Methods in com.jk.web.faces.config that return JKTagMappingModifier and TypeMethodDescriptionJKFacesConfigurations.findTagMapping
(JKTagWrapper wrapper) This method searches for a mapping that matches the tag name and attribute values of the wrapper.JKFacesConfigurations.findTagMapping
(String tagName) This method retrieves aJKTagMapping
for a given tag name.Methods in com.jk.web.faces.config that return types with arguments of type JKTagMappingModifier and TypeMethodDescriptionJKFacesConfigurations.getTagMapping()
This method gets the list of theJKTagMapping
objects.Methods in com.jk.web.faces.config with parameters of type JKTagMappingMethod parameters in com.jk.web.faces.config with type arguments of type JKTagMappingModifier and TypeMethodDescriptionvoid
JKFacesConfigurations.setTagMapping
(List<JKTagMapping> tagMapping) This method sets the list ofJKTagMapping
objects to the provided list.