}
}
if ( classDirs != null )
{
_pageFlowClassLoader = new BouncyClassLoader( classDirs, contextClassLoader );
StringBuffer message = new StringBuffer("Reloadable Page Flow classes enabled; using class directories ");
for (int i = 0; i < classDirs.length; i++) {
if (i != 0) {
message.append(", ");