throws ClassNotFoundException, InstantiationException, IllegalAccessException
{
String parentDir = PageFlowUtils.getModulePathForRelativeURI( path );
HttpServletRequest request = context.getHttpRequest();
HttpServletResponse response = context.getHttpResponse();
ModuleConfig mc = InternalUtils.ensureModuleConfig( parentDir, request, getServletContext() );
LinkedHashMap/*< String, SharedFlowController >*/ sharedFlows = getDefaultSharedFlows( context );
if ( mc != null )
{
ControllerConfig cc = mc.getControllerConfig();
if ( cc instanceof PageFlowControllerConfig )
{
Map/*< String, String >*/ sharedFlowTypes = ( ( PageFlowControllerConfig ) cc ).getSharedFlowTypes();