@CompileStatic class NamespacedTagDispatcher extends GroovyObjectSupport
Allows dispatching to namespaced tag libraries and is used within controllers and tag libraries to allow namespaced tags to be invoked as methods (eg. g.link(action:'foo')).
| Modifiers | Name | Description |
|---|---|---|
protected GrailsApplication |
application |
|
protected boolean |
developmentMode |
|
protected TagLibraryLookup |
lookup |
|
protected java.lang.String |
namespace |
|
protected java.lang.Class |
type |
| Constructor and description |
|---|
NamespacedTagDispatcher(java.lang.String ns, java.lang.Class callingType, GrailsApplication application, TagLibraryLookup lookup) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
initializeMetaClass() |
|
java.lang.Object |
methodMissing(java.lang.String name, java.lang.Object args) |
|
protected void |
registerTagMetaMethods(ExpandoMetaClass emc) |
| Methods inherited from class | Name |
|---|---|
class GroovyObjectSupport |
equals, getClass, getMetaClass, getProperty, hashCode, invokeMethod, notify, notifyAll, setMetaClass, setProperty, toString, wait, wait, wait |