Examples of TransferResourceDecorator


Examples of org.eclipse.orion.internal.server.servlets.xfer.TransferResourceDecorator

  /**
   * Registers services supplied by this bundle
   */
  private void registerServices() {
    //adds the import/export locations to representations
    transferDecoratorRegistration = bundleContext.registerService(IWebResourceDecorator.class, new TransferResourceDecorator(), null);
    //adds parent links to representations
    parentDecoratorRegistration = bundleContext.registerService(IWebResourceDecorator.class, new ProjectParentDecorator(), null);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.