Uses of Class
org.apache.shindig.expressions.Expressions

Packages that use Expressions
org.apache.shindig.config   
org.apache.shindig.expressions   
 

Uses of Expressions in org.apache.shindig.config
 

Methods in org.apache.shindig.config that return Expressions
protected  Expressions JsonContainerConfig.getExpressions()
          Make Expressions available to subclasses so they can create ELContexts
 

Constructors in org.apache.shindig.config with parameters of type Expressions
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.
 

Uses of Expressions in org.apache.shindig.expressions
 

Methods in org.apache.shindig.expressions that return Expressions
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.