@Deprecated
public class SPIClassPathContextListener
extends Object
implements javax.servlet.ServletContextListener
| Modifier and Type | Field and Description |
|---|---|
static String |
SPI_CLASS_PATH
Deprecated.
|
protected static AtomicReference<com.liferay.portal.kernel.resiliency.spi.provider.SPIProvider> |
spiProviderReference
Deprecated.
|
| Constructor and Description |
|---|
SPIClassPathContextListener()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addJarFiles(Set<File> jarFiles,
ClassLoader classLoader,
String className)
Deprecated.
|
protected void |
addJarFiles(Set<File> jarFiles,
File dir)
Deprecated.
|
void |
contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
Deprecated.
|
void |
contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
Deprecated.
|
protected static Class<?> |
loadClassDirectly(ClassLoader classLoader,
String className)
Deprecated.
|
public static volatile String SPI_CLASS_PATH
protected static final AtomicReference<com.liferay.portal.kernel.resiliency.spi.provider.SPIProvider> spiProviderReference
public void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
contextDestroyed in interface javax.servlet.ServletContextListenerpublic void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
contextInitialized in interface javax.servlet.ServletContextListenerprotected static Class<?> loadClassDirectly(ClassLoader classLoader,
String className)
throws Exception
Exceptionprotected void addJarFiles(Set<File> jarFiles,
ClassLoader classLoader,
String className)
protected void addJarFiles(Set<File> jarFiles,
File dir)