org.codehaus.groovy.grails.plugins.web.taglib
Class JavascriptTagLib
java.lang.Object
org.codehaus.groovy.grails.plugins.web.taglib.JavascriptTagLib
- All Implemented Interfaces:
- groovy.lang.GroovyObject
public class JavascriptTagLib
- extends Object
- implements groovy.lang.GroovyObject
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavascriptTagLib
public JavascriptTagLib()
getINCLUDED_LIBRARIES
public static Object getINCLUDED_LIBRARIES()
getINCLUDED_JS
public static Object getINCLUDED_JS()
getCONTROLLER
public static Object getCONTROLLER()
getLIBRARY_MAPPINGS
public static Object getLIBRARY_MAPPINGS()
getPROVIDER_MAPPINGS
public static Object getPROVIDER_MAPPINGS()
getPluginManager
public GrailsPluginManager getPluginManager()
setPluginManager
public void setPluginManager(GrailsPluginManager value)
getJavascript
public Object getJavascript()
setJavascript
public void setJavascript(Object value)
getRemoteFunction
public Object getRemoteFunction()
setRemoteFunction
public void setRemoteFunction(Object value)
getRemoteLink
public Object getRemoteLink()
setRemoteLink
public void setRemoteLink(Object value)
getRemoteField
public Object getRemoteField()
setRemoteField
public void setRemoteField(Object value)
getFormRemote
public Object getFormRemote()
setFormRemote
public void setFormRemote(Object value)
getSubmitToRemote
public Object getSubmitToRemote()
setSubmitToRemote
public void setSubmitToRemote(Object value)
getEscapeJavascript
public Object getEscapeJavascript()
setEscapeJavascript
public void setEscapeJavascript(Object value)
getSetProvider
public Object getSetProvider()
setSetProvider
public void setSetProvider(Object value)
$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