Examples of XLSContentTransformer


Examples of com.gentics.cr.lucene.indexer.transformer.xls.XLSContentTransformer

    config.set("attribute", "binarycontent");

  }

  public void testTransformer() throws Exception {
    ContentTransformer t = new XLSContentTransformer(config);
    t.processBean(bean);
    String s = (String) bean.get("binarycontent");

    assertTrue("testtext,".equals(s));
  }
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.