@groovy.transform.Trait @groovy.transform.CompileStatic trait TagLibraryInvoker extends 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)
|
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