public abstract class GroovyHelper extends Object
Constructor and Description |
---|
GroovyHelper() |
Modifier and Type | Method and Description |
---|---|
abstract void |
addURL(URL toAdd) |
static GroovyHelper |
getCurrentInstance() |
static GroovyHelper |
getCurrentInstance(javax.faces.context.FacesContext ctx) |
static GroovyHelper |
getCurrentInstance(javax.servlet.ServletContext sc) |
static boolean |
isGroovyAvailable(javax.faces.context.FacesContext ctx) |
abstract Class<?> |
loadScript(String name) |
static Object |
newInstance(String name) |
static Object |
newInstance(String name,
Class<?> type,
Object root) |
abstract void |
setClassLoader() |
public static boolean isGroovyAvailable(javax.faces.context.FacesContext ctx)
public static GroovyHelper getCurrentInstance(javax.faces.context.FacesContext ctx)
public static GroovyHelper getCurrentInstance(javax.servlet.ServletContext sc)
public static GroovyHelper getCurrentInstance()
public static Object newInstance(String name, Class<?> type, Object root) throws Exception
Exception
public abstract void setClassLoader()
public abstract void addURL(URL toAdd)
Copyright © 2010–2019 JBoss by Red Hat. All rights reserved.