Groovy Documentation

grails-app.taglib.org.grails.grailsui
Class ResourcesTagLib

java.lang.Object
  grails-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

applicationContext

def applicationContext


namespace

static def namespace


resources

def resources
Used to identify what resources will be used on a gsp page. This allows only one tag to be included in the header, that contains all the grailsUI components to be used. It writes out a list of script and css include tags that is optimized for the components that are included. -- attrs.components = String with comma delimited component names that will be used on the gsp page -- attrs.mode = 'minimal', 'debug', or 'raw' (if null, defaults to 'minimal')


resourcesTagLibService

def resourcesTagLibService


 
Constructor Detail

ResourcesTagLib

ResourcesTagLib()


 
Method Detail

setApplicationContext

public void setApplicationContext(ApplicationContext applicationContext)


 

Groovy Documentation