Package org.apache.shindig.gadgets

Examples of org.apache.shindig.gadgets.GadgetSpecFactory


    protected void configure() {
      bind(RequestPipeline.class).toInstance(new RequestPipeline() {
        public HttpResponse execute(HttpRequest request) { return null; }
      });

      bind(GadgetSpecFactory.class).toInstance(new GadgetSpecFactory() {
        public GadgetSpec getGadgetSpec(GadgetContext context) {
          return null;
        }
        public Uri getGadgetUri(GadgetContext context) {
          return null;
View Full Code Here

TOP

Related Classes of org.apache.shindig.gadgets.GadgetSpecFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.