Uses of Class
com.jk.web.faces.config.JKNamespace
Packages that use JKNamespace
-
Uses of JKNamespace in com.jk.web.faces.config
Methods in com.jk.web.faces.config that return JKNamespaceModifier and TypeMethodDescriptionJKTagMapping.getNamespace()This method gets the name space associated with the tag mapping.JKFacesConfigurations.getNamespaceByLetter(String namespaceLetter) This method retrieves aJKNamespaceobject based on its name space letter.JKFacesConfigurations.getNameSpaceByUrl(String url, boolean create) This method retrieves aJKNamespaceobject based on its URL or creates one if it doesn't exist.Methods in com.jk.web.faces.config that return types with arguments of type JKNamespaceModifier and TypeMethodDescriptionJKFacesConfigurations.getNamespaces()This method gets the list of theJKNamespaceobjects.Method parameters in com.jk.web.faces.config with type arguments of type JKNamespaceModifier and TypeMethodDescriptionvoidJKFacesConfigurations.setNamespaces(List<JKNamespace> namespaces) This method sets the list ofJKNamespaceobjects to the provided list.Constructors in com.jk.web.faces.config with parameters of type JKNamespaceModifierConstructorDescriptionJKTagMapping(String sourceQName, String targetQName, JKNamespace namespace) This method constructs a newJKTagMappingwith the provided parameters.