Uses of Class
com.sun.faces.config.manager.FacesSchema
-
Packages that use FacesSchema Package Description com.sun.faces.config.manager -
-
Uses of FacesSchema in com.sun.faces.config.manager
Methods in com.sun.faces.config.manager that return FacesSchema Modifier and Type Method Description static FacesSchemaFacesSchema. fromDocumentId(String documentNS, String version, String localName)Maps a document id (coordinates) to a logical faces schema version.static FacesSchemaFacesSchema. valueOf(String name)Returns the enum constant of this type with the specified name.static FacesSchema[]FacesSchema. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.faces.config.manager with parameters of type FacesSchema Modifier and Type Method Description static SchemaDbfFactory. getSchema(jakarta.servlet.ServletContext servletContext, FacesSchema schemaId)Get the schema for the given schema id.
-