. Create Web Project wizard now reads default selections

- for file patterns, templates and rendering file patterns from model as persisted by the Create Form Wizard
. Some UI tidy ups

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@4356 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-11-14 19:51:41 +00:00
parent 42be18790d
commit b800048730
9 changed files with 57 additions and 12 deletions

View File

@@ -38,6 +38,9 @@ public interface RenderingEngineTemplate
/** the description of the form */
public String getDescription();
/** the output path pattern for renditions */
public String getOutputPathPattern();
/**
* Provides the rendering engine to use to process this template.
*