@groovy.transform.Trait @groovy.transform.CompileStatic trait TagLibraryInvoker extends grails.web.api.WebAttributes
A trait that adds the ability invoke tags to any class
Type | Name and description |
---|---|
TagLibraryLookup |
tagLibraryLookup |
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)
|
Methods inherited from class | Name |
---|---|
interface grails.web.api.WebAttributes |
grails.web.api.WebAttributes#getParams(), grails.web.api.WebAttributes#currentRequestAttributes(), grails.web.api.WebAttributes#getGrailsAttributes(), grails.web.api.WebAttributes#getControllerName(), grails.web.api.WebAttributes#getControllerNamespace(), grails.web.api.WebAttributes#getControllerClass(), grails.web.api.WebAttributes#getPluginContextPath(), grails.web.api.WebAttributes#getActionName(), grails.web.api.WebAttributes#getFlash(), grails.web.api.WebAttributes#getWebRequest(), grails.web.api.WebAttributes#getGrailsApplication() |
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