public interface ScriptModel
Modifier and Type | Field and Description |
---|---|
static String |
TEXT_JAVASCRIPT
MIME-Type for JavaScript
|
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Returns the actual source code of the script.
|
String |
getDescription()
Returns the description of the script.
|
String |
getId()
Returns the unique id of the script.
|
String |
getMimeType()
Returns the MIME-type if the script code, e.g.
|
String |
getName()
Returns the name of the script.
|
String |
getRealmId()
Returns the realm id in which the script was defined.
|
static final String TEXT_JAVASCRIPT
String getId()
String getRealmId()
String getName()
String getMimeType()
text/javascript
is used.String getCode()
String getDescription()
Copyright © 2018 JBoss by Red Hat. All rights reserved.