1 23 package org.infoglue.deliver.taglib.content; 24 25 import javax.servlet.jsp.JspException ; 26 27 import org.infoglue.cms.webservices.elements.RemoteAttachment; 28 29 32 33 public interface ContentVersionParameterInterface 34 { 35 40 public void addContentVersionAttribute(String name, String value) throws JspException ; 41 42 47 public void addDigitalAsset(RemoteAttachment remoteAttachment) throws JspException ; 48 49 } | Popular Tags |