|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.web.fn.ThemeProperties
public class ThemeProperties
A utility theme properties loader
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |