Home
last modified time | relevance | path

Searched refs:RESOURCE_LOADER_IDENTIFIER (Results 1 – 3 of 3) sorted by relevance

/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/
DResourceManagerImpl.java132 configuration.getString(RuntimeConstants.RESOURCE_LOADER_IDENTIFIER) + in initialize()
251 … loaderConfiguration.setProperty(RuntimeConstants.RESOURCE_LOADER_IDENTIFIER, loaderName); in assembleResourceLoaderInitializers()
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
DRuntimeConstants.java492 String RESOURCE_LOADER_IDENTIFIER = "_RESOURCE_LOADER_IDENTIFIER_"; field
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader/
DResourceLoader.java82 String loaderName = configuration.getString(RuntimeConstants.RESOURCE_LOADER_IDENTIFIER); in commonInit()