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 aJKTagMappingfor 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 theJKTagMappingobjects.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 TypeMethodDescriptionvoidJKFacesConfigurations.setTagMapping(List<JKTagMapping> tagMapping) This method sets the list ofJKTagMappingobjects to the provided list.