public final class MixedAppListener extends ModernAppListener
CFC_EXTENSION, MODE_CURRENT, MODE_CURRENT_OR_ROOT, MODE_CURRENT2ROOT, MODE_ROOT
Constructor and Description |
---|
MixedAppListener() |
Modifier and Type | Method and Description |
---|---|
String |
getType() |
boolean |
hasOnApplicationStart() |
boolean |
hasOnSessionStart(PageContext pc) |
void |
onDebug(PageContext pc)
called after "onRequestEnd" to generate debugging output, will only be called when debugging is enabled
|
void |
onError(PageContext pc,
PageException pe)
this method will be called if server has a error (exception) not throwed by a try-catch block
|
void |
onRequest(PageContext pc,
PageSource requestedPage,
RequestListener rl)
this method will be called the application self
|
void |
onTimeout(PageContext pc)
will be called when server is run int a timeout
|
getMode, hasOnSessionEnd, onApplicationEnd, onApplicationStart, onSessionEnd, onSessionStart, setMode
onServerEnd, onServerStart, setType
public MixedAppListener()
public void onRequest(PageContext pc, PageSource requestedPage, RequestListener rl) throws PageException
ApplicationListener
onRequest
in interface ApplicationListener
onRequest
in class ModernAppListener
PageException
public final String getType()
getType
in interface ApplicationListener
getType
in class ModernAppListener
public void onDebug(PageContext pc) throws PageException
ApplicationListener
onDebug
in interface ApplicationListener
onDebug
in class ModernAppListener
PageException
public void onError(PageContext pc, PageException pe)
ApplicationListener
onError
in interface ApplicationListener
onError
in class ModernAppListener
pe
- PageExcpetion Exception that has been throwedpublic boolean hasOnSessionStart(PageContext pc)
hasOnSessionStart
in interface ApplicationListener
hasOnSessionStart
in class ModernAppListener
public boolean hasOnApplicationStart()
hasOnApplicationStart
in interface ApplicationListener
hasOnApplicationStart
in class AppListenerSupport
public void onTimeout(PageContext pc)
ApplicationListener
onTimeout
in interface ApplicationListener
onTimeout
in class AppListenerSupport
Copyright © 2015 Lucee