org.xulfaces.http
Class ResourcesDeployer

java.lang.Object
  extended by org.xulfaces.http.ResourcesDeployer
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

public class ResourcesDeployer
extends java.lang.Object
implements javax.servlet.ServletContextListener

Version:
$Id$
Author:
kito31

Constructor Summary
ResourcesDeployer()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
           
 void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
           
protected  void deployJs(java.lang.String realPath, java.lang.String parentDir, java.lang.String resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourcesDeployer

public ResourcesDeployer()
Method Detail

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener

deployJs

protected void deployJs(java.lang.String realPath,
                        java.lang.String parentDir,
                        java.lang.String resource)


Copyright © 2007 null. All Rights Reserved.