public class ThemeProperties extends Object
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
getPropertyMap(javax.servlet.ServletRequest req,
String key) |
static boolean |
loadProperties(javax.servlet.ServletRequest req,
InputStream in)
Loads a properties file and apply them into the request scope
|
static boolean |
loadProperties(javax.servlet.ServletRequest req,
String bundleName)
Loads a properties file and apply them into the request scope
|
public static boolean loadProperties(javax.servlet.ServletRequest req,
String bundleName)
public static boolean loadProperties(javax.servlet.ServletRequest req,
InputStream in)
Copyright © 2022. All rights reserved.