A trait that adds the ability invoke tags to any class
Type Params | Return Type | Name and description |
---|---|---|
|
org.grails.taglib.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(org.grails.taglib.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 |
---|---|
interface grails.web.api.WebAttributes |
grails.web.api.WebAttributes#getParams(), grails.web.api.WebAttributes#currentRequestAttributes(), grails.web.api.WebAttributes#getActionName(), grails.web.api.WebAttributes#getControllerName(), grails.web.api.WebAttributes#getControllerClass(), grails.web.api.WebAttributes#getControllerNamespace(), grails.web.api.WebAttributes#getGrailsAttributes(), grails.web.api.WebAttributes#getWebRequest(), grails.web.api.WebAttributes#getFlash(), grails.web.api.WebAttributes#getGrailsApplication(), grails.web.api.WebAttributes#getPluginContextPath() |
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
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