org.mentawai.tag.html.ajax.listener
Class AjaxListener
java.lang.Object
org.mentawai.tag.html.dyntag.BaseListener
org.mentawai.tag.html.ajax.listener.AjaxListener
- All Implemented Interfaces:
- EventListener, javax.servlet.ServletContextListener
public class AjaxListener
- extends BaseListener
- Author:
- Robert Willian Gil
|
Method Summary |
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()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LIST_PATH_FILES
public static List<FileTransfer> LIST_PATH_FILES
AjaxListener
public AjaxListener()
init
public void init()
- Specified by:
init in class BaseListener
createLibraries
public static void createLibraries(boolean b)
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent evt)
- Description copied from class:
BaseListener
- 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.
- Specified by:
contextInitialized in interface javax.servlet.ServletContextListener- Specified by:
contextInitialized in class BaseListener
contextInitialized
public void contextInitialized(javax.servlet.ServletContext servletContext)
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent arg0)
- Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener- Specified by:
contextDestroyed in class BaseListener
Copyright © 2012. All Rights Reserved.