|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.soybeanMilk.core.config.Configuration
public class Configuration
配置,它包含执行所需的环境信息,比如解决对象工厂、通用转换器, 以及可执行对象集
| 构造方法摘要 | |
|---|---|
Configuration()
|
|
Configuration(ResolverFactory resolverFactory)
|
|
| 方法摘要 | |
|---|---|
void |
addExecutable(Executable executable)
添加一个可执行对象 |
void |
addExecutables(java.util.Collection<Executable> executables)
添加集合中的所有可执行对象 |
Executable |
getExecutable(java.lang.String executableName)
根据名称查找可执行对象 |
java.util.Collection<java.lang.String> |
getExecutableNames()
获取它包含的所有可执行对象名集合 |
java.util.Collection<Executable> |
getExecutables()
获取此配置包含的所有可执行对象集合 |
java.util.Map<java.lang.String,Executable> |
getExecutablesMap()
|
GenericConverter |
getGenericConverter()
|
InterceptorInfo |
getInterceptorInfo()
|
ResolverFactory |
getResolverFactory()
|
void |
setExecutablesMap(java.util.Map<java.lang.String,Executable> executablesMap)
|
void |
setGenericConverter(GenericConverter genericConverter)
|
void |
setInterceptorInfo(InterceptorInfo interceptorInfo)
|
void |
setResolverFactory(ResolverFactory resolverFactory)
|
| 从类 java.lang.Object 继承的方法 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public Configuration()
public Configuration(ResolverFactory resolverFactory)
| 方法详细信息 |
|---|
public ResolverFactory getResolverFactory()
public void setResolverFactory(ResolverFactory resolverFactory)
public GenericConverter getGenericConverter()
public void setGenericConverter(GenericConverter genericConverter)
public InterceptorInfo getInterceptorInfo()
public void setInterceptorInfo(InterceptorInfo interceptorInfo)
public java.util.Collection<Executable> getExecutables()
public java.util.Collection<java.lang.String> getExecutableNames()
public void addExecutables(java.util.Collection<Executable> executables)
executables - public Executable getExecutable(java.lang.String executableName)
executableName -
public void addExecutable(Executable executable)
executable - public java.util.Map<java.lang.String,Executable> getExecutablesMap()
public void setExecutablesMap(java.util.Map<java.lang.String,Executable> executablesMap)
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||