<% /******************************************************************************* * Copyright (c) 2000, 2004 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ %> <% Perspective currentPerspective = controller.getCurrentPerspective(); %> <% StringBuffer panesFile = new StringBuffer("/"); panesFile.append(currentPerspective.getPanesFile()); %> <% if (!actionResult) { if (action.isStaleBreadCrumb()) { %> <% } } else { String treeContentVar = action.getTreeContentVar(); String propertiesContainerVar = action.getPropertiesContainerVar(); if (action.requiresTreeViewRefresh()) { if (treeContentVar != null) { %> <% } if (propertiesContainerVar != null) { %> <% } } else { Node selectedNode = action.getSelectedNode(); NodeManager nodeManager = selectedNode.getNodeManager(); Node previousSelectedNode = nodeManager.getPreviousSelectedNode(); int selectedNodeId = selectedNode.getNodeId(); if (treeContentVar != null) { %> <% } } %>