class GspTagSourceMacro extends BaseMacro implements java.io.Serializable
Modifiers | Name | Description |
---|---|---|
protected java.lang.String |
description |
|
protected java.lang.String[] |
paramDescription |
Type | Name and description |
---|---|
java.util.List |
baseDirs |
Constructor and description |
---|
GspTagSourceMacro(java.lang.Object basedir) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
execute(java.io.Writer out, MacroParameter params) |
|
java.lang.String |
extractTagClosureSource(java.lang.String tagName, java.lang.String sourceText) Extracts the Closure source code for a given tag name. |
|
java.lang.String |
getName() |
Extracts the Closure source code for a given tag name.
tagName
- name of the tag method to extract the source code forsourceText
- the source code to searchGroovy Documentation