if (LOG.isDebugEnabled()) {
LOG.debug("outcome = '" + outcome + "'");
}
NavigationHandler navigationHandler = application.getNavigationHandler();
navigationHandler.handleNavigation(facesContext, null, outcome);
lifecycle.render(facesContext);
}
public abstract String invokeApplication(FacesContext facesContext);
/** will be called to initilize the first ViewRoot,