getAbbreviationSet(TemplateContext context) Returns a set of abbreviations of the templates that are applicable for a
given context.
Parameters: context - the context of the template.
boolean
isApplicable(TemplateContext context) Determines if this provider is applicable for a given context.
Parameters: context - the context of the template.
Returns a set of abbreviations of the templates that are applicable for a
given context.
Parameters: context - the context of the template. the set of abbreviations of the applicable templates.
Determines if this provider is applicable for a given context.
Parameters: context - the context of the template. true if this provider is able to serve requiest forthe specified context, otherwise false.