|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openxri.factories.ProxyConfigFactory
public class ProxyConfigFactory
Can construct an appropriate ProxyConfig object based on a map (which at a minimum must contain a class name for the ProxyConfig implementation).
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_PROXY_CONFIG_CLASS
|
static java.lang.String |
PROXY_CONFIG_CLASS
|
Method Summary | |
---|---|
static java.lang.ClassLoader |
getClassLoader()
|
static ProxyConfig |
getSingleton()
Get the proxy config implementation and hope it's initialized already. |
static ProxyConfig |
initSingleton(javax.servlet.FilterConfig filterConfig)
Construct the concrete implementation of the ProxyConfig interface, based on a filter config. |
static ProxyConfig |
initSingleton(javax.servlet.ServletConfig servletConfig)
Construct the concrete implementation of the ProxyConfig interface, based on a servlet config. |
static ProxyConfig |
initSingleton(javax.servlet.ServletContext servletContext,
java.util.Properties properties)
Construct the concrete implementation of the ProxyConfig interface, based on a servlet context and properties. |
static void |
setClassLoader(java.lang.ClassLoader classLoader)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PROXY_CONFIG_CLASS
public static final java.lang.String DEFAULT_PROXY_CONFIG_CLASS
Method Detail |
---|
public static ProxyConfig initSingleton(javax.servlet.ServletContext servletContext, java.util.Properties properties) throws java.lang.Exception
java.lang.Exception
public static ProxyConfig initSingleton(javax.servlet.ServletConfig servletConfig) throws java.lang.Exception
java.lang.Exception
public static ProxyConfig initSingleton(javax.servlet.FilterConfig filterConfig) throws java.lang.Exception
java.lang.Exception
public static ProxyConfig getSingleton()
public static java.lang.ClassLoader getClassLoader()
public static void setClassLoader(java.lang.ClassLoader classLoader)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |