org.codehaus.groovy.grails.web.pages.ext.jsp
Interface JspTagLib
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()
|
getURI
java.lang.String getURI()
- Returns:
- The URI of the tag library
getTag
JspTag getTag(java.lang.String name)
- Obtains a reference to a JspTag instance contained within the library
- Parameters:
name - The name of the tag
- Returns:
- A JspTag instance or null if it doesn't exist