railo.runtime.listener
Interface RequestListener

All Known Implementing Classes:
RestRequestListener

public interface RequestListener

this lstener is executed after the application.cfc/application.cfm was invoked, but before onApplicationStart, this class can change the PageSource executed


Method Summary
 PageSource execute(PageContext pc, PageSource requestedPage)
          execute by the Application Listener
 

Method Detail

execute

PageSource execute(PageContext pc,
                   PageSource requestedPage)
                   throws PageException
execute by the Application Listener

Parameters:
pc - page context of the current request
requestedPage - original requested pagesource
Returns:
pagesource that should be use by the ApplicationListener
Throws:
PageException


Copyright © 2012 Railo