public class TagLibArtefactHandler extends ArtefactHandlerAdapter
Configures tag libraries within namespaces in Grails.
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
PLUGIN_NAME |
|
static java.lang.String |
TYPE |
Constructor and description |
---|
TagLibArtefactHandler
() |
Type Params | Return Type | Name and description |
---|---|---|
|
public GrailsClass |
getArtefactForFeature(java.lang.Object feature) Looks up a tag library by using either a full qualified tag name such as g:link or via namespace such as "g". |
|
public java.lang.String |
getPluginName() |
|
public void |
initialize(ArtefactInfo artefacts) Creates a map of tags (keyed on "${namespace}:${tagName}") to tag libraries. |
Looks up a tag library by using either a full qualified tag name such as g:link or via namespace such as "g".
feature
- The tag name or namespaceCreates a map of tags (keyed on "${namespace}:${tagName}") to tag libraries.