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 aJKNamespace
object based on its name space letter.JKFacesConfigurations.getNameSpaceByUrl
(String url, boolean create) This method retrieves aJKNamespace
object 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 theJKNamespace
objects.Method parameters in com.jk.web.faces.config with type arguments of type JKNamespaceModifier and TypeMethodDescriptionvoid
JKFacesConfigurations.setNamespaces
(List<JKNamespace> namespaces) This method sets the list ofJKNamespace
objects 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 newJKTagMapping
with the provided parameters.