org.codehaus.groovy.grails.plugins.web.taglib
Class ApplicationTagLib
java.lang.Object
org.codehaus.groovy.grails.plugins.web.taglib.ApplicationTagLib
- All Implemented Interfaces:
- groovy.lang.GroovyObject, InitializingBean, ApplicationContextAware
public class ApplicationTagLib
- extends Object
- implements ApplicationContextAware, InitializingBean, groovy.lang.GroovyObject
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationTagLib
public ApplicationTagLib()
getApplicationContext
public ApplicationContext getApplicationContext()
setApplicationContext
public void setApplicationContext(ApplicationContext value)
- Specified by:
setApplicationContext
in interface ApplicationContextAware
getPluginManager
public GrailsPluginManager getPluginManager()
setPluginManager
public void setPluginManager(GrailsPluginManager value)
getGrailsUrlMappingsHolder
public Object getGrailsUrlMappingsHolder()
setGrailsUrlMappingsHolder
public void setGrailsUrlMappingsHolder(Object value)
getSCOPES
public static Object getSCOPES()
getUseJsessionId
public boolean getUseJsessionId()
isUseJsessionId
public boolean isUseJsessionId()
setUseJsessionId
public void setUseJsessionId(boolean value)
getCookie
public Object getCookie()
setCookie
public void setCookie(Object value)
getHeader
public Object getHeader()
setHeader
public void setHeader(Object value)
getSet
public Object getSet()
setSet
public void setSet(Object value)
getCreateLinkTo
public Object getCreateLinkTo()
setCreateLinkTo
public void setCreateLinkTo(Object value)
getResource
public Object getResource()
setResource
public void setResource(Object value)
getLink
public Object getLink()
setLink
public void setLink(Object value)
getCreateLink
public Object getCreateLink()
setCreateLink
public void setCreateLink(Object value)
getWithTag
public Object getWithTag()
setWithTag
public void setWithTag(Object value)
getMeta
public Object getMeta()
setMeta
public void setMeta(Object value)
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSet
in interface InitializingBean
makeServerURL
public String makeServerURL()
$getStaticMetaClass
protected groovy.lang.MetaClass $getStaticMetaClass()
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass
in interface groovy.lang.GroovyObject
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc)
- Specified by:
setMetaClass
in interface groovy.lang.GroovyObject
invokeMethod
public Object invokeMethod(String method,
Object arguments)
- Specified by:
invokeMethod
in interface groovy.lang.GroovyObject
getProperty
public Object getProperty(String property)
- Specified by:
getProperty
in interface groovy.lang.GroovyObject
setProperty
public void setProperty(String property,
Object value)
- Specified by:
setProperty
in interface groovy.lang.GroovyObject
Copyright (c) 2005-2009 The Grails project