Examples of supportsExportByValue()


Examples of org.gatein.exports.ExportManager.supportsExportByValue()

      }


      //check that the export manager can handle export by value
      final ExportManager exportManager = producer.getExportManager();
      if (exportByValueRequired && !exportManager.supportsExportByValue())
      {
         //TODO: instead of passing a string here, we should pass a resource so that its localized
         WSRP2ExceptionFactory.throwWSException(ExportByValueNotSupported.class, "The consumer is requesting portlets to be exported by value, but this consumer only supports export by reference.", 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.