Package railo.runtime.listener

Examples of railo.runtime.listener.ClassicAppListener


     // none
     if("none".equalsIgnoreCase(type)) 
       return new NoneAppListener();
     // classic
     if("classic".equalsIgnoreCase(type))
       return new ClassicAppListener();
     // modern
     if("modern".equalsIgnoreCase(type)) 
       return new ModernAppListener();
     // mixed
     if("mixed".equalsIgnoreCase(type)) 
View Full Code Here

TOP

Related Classes of railo.runtime.listener.ClassicAppListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.