| Package | Description |
|---|---|
| org.apache.shindig.config | |
| org.apache.shindig.expressions |
| Modifier and Type | Method and Description |
|---|---|
protected Expressions |
ExpressionContainerConfig.getExpressions() |
| Constructor and Description |
|---|
DynamicConfigProperty(String value,
Expressions expressions,
javax.el.ELContext context) |
ExpressionContainerConfig(Expressions expressions) |
JsonContainerConfig(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 contextRoot,
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-2014 The Apache Software Foundation. All Rights Reserved.