@groovy.transform.CompileStatic trait TagLibrary
A trait that makes a class into a GSP tag library
| Type Params | Return Type | Name and description |
|---|---|---|
|
org.grails.buffer.GrailsPrintWriter |
getOut()Obtains the currently output writer |
|
org.grails.taglib.TemplateVariableBinding |
getPageScope()Obtains the page scope instance |
|
java.lang.String |
getTaglibNamespace() |
|
void |
initializeTagLibrary() |
|
java.lang.Object |
propertyMissing(java.lang.String name)Property missing implementation that looks up tag library namespaces or tags in the default namespace |
|
java.lang.Object |
raw(java.lang.Object value) |
|
void |
setOut(java.io.Writer newOut)Sets the current output writer |
|
void |
throwTagError(java.lang.String message)Throws a GrailsTagException |
Obtains the currently output writer
Obtains the page scope instance
Property missing implementation that looks up tag library namespaces or tags in the default namespace
name - The property nameSets the current output writer
newOut - The new output writerThrows a GrailsTagException
message - The error message