<%-- - Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved. - - This program and the accompanying materials are made available under the - terms of the Eclipse Public License v1.0 which accompanies this distribution, - and is available at http://www.eclipse.org/legal/epl-v10.html --%> <%@ page import="java.net.URL"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <% String filePath = "/WEB-INF/jsp/custommain.jsp"; URL fileURL = pageContext.getServletContext().getResource(filePath); if (fileURL != null) { %> <% } %> ${name}
<% String jsPath = "/WEB-INF/jsp/customjs.jsp"; URL jsURL = pageContext.getServletContext().getResource(jsPath); if (jsURL != null) { %> <% } else { %> <% } %>