static IScript |
IScriptCtrl.from(Script instance) |
|
static IScript |
IScript.of(java.lang.String content) |
Returns the instance with the given content.
|
static IScript |
IScript.ofId(java.lang.String id) |
Returns the instance with the given id.
|
static IScript |
IScript.ofSrc(java.lang.String src) |
Returns the instance with the given src.
|
IScript |
IScript.withCharset(java.lang.String charset) |
Returns a copy of this immutable component with the specified
charset .
|
IScript |
IScript.withContent(java.lang.String content) |
Returns a copy of this immutable component with the specified
content .
|
IScript |
IScript.withDefer(boolean defer) |
Returns a copy of this immutable component with the specified
defer .
|
IScript |
IScript.withPackages(java.lang.String packages) |
Returns a copy of this immutable component with the specified
packages .
|
IScript |
IScript.withSrc(java.lang.String charset) |
Returns a copy of this immutable component with the specified
charset .
|