|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectgrails-app.taglib.org.grails.grailsui.ResourcesTagLib
class ResourcesTagLib
Property Summary | |
---|---|
def |
applicationContext
|
static def |
namespace
|
def |
resources
Used to identify what resources will be used on a gsp page. |
def |
resourcesTagLibService
|
Constructor Summary | |
ResourcesTagLib()
|
Method Summary | |
---|---|
void
|
setApplicationContext(ApplicationContext applicationContext)
|
Methods inherited from class java.lang.Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Property Detail |
---|
def applicationContext
static def namespace
def resources
def resourcesTagLibService
Constructor Detail |
---|
ResourcesTagLib()
Method Detail |
---|
public void setApplicationContext(ApplicationContext applicationContext)
Groovy Documentation