A C D E F G H I J K L M N O P R S T U W

A

AbstractModulePluginDriver - Class in org.webframe.support.driver
提供模块插件实现类的默认位置配置标准,例如:模块插件实现类org.webframe.core.CoreModulePluginDriver, 我们的Test模块的包路径为org.webframe.test,该包中直接包括model Bean和freemarker模板, 那么CoreModulePluginDriver实现AbstractModulePluginDriver抽象类后,就不需要重新任何方法,只需添加静态块 注册该CoreModulePluginDriver实例
AbstractModulePluginDriver() - Constructor for class org.webframe.support.driver.AbstractModulePluginDriver
 
AbstractModulePluginLoader - Class in org.webframe.support.driver.loader
抽象模块插件加载器,提供class.forName加载模块插件类
AbstractModulePluginLoader() - Constructor for class org.webframe.support.driver.loader.AbstractModulePluginLoader
 
AbstractResourceFilter - Class in org.webframe.support.driver.resource.filter
Spring Resource 过滤器
AbstractResourceFilter() - Constructor for class org.webframe.support.driver.resource.filter.AbstractResourceFilter
 
ac - Static variable in class org.webframe.support.util.ApplicationContextSupport
 
analyzeDependendy(List<JarURLConnection>, List<String>) - Static method in class org.webframe.support.driver.relation.ModulePluginDependencyUtil
分析pom中的依赖关系
ApplicationContextSupport - Class in org.webframe.support.util
提供ApplicationContext
ApplicationContextSupport() - Constructor for class org.webframe.support.util.ApplicationContextSupport
 
artifactId - Variable in class org.webframe.support.driver.relation.ModulePluginDependency
 

C

cacheDriverInfoMap - Static variable in class org.webframe.support.driver.ModulePluginUtils
 
cacheModulePluginConfig(String) - Static method in class org.webframe.support.driver.ModulePluginUtils
缓存已加载的模块插件配置信息到物理文件
ClassUtils - Class in org.webframe.support.util
提供class类文件与jar包的相关联系操作方法;
ClassUtils() - Constructor for class org.webframe.support.util.ClassUtils
 
close() - Method in class org.webframe.support.driver.resource.jar.JarResource
 
close() - Method in class org.webframe.support.driver.resource.jar.JarResourceLoader
 
compareTo(ModulePluginDependency) - Method in class org.webframe.support.driver.relation.ModulePluginDependency
 
CONFIG_FILE_NAME - Static variable in class org.webframe.support.driver.ModulePluginUtils
 
createRelative(String) - Method in class org.webframe.support.driver.resource.jar.JarResource
 
currentTime - Static variable in class org.webframe.support.util.SystemLogUtils
 

D

DEFAULT_GROUPID - Static variable in class org.webframe.support.driver.relation.ModulePluginDependencyUtil
 
DEFAULT_MAVEN_POM - Static variable in class org.webframe.support.driver.relation.ModulePluginDependencyUtil
 
DefaultModulePluginLoader - Class in org.webframe.support.driver.loader
默认模块插件驱动加载器
DefaultModulePluginLoader(String[]) - Constructor for class org.webframe.support.driver.loader.DefaultModulePluginLoader
 
defaultPatternList - Variable in class org.webframe.support.driver.loader.PropertiesModulePluginLoader
 
defaultSorted - Variable in class org.webframe.support.driver.loader.PropertiesModulePluginLoader
 
DELIMITERS - Static variable in class org.webframe.support.driver.ModulePluginUtils
 
dependOnMap - Variable in class org.webframe.support.driver.relation.ModulePluginDependency
 
disposeFirstDependency(ModulePluginDependency, Map<String, ModulePluginDependency>) - Static method in class org.webframe.support.driver.relation.ModulePluginDependencyUtil
 
disposeMatchDependency(Map<String, ModulePluginDependency>, ModulePluginDependency) - Static method in class org.webframe.support.driver.relation.ModulePluginDependencyUtil
 
driver - Variable in class org.webframe.support.driver.ModulePluginDriverInfo
 
driverClass - Variable in class org.webframe.support.driver.ModulePluginDriverInfo
 
driverClass - Variable in class org.webframe.support.driver.SerializableDriverInfo
 
driverClassName - Variable in class org.webframe.support.driver.ModulePluginDriverInfo
 
driverClassName - Variable in class org.webframe.support.driver.SerializableDriverInfo
 
DriverNotExistException - Exception in org.webframe.support.driver.exception
模块插件驱动不存在异常
DriverNotExistException() - Constructor for exception org.webframe.support.driver.exception.DriverNotExistException
 
DriverNotExistException(String) - Constructor for exception org.webframe.support.driver.exception.DriverNotExistException
 
drivers - Variable in class org.webframe.support.driver.loader.DefaultModulePluginLoader
 
DriverService - Class in org.webframe.support.driver
 
DriverService() - Constructor for class org.webframe.support.driver.DriverService
 

E

enableSystemLog - Static variable in class org.webframe.support.util.SystemLogUtils
 
enableWebframeLog(boolean) - Method in class org.webframe.support.driver.loader.AbstractModulePluginLoader
 
enableWebframeLog(boolean) - Method in interface org.webframe.support.driver.loader.ModulePluginLoader
是否开启Webframe框架日志
entriesPath - Variable in class org.webframe.support.driver.resource.jar.JarResource
 
entriesPath - Variable in class org.webframe.support.driver.resource.jar.JarResourceLoader
 
entryFilesPathMap - Variable in class org.webframe.support.driver.resource.jar.JarResource
 
equals(Object) - Method in class org.webframe.support.driver.resource.jar.JarResource
 
errorPrintln(Object) - Static method in class org.webframe.support.util.SystemLogUtils
 
exists() - Method in class org.webframe.support.driver.resource.jar.JarResource
 

F

filter(Resource[]) - Method in class org.webframe.support.driver.resource.filter.AbstractResourceFilter
 
filter(List<Resource>) - Method in class org.webframe.support.driver.resource.filter.AbstractResourceFilter
 
filter(Iterator<Resource>) - Method in class org.webframe.support.driver.resource.filter.JarResourceFilter
 
filter(Resource[]) - Method in interface org.webframe.support.driver.resource.filter.ResourceFilter
过滤Resource集合
filter(List<Resource>) - Method in interface org.webframe.support.driver.resource.filter.ResourceFilter
过滤Resource集合
filter(Iterator<Resource>) - Method in interface org.webframe.support.driver.resource.filter.ResourceFilter
过滤Resource集合
findModulePluginDependency(Element, List<String>, boolean) - Static method in class org.webframe.support.driver.relation.ModulePluginDependencyUtil
从element元素中查询组件
findPathMatchingJarResources(String) - Method in class org.webframe.support.driver.resource.jar.JarResourcePatternResolver
 

G

getAc() - Static method in class org.webframe.support.util.ApplicationContextSupport
 
getArtifactId() - Method in class org.webframe.support.driver.relation.ModulePluginDependency
 
getClassesRootResource(Class<?>) - Static method in class org.webframe.support.util.ClassUtils
如果clazz在jar包中,返回null;否则返回clazz所在的classes的根目录
getDependOnMap() - Method in class org.webframe.support.driver.relation.ModulePluginDependency
 
getDescription() - Method in class org.webframe.support.driver.resource.jar.JarResource
 
getDriver() - Method in class org.webframe.support.driver.ModulePluginDriverInfo
 
getDriverClass() - Method in class org.webframe.support.driver.ModulePluginDriverInfo
 
getDriverClassName() - Method in class org.webframe.support.driver.ModulePluginDriverInfo
 
getDriverInfo(String) - Static method in class org.webframe.support.driver.ModulePluginUtils
根据模块驱动类名称,获取模块驱动类详细信息
getDriverInfos() - Static method in class org.webframe.support.driver.ModulePluginManager
 
getDriverInfos() - Static method in class org.webframe.support.driver.ModulePluginUtils
 
getDriverInfos(Class<? extends ModulePluginDriver>) - Static method in class org.webframe.support.driver.ModulePluginUtils
获取指定驱动接口的驱动类集合
getDrivers() - Static method in class org.webframe.support.driver.ModulePluginManager
 
getDrivers(Class<X>) - Static method in class org.webframe.support.driver.ModulePluginUtils
 
getEntityLocation() - Method in class org.webframe.support.driver.AbstractModulePluginDriver
 
getEntityLocation() - Method in interface org.webframe.support.driver.ModulePluginDriver
获取数据库model Bean相对于该实现类的相对路径,或者相对于该jar的相对路径。 例如:我们的模块插件驱动实现类org.webframe.test.TestModulePluginDriver, model Bean的位置org.webframe.test.Test,那么该实现类getEntityLocation() 方法应该返回"/org/webframe/test"或者"*"字符串;
getEntriesPath() - Method in class org.webframe.support.driver.resource.jar.JarResource
 
getEntriesPath() - Method in class org.webframe.support.driver.resource.jar.JarResourceLoader
 
getEntryFilesByDir(String, PathMatcher) - Method in class org.webframe.support.driver.resource.jar.JarResource
 
getEntryFilesByDir(String, PathMatcher) - Method in class org.webframe.support.driver.resource.jar.JarResourceLoader
 
getFileDirectory(String) - Static method in class org.webframe.support.util.StringUtils
 
getFilename() - Method in class org.webframe.support.driver.resource.jar.JarResource
 
getGroupId() - Method in class org.webframe.support.driver.relation.ModulePluginDependency
 
getIndex() - Method in class org.webframe.support.driver.relation.ModulePluginDependency
 
getInputStream() - Method in class org.webframe.support.driver.resource.jar.JarResource
 
getJarEntry(String) - Method in class org.webframe.support.driver.resource.jar.JarResource
 
getJarURLConnection() - Method in class org.webframe.support.driver.resource.jar.JarResourceLoader
 
getLastModifyTime() - Method in class org.webframe.support.driver.ModulePluginDriverInfo
 
getModuleName() - Method in interface org.webframe.support.driver.ModulePluginDriver
 
getModulePluginProperties() - Method in class org.webframe.support.driver.loader.PropertiesModulePluginLoader
 
getNeedUpdateDriverInfos() - Static method in class org.webframe.support.driver.ModulePluginUtils
 
getResource(Class<?>) - Static method in class org.webframe.support.util.ClassUtils
获取指定class文件Resource
getResourceByPath(String) - Method in class org.webframe.support.driver.resource.jar.JarResourceLoader
 
getResources(ModulePluginDriverInfo, String) - Static method in class org.webframe.support.driver.ModulePluginUtils
根据ClassRelativeResourceLoader加载符合pattern的资源
getResources(String) - Method in class org.webframe.support.driver.resource.jar.JarResourcePatternResolver
 
getSeparator() - Static method in class org.webframe.support.util.StringUtils
 
getSerializableDriverInfo() - Method in class org.webframe.support.driver.ModulePluginDriverInfo
 
getSpringContextLocation() - Method in class org.webframe.support.driver.AbstractModulePluginDriver
 
getSpringContextLocation() - Method in interface org.webframe.support.driver.ModulePluginDriver
不支持", ; \t \n"字符串表示多路径
getSpringContextResources() - Static method in class org.webframe.support.SpringContextUtils
 
getSpringContextResources(ModulePluginDriverInfo) - Static method in class org.webframe.support.SpringContextUtils
获取spring配置文件
getURL() - Method in class org.webframe.support.driver.resource.jar.JarResource
 
getUrls(String) - Static method in class org.webframe.support.util.ResourceUtils
 
getViewTempletLocation() - Method in class org.webframe.support.driver.AbstractModulePluginDriver
 
getViewTempletLocation() - Method in interface org.webframe.support.driver.ModulePluginDriver
获取model页面freemarker模板的路径,例如:我们的模块插件驱动实现类 org.webframe.test.TestModulePluginDriver, model freemarker模板的位置org/webframe/test/new.ftl,那么该实现类 getViewTempletLocation()方法应该返回"/org/webframe"。
getWebSourcesLocation() - Method in class org.webframe.support.driver.AbstractModulePluginDriver
 
getWebSourcesLocation() - Method in interface org.webframe.support.driver.ModulePluginDriver
支持", ; \t \n"字符串表示多路径,例如:返回值为/js,/jsp,/style,表示模块插件包 根目录下的js、jsp、style三个目录中的资源
groupId - Variable in class org.webframe.support.driver.relation.ModulePluginDependency
 

H

hashCode() - Method in class org.webframe.support.driver.resource.jar.JarResource
 
hasJarResource() - Method in class org.webframe.support.driver.resource.jar.JarResourceLoader
 

I

increase() - Method in class org.webframe.support.driver.relation.ModulePluginDependency
 
increase(int) - Method in class org.webframe.support.driver.relation.ModulePluginDependency
 
index - Variable in class org.webframe.support.driver.relation.ModulePluginDependency
 
init(JarURLConnection) - Method in class org.webframe.support.driver.resource.jar.JarResourceLoader
 
initAc(ApplicationContext) - Static method in class org.webframe.support.util.ApplicationContextSupport
 
initDriverInfo(ModulePluginDriver) - Static method in class org.webframe.support.driver.ModulePluginManager
 
initialize() - Static method in class org.webframe.support.driver.ModulePluginManager
 
initialized - Static variable in class org.webframe.support.driver.ModulePluginManager
 
inJar - Variable in class org.webframe.support.driver.ModulePluginDriverInfo
 
inJar - Variable in class org.webframe.support.driver.SerializableDriverInfo
 
isInJar() - Method in class org.webframe.support.driver.ModulePluginDriverInfo
 
isInJar(Class<?>) - Static method in class org.webframe.support.util.ClassUtils
指定的class文件是否存在jar包中,true or false;捕获IOException异常,返回false。
isInJar(Resource) - Static method in class org.webframe.support.util.ClassUtils
指定Resource是否存在jar包中,true or false;捕获IOException异常,返回false。
isJarResource - Variable in class org.webframe.support.driver.resource.jar.JarResourceLoader
 

J

jarClass - Variable in class org.webframe.support.driver.resource.jar.JarResourceLoader
 
jarClass - Variable in class org.webframe.support.driver.resource.jar.JarResourcePatternResolver
 
jarCon - Variable in class org.webframe.support.driver.resource.jar.JarResourceLoader
 
jarCon - Variable in class org.webframe.support.driver.resource.jar.JarResourcePatternResolver
 
jarEntry - Variable in class org.webframe.support.driver.resource.jar.JarResource
 
jarFile - Variable in class org.webframe.support.driver.resource.jar.JarResource
 
jarName - Variable in class org.webframe.support.driver.ModulePluginDriverInfo
 
jarName - Variable in class org.webframe.support.driver.resource.jar.JarResource
 
jarName - Variable in class org.webframe.support.driver.SerializableDriverInfo
 
JarResource - Class in org.webframe.support.driver.resource.jar
JarResource资源类,用于处理jar包中的资源文件
JarResource(JarURLConnection) - Constructor for class org.webframe.support.driver.resource.jar.JarResource
 
JarResource(JarURLConnection, JarFile, String, Set<String>, String) - Constructor for class org.webframe.support.driver.resource.jar.JarResource
 
jarResource - Variable in class org.webframe.support.driver.resource.jar.JarResourceLoader
 
JarResourceFilter - Class in org.webframe.support.driver.resource.filter
过滤jar包中重复的spring cfg文件
JarResourceFilter() - Constructor for class org.webframe.support.driver.resource.filter.JarResourceFilter
 
jarResourceLoader - Variable in class org.webframe.support.driver.ModulePluginDriverInfo
 
JarResourceLoader - Class in org.webframe.support.driver.resource.jar
jar包中的资源文件加载器
JarResourceLoader(Class<?>) - Constructor for class org.webframe.support.driver.resource.jar.JarResourceLoader
 
JarResourceLoader(JarURLConnection) - Constructor for class org.webframe.support.driver.resource.jar.JarResourceLoader
 
JarResourcePatternResolver - Class in org.webframe.support.driver.resource.jar
JarResource资源类,用于匹配搜索jar包中的资源文件
JarResourcePatternResolver(Class<?>) - Constructor for class org.webframe.support.driver.resource.jar.JarResourcePatternResolver
 
JarResourcePatternResolver(JarURLConnection) - Constructor for class org.webframe.support.driver.resource.jar.JarResourcePatternResolver
 
JarResourcePatternResolver(ResourceLoader) - Constructor for class org.webframe.support.driver.resource.jar.JarResourcePatternResolver
 
jarURLConnection - Variable in class org.webframe.support.driver.resource.jar.JarResource
 
jarURLConnections - Variable in class org.webframe.support.driver.loader.PropertiesModulePluginLoader
 

K

key() - Method in class org.webframe.support.driver.relation.ModulePluginDependency
 

L

lastModifyTime - Variable in class org.webframe.support.driver.ModulePluginDriverInfo
 
lastModifyTime - Variable in class org.webframe.support.driver.SerializableDriverInfo
 
loadInitialDrivers() - Static method in class org.webframe.support.driver.ModulePluginManager
 
loadModulePlugin(String[]) - Method in class org.webframe.support.driver.loader.AbstractModulePluginLoader
通过给定的模块插件驱动类全路径数组,加载模块插件驱动
loadModulePlugin() - Method in class org.webframe.support.driver.loader.DefaultModulePluginLoader
 
loadModulePlugin() - Method in interface org.webframe.support.driver.loader.ModulePluginLoader
加载模块插件
loadModulePlugin() - Method in class org.webframe.support.driver.loader.PropertiesModulePluginLoader
 
loadProperties(List<JarURLConnection>) - Method in class org.webframe.support.driver.loader.PropertiesModulePluginLoader
加载properties
loadPropertiesJar() - Method in class org.webframe.support.driver.loader.PropertiesModulePluginLoader
初始化properties所在jar信息
loadResources(List<JarURLConnection>, String) - Static method in class org.webframe.support.util.ResourceUtils
 
log - Variable in class org.webframe.support.driver.loader.AbstractModulePluginLoader
 
log - Static variable in class org.webframe.support.util.ClassUtils
 

M

match(String, List<String>) - Static method in class org.webframe.support.driver.relation.ModulePluginDependencyUtil
用patterns匹配依赖的groupId,过滤用
MODULE_PLUGIN_KEY - Static variable in interface org.webframe.support.driver.loader.ModulePluginLoader
 
ModulePluginConfigException - Exception in org.webframe.support.driver.exception
模块插件驱动详细信息配置异常
ModulePluginConfigException(String) - Constructor for exception org.webframe.support.driver.exception.ModulePluginConfigException
 
ModulePluginDependency - Class in org.webframe.support.driver.relation
模块依赖信息
ModulePluginDependency(String, String) - Constructor for class org.webframe.support.driver.relation.ModulePluginDependency
 
ModulePluginDependencyUtil - Class in org.webframe.support.driver.relation
 
ModulePluginDependencyUtil() - Constructor for class org.webframe.support.driver.relation.ModulePluginDependencyUtil
 
ModulePluginDriver - Interface in org.webframe.support.driver
webframe框架模块插件驱动接口,每一个分包(jar)中需要有一个实现该接口的实现类。 需要实现的方法有getEntityLocation()和getViewTempletLocation(); 实现类也可以继承抽象类AbstractModulePluginDriver
ModulePluginDriverInfo - Class in org.webframe.support.driver
模块插件驱动详细信息
ModulePluginDriverInfo() - Constructor for class org.webframe.support.driver.ModulePluginDriverInfo
 
ModulePluginException - Exception in org.webframe.support.driver.exception
模块插件驱动异常
ModulePluginException(String) - Constructor for exception org.webframe.support.driver.exception.ModulePluginException
 
ModulePluginLoader - Interface in org.webframe.support.driver.loader
模块插件加载器
ModulePluginManager - Class in org.webframe.support.driver
webframe框架模块插件管理器,实现ModulePluginDriver接口类的实现类, 需要在实现类的静态快中注册自己的实例"ModulePluginManager.registerDriver(ModulePluginDriver driver)"
ModulePluginManager() - Constructor for class org.webframe.support.driver.ModulePluginManager
 
modulePluginProperties - Variable in class org.webframe.support.driver.loader.PropertiesModulePluginLoader
模块插件驱动properties文件路径
ModulePluginUtils - Class in org.webframe.support.driver
提供框架的模块插件驱动信息获取方法
ModulePluginUtils() - Constructor for class org.webframe.support.driver.ModulePluginUtils
 

N

needUpdateDriverInfos - Static variable in class org.webframe.support.driver.ModulePluginUtils
 

O

org.webframe.support - package org.webframe.support
 
org.webframe.support.driver - package org.webframe.support.driver
 
org.webframe.support.driver.exception - package org.webframe.support.driver.exception
 
org.webframe.support.driver.loader - package org.webframe.support.driver.loader
 
org.webframe.support.driver.relation - package org.webframe.support.driver.relation
 
org.webframe.support.driver.resource.filter - package org.webframe.support.driver.resource.filter
 
org.webframe.support.driver.resource.jar - package org.webframe.support.driver.resource.jar
 
org.webframe.support.util - package org.webframe.support.util
 

P

path - Variable in class org.webframe.support.driver.resource.jar.JarResource
 
pathMatcher - Static variable in class org.webframe.support.driver.relation.ModulePluginDependencyUtil
 
PREFIX_CLASSPATH - Static variable in class org.webframe.support.driver.ModulePluginUtils
 
println(Object) - Static method in class org.webframe.support.util.SystemLogUtils
 
PropertiesModulePluginLoader - Class in org.webframe.support.driver.loader
Properties模块插件驱动加载器
PropertiesModulePluginLoader() - Constructor for class org.webframe.support.driver.loader.PropertiesModulePluginLoader
 
PropertiesModulePluginLoader(String) - Constructor for class org.webframe.support.driver.loader.PropertiesModulePluginLoader
 
ps - Variable in class org.webframe.support.driver.DriverService
 
putDependOn(ModulePluginDependency) - Method in class org.webframe.support.driver.relation.ModulePluginDependency
 

R

readDrivers - Static variable in class org.webframe.support.driver.ModulePluginManager
 
registerDriver(ModulePluginDriver) - Static method in class org.webframe.support.driver.ModulePluginManager
注册模块插件驱动
resolveJarEntryPath(String) - Method in class org.webframe.support.driver.resource.jar.JarResource
 
resolvePath(Class<? extends ModulePluginDriver>, String) - Static method in class org.webframe.support.driver.ModulePluginUtils
根据指定class处理path,如果path为null,则返回null;如果path以"/"Begin,则直接返回path; 如果path不以"/"开始,那么返回loaderClass所在包的路径再加上path路径。
RESOURCE_PATTERN_SPRING - Static variable in class org.webframe.support.SpringContextUtils
 
ResourceFilter - Interface in org.webframe.support.driver.resource.filter
Resource集合过滤器
ResourceUtils - Class in org.webframe.support.util
ResourceUtils
ResourceUtils() - Constructor for class org.webframe.support.util.ResourceUtils
 
rootPrintln(Object) - Static method in class org.webframe.support.util.SystemLogUtils
 
run() - Method in class org.webframe.support.driver.DriverService
 

S

secondPrintln(Object) - Static method in class org.webframe.support.util.SystemLogUtils
 
SerializableDriverInfo - Class in org.webframe.support.driver
可序列号的模块插件驱动信息
SerializableDriverInfo(String, String, boolean, long, String) - Constructor for class org.webframe.support.driver.SerializableDriverInfo
 
serializeDriverInfos(File, boolean) - Static method in class org.webframe.support.driver.ModulePluginUtils
 
serialVersionUID - Static variable in exception org.webframe.support.driver.exception.DriverNotExistException
 
serialVersionUID - Static variable in exception org.webframe.support.driver.exception.ModulePluginConfigException
 
serialVersionUID - Static variable in exception org.webframe.support.driver.exception.ModulePluginException
 
serialVersionUID - Static variable in class org.webframe.support.driver.ModulePluginDriverInfo
 
serialVersionUID - Static variable in class org.webframe.support.driver.SerializableDriverInfo
 
setDefaultPatternList(List<String>) - Method in class org.webframe.support.driver.loader.PropertiesModulePluginLoader
 
setDefaultSorted(boolean) - Method in class org.webframe.support.driver.loader.PropertiesModulePluginLoader
 
setDependOnMap(Map<String, ModulePluginDependency>) - Method in class org.webframe.support.driver.relation.ModulePluginDependency
 
setGroupId(String) - Method in class org.webframe.support.driver.relation.ModulePluginDependency
 
setModulePluginProperties(String) - Method in class org.webframe.support.driver.loader.PropertiesModulePluginLoader
 
sort(List<JarURLConnection>, List<String>) - Static method in class org.webframe.support.driver.relation.ModulePluginDependencyUtil
排序模块插件包加载的优先顺序
sort(Map<JarURLConnection, ModulePluginDependency>) - Static method in class org.webframe.support.driver.relation.ModulePluginDependencyUtil
 
sorted() - Method in class org.webframe.support.driver.loader.PropertiesModulePluginLoader
 
sortProperties(Map<Object, Integer>) - Method in class org.webframe.support.driver.loader.PropertiesModulePluginLoader
排序properties,并返回按照排序后properties内容
SpringContextUtils - Class in org.webframe.support
 
SpringContextUtils() - Constructor for class org.webframe.support.SpringContextUtils
 
StringUtils - Class in org.webframe.support.util
 
StringUtils() - Constructor for class org.webframe.support.util.StringUtils
 
SystemLogUtils - Class in org.webframe.support.util
 
SystemLogUtils() - Constructor for class org.webframe.support.util.SystemLogUtils
 

T

thirdPrintln(Object) - Static method in class org.webframe.support.util.SystemLogUtils
 
timeMsg(String, Object) - Static method in class org.webframe.support.util.SystemLogUtils
 
toString() - Method in class org.webframe.support.driver.AbstractModulePluginDriver
 
toString() - Method in class org.webframe.support.driver.ModulePluginDriverInfo
 
toString() - Method in class org.webframe.support.driver.relation.ModulePluginDependency
 

U

urlConnections - Variable in class org.webframe.support.driver.loader.PropertiesModulePluginLoader
 

W

writeDrivers - Static variable in class org.webframe.support.driver.ModulePluginManager
 

A C D E F G H I J K L M N O P R S T U W

Copyright © 2012. All Rights Reserved.