All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.baidu.ueditor.Context Maven / Gradle / Ivy

There is a newer version: 3.0.11
Show newest version
package com.baidu.ueditor;

import org.hswebframework.web.service.file.FileInfoService;
import org.hswebframework.web.service.file.FileService;

public class Context {
    public static FileService FILE_SERVICE;
    public static FileInfoService RESOURCES_SERVICE;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy