// If this is a FlowController module, make a callback to the event reporter.
ControllerConfig cc = ac.getControllerConfig();
if ( cc instanceof PageFlowControllerConfig )
{
PageFlowControllerConfig pfcc = ( PageFlowControllerConfig ) cc;
PageFlowEventReporter er = AdapterManager.getServletContainerAdapter( getServletContext() ).getEventReporter();
er.flowControllerRegistered( modulePath, pfcc.getControllerClass(), ac );
}
// Initialize any delegating action configs or exception handler configs.
InternalUtils.initDelegatingConfigs(ac, getServletContext());