public class ThemeProperties
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,java.lang.Object> |
getPropertyMap(javax.servlet.ServletRequest req,
java.lang.String key) |
static boolean |
loadProperties(javax.servlet.ServletRequest req,
java.io.InputStream in)
Loads a properties file and apply them into the request scope
|
static boolean |
loadProperties(javax.servlet.ServletRequest req,
java.lang.String bundleName)
Loads a properties file and apply them into the request scope
|
public static boolean loadProperties(javax.servlet.ServletRequest req, java.lang.String bundleName)
public static boolean loadProperties(javax.servlet.ServletRequest req, java.io.InputStream in)
public static java.util.Map<java.lang.String,java.lang.Object> getPropertyMap(javax.servlet.ServletRequest req, java.lang.String key)
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.