mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
comments
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3605 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -20,12 +20,21 @@ import org.w3c.dom.Document;
|
||||
import java.io.Serializable;
|
||||
import java.io.Writer;
|
||||
|
||||
/**
|
||||
* Generates a user interface for inputing data into a template.
|
||||
*/
|
||||
public interface TemplateInputMethod
|
||||
extends Serializable
|
||||
{
|
||||
|
||||
/**
|
||||
* Generates a user interface for inputing data into this template.
|
||||
*
|
||||
* @param instanceData provides the xml instance data if available.
|
||||
* @param tt the template type to generate for
|
||||
* @param out the writer to write the output to.
|
||||
*/
|
||||
public void generate(final InstanceData instanceData,
|
||||
final TemplateType tt,
|
||||
final Writer out);
|
||||
|
||||
// public String getSchemaInputURL(final TemplateType tt);
|
||||
}
|
||||
|
Reference in New Issue
Block a user