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
execute
PageSource execute(PageContext pc,
PageSource requestedPage)
throws PageException
- execute by the Application Listener
- Parameters:
pc
- page context of the current requestrequestedPage
- original requested pagesource
- Returns:
- pagesource that should be use by the ApplicationListener
- Throws:
PageException
Copyright © 2012 Railo