org.codehaus.groovy.grails.web.taglib
Class NamespacedTagDispatcher
java.lang.Object
groovy.lang.GroovyObjectSupport
org.codehaus.groovy.grails.web.taglib.NamespacedTagDispatcher
- All Implemented Interfaces:
- groovy.lang.GroovyObject
public class NamespacedTagDispatcher
- extends groovy.lang.GroovyObjectSupport
Methods inherited from class groovy.lang.GroovyObjectSupport |
getMetaClass, getProperty, setMetaClass, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NamespacedTagDispatcher
public NamespacedTagDispatcher(String ns,
Class callingType,
GrailsApplication application,
ApplicationContext applicationContext)
getNamespace
public String getNamespace()
setNamespace
public void setNamespace(String value)
getApplication
public GrailsApplication getApplication()
setApplication
public void setApplication(GrailsApplication value)
getApplicationContext
public ApplicationContext getApplicationContext()
setApplicationContext
public void setApplicationContext(ApplicationContext value)
getType
public Class getType()
setType
public void setType(Class value)
invokeMethod
public Object invokeMethod(String name,
Object args)
- Specified by:
invokeMethod
in interface groovy.lang.GroovyObject
- Overrides:
invokeMethod
in class groovy.lang.GroovyObjectSupport
$getStaticMetaClass
protected groovy.lang.MetaClass $getStaticMetaClass()
Copyright (c) 2005-2009 The Grails project