Package | Description |
---|---|
io.stallion.email | |
io.stallion.plugins.javascript | |
io.stallion.requests | |
io.stallion.templating |
Modifier and Type | Field and Description |
---|---|
protected Sandbox |
ContactableEmailer.sandbox |
Modifier and Type | Method and Description |
---|---|
Sandbox |
ContactableEmailer.getSandbox()
If not null, will render the email template with the sandbox, thus limiting
access in the template context to site-wide data.
|
Modifier and Type | Method and Description |
---|---|
<E extends ContactableEmailer> |
ContactableEmailer.setSandbox(Sandbox box) |
Modifier and Type | Method and Description |
---|---|
static Sandbox |
Sandbox.allPermissions() |
static Sandbox |
Sandbox.forPlugin(String plugin) |
static Sandbox |
Sandbox.fromFile(File file) |
static Sandbox |
Sandbox.fromPath(String path) |
Sandbox |
Sandbox.setCanReadAllData(boolean canReadAllData) |
Sandbox |
Sandbox.setCanWriteAllData(boolean canWriteAllData) |
Sandbox |
Sandbox.setUsers(Sandbox.Users users) |
Sandbox |
Sandbox.setWhitelist(Sandbox.Whitelist whitelist) |
Modifier and Type | Method and Description |
---|---|
void |
JsPluginEngine.loadSandboxedJavascript(Sandbox box,
String fullPath,
JsPluginSettings pluginSettings) |
Constructor and Description |
---|
JavaToJsHelpers(Sandbox box) |
SandboxClassFilter(Sandbox box) |
SandboxedClassLoader(Sandbox box) |
SandboxedContext(String pluginFolder,
Sandbox sandbox,
JsPluginSettings pluginSettings) |
SandboxedDataAccess(Sandbox sandbox) |
Modifier and Type | Method and Description |
---|---|
SandboxedRequest |
TaskRequest.getSandboxedRequest(Sandbox box) |
SandboxedRequest |
StRequest.getSandboxedRequest(Sandbox box) |
SandboxedRequest |
SandboxedRequest.getSandboxedRequest(Sandbox box) |
SandboxedRequest |
IRequest.getSandboxedRequest(Sandbox box)
Get a sandboxed version of this request object.
|
Constructor and Description |
---|
SandboxedRequest(Sandbox sandbox,
IRequest request) |
Modifier and Type | Method and Description |
---|---|
String |
TemplateRenderer.renderSandboxedTemplate(Sandbox sandbox,
String path,
Map<String,Object> context) |
Copyright © 2016. All rights reserved.