public class AjaxListener extends BaseListener
| Modifier and Type | Field and Description |
|---|---|
static List<FileTransfer> |
LIST_PATH_FILES |
| Constructor and Description |
|---|
AjaxListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent arg0) |
void |
contextInitialized(javax.servlet.ServletContext servletContext) |
void |
contextInitialized(javax.servlet.ServletContextEvent evt)
Handles finding all CSS, JavaScript, and image resources from this
taglib's JAR file and copies them to a directory in the web app's
root directory where the tab components can link to them.
|
static void |
createLibraries(boolean b) |
void |
init() |
createComponentDir, writeFilepublic static List<FileTransfer> LIST_PATH_FILES
public void init()
init in class BaseListenerpublic static void createLibraries(boolean b)
public void contextInitialized(javax.servlet.ServletContextEvent evt)
BaseListenercontextInitialized in interface javax.servlet.ServletContextListenercontextInitialized in class BaseListenerpublic void contextInitialized(javax.servlet.ServletContext servletContext)
public void contextDestroyed(javax.servlet.ServletContextEvent arg0)
contextDestroyed in interface javax.servlet.ServletContextListenercontextDestroyed in class BaseListenerCopyright © 2015. All Rights Reserved.