Uses of Class
org.apache.shindig.gadgets.spec.GadgetSpec

Packages that use GadgetSpec
org.apache.shindig.gadgets   
org.apache.shindig.gadgets.rewrite   
org.apache.shindig.gadgets.servlet   
org.apache.shindig.gadgets.spec   
org.apache.shindig.gadgets.variables   
 

Uses of GadgetSpec in org.apache.shindig.gadgets
 

Methods in org.apache.shindig.gadgets that return GadgetSpec
 GadgetSpec GadgetSpecFactory.getGadgetSpec(GadgetContext context)
          Return a gadget spec for a context
 GadgetSpec DefaultGadgetSpecFactory.getGadgetSpec(GadgetContext context)
           
 GadgetSpec Gadget.getSpec()
           
protected  GadgetSpec DefaultGadgetSpecFactory.parse(String content, AbstractSpecFactory.Query query)
           
 

Methods in org.apache.shindig.gadgets with parameters of type GadgetSpec
 MessageBundle MessageBundleFactory.getBundle(GadgetSpec spec, Locale locale, boolean ignoreCache, String container)
          Retrieves a messagMessageBundle for the provided GadgetSpec and Locale.
 MessageBundle DefaultMessageBundleFactory.getBundle(GadgetSpec spec, Locale locale, boolean ignoreCache, String container)
           
 Gadget Gadget.setSpec(GadgetSpec spec)
           
 

Uses of GadgetSpec in org.apache.shindig.gadgets.rewrite
 

Methods in org.apache.shindig.gadgets.rewrite with parameters of type GadgetSpec
 ContentRewriterFeature.Config ContentRewriterFeature.Factory.get(GadgetSpec spec)
           
 

Uses of GadgetSpec in org.apache.shindig.gadgets.servlet
 

Methods in org.apache.shindig.gadgets.servlet with parameters of type GadgetSpec
protected  org.json.JSONObject JsonRpcHandler.Job.getGadgetJson(Gadget gadget, GadgetSpec spec)
           
 

Uses of GadgetSpec in org.apache.shindig.gadgets.spec
 

Methods in org.apache.shindig.gadgets.spec that return GadgetSpec
 GadgetSpec GadgetSpec.substitute(Substitutions substituter)
          Performs substitutions on the spec.
 

Uses of GadgetSpec in org.apache.shindig.gadgets.variables
 

Methods in org.apache.shindig.gadgets.variables that return GadgetSpec
 GadgetSpec VariableSubstituter.substitute(GadgetContext context, GadgetSpec spec)
          Substitutes all hangman variables into the gadget spec.
 

Methods in org.apache.shindig.gadgets.variables with parameters of type GadgetSpec
 void UserPrefSubstituter.addSubstitutions(Substitutions substituter, GadgetContext context, GadgetSpec spec)
           
 void Substituter.addSubstitutions(Substitutions substituter, GadgetContext context, GadgetSpec spec)
          Add the substitutions from this Substituter to the Substitutions.
 void ModuleSubstituter.addSubstitutions(Substitutions substituter, GadgetContext context, GadgetSpec spec)
           
 void MessageSubstituter.addSubstitutions(Substitutions substituter, GadgetContext context, GadgetSpec spec)
           
 void BidiSubstituter.addSubstitutions(Substitutions substituter, GadgetContext context, GadgetSpec spec)
           
 GadgetSpec VariableSubstituter.substitute(GadgetContext context, GadgetSpec spec)
          Substitutes all hangman variables into the gadget spec.
 



Copyright © 2007-2012. All Rights Reserved.