* "StandaloneEditor.html" then the StandaloneGuidedEditorManager is used to
* render the view. If not, the default view is shown.
*/
private void createMain() {
if ( Window.Location.getPath().contains( "StandaloneEditor.html" ) ) {
RootLayoutPanel.get().add( new StandaloneEditorManager().getBaseLayout() );
} else {
ClientFactory clientFactory = GWT.create( ClientFactory.class );
EventBus eventBus = clientFactory.getEventBus();
PlaceController placeController = clientFactory.getPlaceController();