org.exoplatform.wiki.service.impl
Class BeanToJsons<T>

java.lang.Object
  extended by org.exoplatform.wiki.service.impl.BeanToJsons<T>

public class BeanToJsons<T>
extends Object

Created by The eXo Platform SAS Author : Lai Trung Hieu hieu.lai@exoplatform.com Sep 23, 2010


Constructor Summary
BeanToJsons(List<T> list)
           
 
Method Summary
 List<T> getJsonList()
           
 void setJsonList(List<T> objectList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanToJsons

public BeanToJsons(List<T> list)
Method Detail

getJsonList

public List<T> getJsonList()

setJsonList

public void setJsonList(List<T> objectList)


Copyright © 2013 eXo Platform SAS. All Rights Reserved.