JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.codehaus.groovy.groovydoc
GroovyTag
Contents
Description
Method Summary
Method Details
name()
param()
text()
Hide sidebar
Show sidebar
Interface GroovyTag
All Known Implementing Classes:
SimpleGroovyTag
public interface
GroovyTag
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
name
()
The tag name, e.g.
String
param
()
The optional parameter for tags like "throws" and "param".
String
text
()
The text associated with the tag.
Method Details
name
String
name
()
The tag name, e.g. "deprecated", "param", "see" or "author".
param
String
param
()
The optional parameter for tags like "throws" and "param".
text
String
text
()
The text associated with the tag.