|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.gui.legacy.util.ContextUtils
@Deprecated public class ContextUtils
Utilities class that provides convenience methods for operating on the servlet context.
| Constructor Summary | |
|---|---|
ContextUtils()
Deprecated. |
|
| Method Summary | |
|---|---|
static Map |
getMapOfContextAttributes(javax.servlet.ServletContext context)
Deprecated. Used by ActionProcessLocator for getting attributes out of the ServletContext |
static Properties |
loadProperties(javax.servlet.ServletContext context,
String filename)
Deprecated. Load the specified properties file and return the properties. |
static void |
saveProperties(javax.servlet.ServletContext context,
String filename,
Properties props)
Deprecated. |
static boolean |
usingLDAPAuthentication(javax.servlet.ServletContext context)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContextUtils()
| Method Detail |
|---|
public static Map getMapOfContextAttributes(javax.servlet.ServletContext context)
public static Properties loadProperties(javax.servlet.ServletContext context,
String filename)
throws Exception
context - the ServletContextfilename - the fully qualified name of the properties file
Exception - if a problem occurs while loading the file
public static void saveProperties(javax.servlet.ServletContext context,
String filename,
Properties props)
throws Exception
Exception
public static boolean usingLDAPAuthentication(javax.servlet.ServletContext context)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||