|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface JspTagLib
An interface that represents a Jsp taglib
| Method Summary | |
|---|---|
JspTag
|
getTag(java.lang.String name)
Obtains a reference to a JspTag instance contained within the library |
java.lang.String
|
getURI()
@return The URI of the tag library |
| Method Detail |
|---|
public JspTag getTag(java.lang.String name)
name - The name of the tag
public java.lang.String getURI()
Groovy Documentation