A trait that adds the ability invoke tags to any class
| Type Params | Return Type | Name and description |
|---|---|---|
|
TagLibraryLookup |
getTagLibraryLookup() |
|
java.lang.String |
getTaglibNamespace() |
|
java.lang.Object |
methodMissing(java.lang.String methodName, java.lang.Object argsObject)Method missing implementation that handles tag invocation by method name |
|
java.lang.Object |
propertyMissing(java.lang.String propertyName)Looks up namespaces on missing property |
|
void |
setTagLibraryLookup(TagLibraryLookup tagLibraryLookup) |
<T> |
T |
withCodec(java.lang.Object codecInfo, groovy.lang.Closure<T> body)@see WithCodecHelper#withCodec(grails.core.GrailsApplication, java.lang.Object, groovy.lang.Closure) |
| Methods inherited from class | Name |
|---|---|
trait WebAttributes |
currentRequestAttributes, getActionName, getControllerClass, getControllerName, getControllerNamespace, getFlash, getGrailsApplication, getGrailsAttributes, getParams, getPluginContextPath, getWebRequest |
Method missing implementation that handles tag invocation by method name
instance - The instancemethodName - The method nameargsObject - The argumentsLooks up namespaces on missing property
instance - The instancepropertyName - The property name