com.clickntap.utils.PListUtils Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of click_framework Show documentation
Show all versions of click_framework Show documentation
Java Framework based on Spring Framework, Freemarker and Simplicity
package com.clickntap.utils;
import java.beans.PropertyDescriptor;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import org.dom4j.CDATA;
import org.dom4j.DocumentHelper;
import org.dom4j.Element;
import com.clickntap.tool.bean.Bean;
import com.clickntap.tool.bean.BeanUtils;
public class PListUtils {
public static List toArray(Element element) {
List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy