Class DbfFactory

java.lang.Object
com.sun.faces.config.manager.DbfFactory

public class DbfFactory
extends Object

Create and configure DocumentBuilderFactory instances.

  • Field Details

  • Constructor Details

  • Method Details

    • getFactory

      public static DocumentBuilderFactory getFactory()
    • getSchema

      public static Schema getSchema​(jakarta.servlet.ServletContext servletContext, DbfFactory.FacesSchema schemaId)
      Get the schema for the given schema id.
      Parameters:
      servletContext - the backing servlet context.
      schemaId - the schema id.
      Returns:
      the schema, or null if not found.
    • removeSchemaMap

      public static void removeSchemaMap​(jakarta.servlet.ServletContext servletContext)
      Remove the schema map from the servlet context.
      Parameters:
      servletContext - the servlet context.