railo.runtime.listener
Class MixedAppListener

java.lang.Object
  extended by railo.runtime.listener.AppListenerSupport
      extended by railo.runtime.listener.ModernAppListener
          extended by railo.runtime.listener.MixedAppListener
All Implemented Interfaces:
ApplicationListener

public final class MixedAppListener
extends ModernAppListener


Field Summary
 
Fields inherited from interface railo.runtime.listener.ApplicationListener
CFC_EXTENSION, MODE_CURRENT, MODE_CURRENT2ROOT, MODE_ROOT
 
Constructor Summary
MixedAppListener()
           
 
Method Summary
 String getType()
           
 void onRequest(PageContext pc, PageSource requestedPage, RequestListener rl)
          this method will be called the application self
 
Methods inherited from class railo.runtime.listener.ModernAppListener
getMode, hasOnSessionStart, onApplicationEnd, onApplicationStart, onDebug, onError, onSessionEnd, onSessionStart, setMode
 
Methods inherited from class railo.runtime.listener.AppListenerSupport
hasOnApplicationStart, onServerEnd, onServerStart, onTimeout, setType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MixedAppListener

public MixedAppListener()
Method Detail

onRequest

public void onRequest(PageContext pc,
                      PageSource requestedPage,
                      RequestListener rl)
               throws PageException
Description copied from interface: ApplicationListener
this method will be called the application self

Specified by:
onRequest in interface ApplicationListener
Overrides:
onRequest in class ModernAppListener
Throws:
PageException

getType

public final String getType()
Specified by:
getType in interface ApplicationListener
Overrides:
getType in class ModernAppListener
Returns:
the type


Copyright © 2012 Railo