| java.lang.Object org.netbeans.modules.web.project.WebTemplateAttributesProvider
WebTemplateAttributesProvider | final class WebTemplateAttributesProvider implements CreateFromTemplateAttributesProvider(Code) | | Provides attributes that can be used inside scripting templates.
project.license
- attribute containing license name.
The provider reads
project.license property from build.properties
and returns it as the template attribute. In case the property is not available
the attribute is filled with "default" value.
author: Jan Pokorsky |
WebTemplateAttributesProvider | WebTemplateAttributesProvider(AntProjectHelper helper)(Code) | | |
attributesFor | public Map<String, ?> attributesFor(DataObject template, DataFolder target, String name)(Code) | | |
|
|