. 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

@@ -84,6 +84,13 @@ public class RenderingEngineTemplateImpl
this.nodeService.getProperty(this.nodeRef,
ContentModel.PROP_DESCRIPTION);
}
public String getOutputPathPattern()
{
return (String)
this.nodeService.getProperty(this.renditionPropertiesNodeRef,
WCMModel.PROP_OUTPUT_PATH_PATTERN_FOR_RENDITION);
}
public NodeRef getNodeRef()
{
@@ -132,7 +139,6 @@ public class RenderingEngineTemplateImpl
final TemplateHashModel formInstanceDataModel = new TemplateHashModel()
{
private TemplateModel formInstanceDataModel;
public TemplateModel get(final String key)