org.codehaus.groovy.grails.web.taglib
Class GrailsTagRegistry
java.lang.Object
org.codehaus.groovy.grails.web.taglib.GrailsTagRegistry
public class GrailsTagRegistry
- extends Object
A registry for holding all Grails tag implementations
- Since:
- 11-Jan-2006
- Author:
- Graeme Rocher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static GrailsTagRegistry getInstance()
registerTag
public void registerTag(String tagName,
Class tag)
tagSupported
public boolean tagSupported(String tagName)
isSyntaxTag
public boolean isSyntaxTag(String tagName)
newTag
public GrailsTag newTag(String tagName)
isRequestContextTag
public boolean isRequestContextTag(String tagName)
Copyright (c) 2005-2009 The Grails project