Package org.exoplatform.application.gadget.impl

Examples of org.exoplatform.application.gadget.impl.RemoteGadgetData


    @Override
    protected void process(String gadgetURI, GadgetDefinition def) throws Exception {
        def.setLocal(false);

        //
        RemoteGadgetData data = (RemoteGadgetData) def.getData();

        // Set remote URL
        data.setURL(gadgetURI);
    }
View Full Code Here


         visitChildren(folderPath);
         folder = null;
      }
      else
      {
         RemoteGadgetData data = (RemoteGadgetData)def.getData();

         // Set remote URL
         data.setURL(gadgetPath);
      }
   }
View Full Code Here

TOP

Related Classes of org.exoplatform.application.gadget.impl.RemoteGadgetData

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.