ResourceProviderEntry
This class is comparable to itself to help keep the child entries list sorted by their prefix.
161162163164165166167
private String[] searchPath; private ResourceProviderEntry rootProviderEntry; public JcrResourceResolverFactoryImpl() { this.rootProviderEntry = new ResourceProviderEntry("/", null, null); }
186187188189190191192
// whether to mangle paths with namespaces or not private boolean mangleNamespacePrefixes; public JcrResourceResolverFactoryImpl() { this.rootProviderEntry = new ResourceProviderEntry("/", null, null); }