<%-- /******************************************************************************* * Copyright (c) 2013 University of Stuttgart. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * and the Apache License 2.0 which both accompany this distribution, * and are available at http://www.eclipse.org/legal/epl-v10.html * and http://www.apache.org/licenses/LICENSE-2.0 * * Contributors: * Oliver Kopp - initial API and implementation and/or initial documentation *******************************************************************************/ --%> <%@tag description="Dialog for adding an implementation / deployment artifact" pageEncoding="UTF-8"%> <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@taglib prefix="fup" tagdir="/WEB-INF/tags/common"%> <%@attribute name="name" required="true" description="Implementation | Deployment"%> <%@attribute name="repositoryURL" required="true" description="the URL of Winery's repository"%> <%@attribute name="onSuccessfulArtifactCreationFunction" required="true" description="javascript code to be executed when the artifact has been successfully created. Parameter: artifactInfo"%> <%@attribute name="allArtifactTypes" required="true" type="java.util.Collection" description="All available artifact types"%> <%@attribute name="allNamespaces" required="true" type="java.util.Collection" description="All known namespaces"%> <%@attribute name="defaultNSForArtifactTemplate" required="true" description="the default namespace of the artifact template"%> <%-- either URL or a function to be called for addition --%> <%@attribute name="URL" required="true" description="the URL of the artifact collection. May also be a function returning the correct URL (used at the topology modeler). I.e., it is an expression being evaluated"%> <%@attribute name="isDeploymentArtifact" required="true" type="java.lang.Boolean" description="Is this dialog used to create deployment artifacts?"%> <%-- required if implementation artifact --%> <%@attribute name="interfacesOfAssociatedType" type="java.util.List" %> <%-- file uploading part --%>