public abstract class StaplerClosureScript extends GroovyClosureScript
| Modifier and Type | Field and Description |
|---|---|
protected java.net.URL |
scriptURL
Where was this script loaded from?
|
| Constructor and Description |
|---|
StaplerClosureScript() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
_(java.lang.String text)
Looks up the resource bundle with the given key, and returns that string,
or otherwise return 'text' as-is.
|
java.lang.String |
_(java.lang.String key,
java.lang.Object... args)
Looks up the resource bundle with the given key, formats with arguments,
then return that formatted string.
|
getDelegate, getProperty, invokeMethod, setDelegate, setPropertypublic java.lang.String _(java.lang.String text)
public java.lang.String _(java.lang.String key,
java.lang.Object... args)
Copyright © 2013. All Rights Reserved.