org.mentawai.tag.html.dyntag.menu.listener
Class MenuListener
java.lang.Object
org.mentawai.tag.html.dyntag.BaseListener
org.mentawai.tag.html.dyntag.menu.listener.MenuListener
- All Implemented Interfaces:
- EventListener, javax.servlet.ServletContextListener
public class MenuListener
- extends BaseListener
- Author:
- Robert Willain
|
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. |
void |
init()
|
void |
loadSkin(String skinName)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DIRS_FOLDER_NAME
public static List<String> DIRS_FOLDER_NAME
DEFAULT_SKIN
public static String DEFAULT_SKIN
SKINS
public static Map<String,ArrayList<FileTransfer>> SKINS
loadedSkin
public static String loadedSkin
MenuListener
public MenuListener()
init
public void init()
- Specified by:
init in class BaseListener
loadSkin
public void loadSkin(String skinName)
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.