| Package | Description |
|---|---|
| org.apache.shindig.config | |
| org.apache.shindig.expressions |
| Modifier and Type | Method and Description |
|---|---|
protected Expressions |
JsonContainerConfig.getExpressions()
Make Expressions available to subclasses so they can create ELContexts
|
| Constructor and Description |
|---|
DynamicConfigProperty(String value,
Expressions expressions,
javax.el.ELContext context) |
JsonContainerConfig(org.json.JSONObject json,
Expressions expressions)
Creates a new configuration from a JSON Object, for use in testing.
|
JsonContainerConfig(String containers,
Expressions expressions) |
JsonContainerConfig(String containers,
String host,
String port,
String securityTokenKeyFile,
Expressions expressions)
Creates a new configuration from files.
|
| Modifier and Type | Method and Description |
|---|---|
static Expressions |
Expressions.forTesting()
Returns an instance of Expressions that doesn't require
any functions or perform any caching.
|
static Expressions |
Expressions.forTesting(Functions functions)
Returns an instance of Expressions that doesn't require
any functions or perform any caching.
|
Copyright © 2007-2012. All Rights Reserved.