public interface WebPrivilegedTemplates
j2ee/webtier/templates
folder in a module layer.Modifier and Type | Method and Description |
---|---|
String[] |
getPrivilegedTemplates(WebModule webModule)
Returns the list of templates which should be added in the initial "privileged" list
when created a new file.
|
String[] getPrivilegedTemplates(WebModule webModule)
webModule
- the web module to return the templates for.
For example, it can be used to find out whether the web module is extended
by a framework and then appropriate templates for the framework can be offered
in the list of privileged list of templates.Templates/Other/XmlFile.xml
; never null.