public class ResourceLookup extends Object
Constructor and Description |
---|
ResourceLookup() |
Modifier and Type | Method and Description |
---|---|
static String |
getFirstExisting(javax.servlet.ServletContext context,
String fileRoot,
String locale,
String orgFilePath,
String clientPath,
String filename,
String resourceDir)
Returns the first existing resource in the ordered search paths.
|
public static String getFirstExisting(javax.servlet.ServletContext context, String fileRoot, String locale, String orgFilePath, String clientPath, String filename, String resourceDir)
context
- Servlet Context Reference.fileRoot
- locale
- orgFilePath
- clientPath
- filename
- resourceDir
- absolute path of template base directoryString
first existing resource in the ordered
search paths.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.