public interface CreateFromTemplateAttributesProvider
smart templating. Implementations of this class can be registered in the global
Lookup
and allows anyone provide additional parameters to each CreateFromTemplateHandler
s
when a template is instantiating.
Read more in the howto document.Modifier and Type | Method and Description |
---|---|
Map<String,?> |
attributesFor(DataObject template,
DataFolder target,
String name)
Called when a template is about to be instantiated to provide additional
values to the
CreateFromTemplateHandler that will handle the
template instantiation. |
Map<String,?> attributesFor(DataObject template, DataFolder target, String name)
CreateFromTemplateHandler
that will handle the
template instantiation.template
- the template that is being processedtarget
- the destination foldername
- the name of the object to createBuilt on May 5 2012. | Portions Copyright 1997-2012 Sun Microsystems, Inc. All rights reserved.