A B C D E F G H I L N O P R S T U V W

G

GenericConverter - org.soybeanMilk.core.bean 中的 接口
通用转换器,通过添加辅助转换器,它可以将任何类型的对象转换到目标类型对象。
GenericConvertException - org.soybeanMilk.core.bean 中的 异常
通用转换器异常。
GenericConvertException() - 异常 org.soybeanMilk.core.bean.GenericConvertException 的构造方法
 
GenericConvertException(String, Throwable) - 异常 org.soybeanMilk.core.bean.GenericConvertException 的构造方法
 
GenericConvertException(String) - 异常 org.soybeanMilk.core.bean.GenericConvertException 的构造方法
 
GenericConvertException(Throwable) - 异常 org.soybeanMilk.core.bean.GenericConvertException 的构造方法
 
get(String) - 类 org.soybeanMilk.core.config.parser.ClassShortName 中的静态方法
由简称获取类型
get(Serializable, Type) - 接口 org.soybeanMilk.core.ObjectSource 中的方法
取得对象
get(Serializable, Type) - 类 org.soybeanMilk.core.os.ConvertableObjectSource 中的方法
 
get(Serializable, Type) - 类 org.soybeanMilk.core.os.HashMapObjectSource 中的方法
 
get(Serializable, Type) - 类 org.soybeanMilk.web.os.WebObjectSource 中的方法
 
getActualClassTypeInfo(Type) - 类 org.soybeanMilk.SoybeanMilkUtils 中的静态方法
获取类型实际的Class类型。
getAfterHandler() - 类 org.soybeanMilk.core.config.InterceptorInfo 中的方法
 
getAppExecutorKey() - 类 org.soybeanMilk.web.servlet.DispatchServlet 中的方法
 
getApplication() - 类 org.soybeanMilk.web.os.WebObjectSource 中的方法
 
getArg() - 异常 org.soybeanMilk.core.ConvertExecuteException 中的方法
获取产生此异常的方法参数。
getArg(int) - 类 org.soybeanMilk.core.exe.Invoke 中的方法
获取调用方法某个位置的参数
getArgIndex() - 异常 org.soybeanMilk.core.ConvertExecuteException 中的方法
获取产生此异常的方法参数位置。
getArgs() - 类 org.soybeanMilk.core.exe.Invoke 中的方法
获取此调用的方法参数数组。
getBeforeHandler() - 类 org.soybeanMilk.core.config.InterceptorInfo 中的方法
 
getCause() - 异常 org.soybeanMilk.core.ConvertExecuteException 中的方法
获取源转换异常。
getCause() - 异常 org.soybeanMilk.core.InvocationExecuteException 中的方法
获取源异常
getConfiguration() - 类 org.soybeanMilk.core.config.parser.ConfigurationParser 中的方法
取得解析结果
getConfiguration() - 类 org.soybeanMilk.core.DefaultExecutor 中的方法
 
getConfiguration() - 接口 org.soybeanMilk.core.Executor 中的方法
获取执行器使用的配置对象
getConverter(Type, Type) - 类 org.soybeanMilk.core.bean.DefaultGenericConverter 中的方法
 
getConverter(Type, Type) - 接口 org.soybeanMilk.core.bean.GenericConverter 中的方法
取得能够将源类型转换到目标类型的辅助转换器
getDocument() - 类 org.soybeanMilk.core.config.parser.ConfigurationParser 中的方法
取得解析文档对象
getEncoding() - 类 org.soybeanMilk.web.servlet.DispatchServlet 中的方法
 
getExceptionHandler() - 类 org.soybeanMilk.core.config.InterceptorInfo 中的方法
 
getExecutable(String) - 类 org.soybeanMilk.core.config.Configuration 中的方法
根据名称查找可执行对象
getExecutable() - 类 org.soybeanMilk.core.Execution 中的方法
获取当前执行的可执行对象
getExecutableName() - 异常 org.soybeanMilk.core.ExecutableNotFoundException 中的方法
 
getExecutableNames() - 类 org.soybeanMilk.core.config.Configuration 中的方法
获取它包含的所有可执行对象名集合
getExecutables() - 类 org.soybeanMilk.core.config.Configuration 中的方法
获取此配置包含的所有可执行对象集合
getExecutables() - 类 org.soybeanMilk.core.exe.Action 中的方法
获取此动作包含的所有可执行对象,它可能包含动作调用
getExecutablesMap() - 类 org.soybeanMilk.core.config.Configuration 中的方法
 
getExecuteException() - 类 org.soybeanMilk.core.Execution 中的方法
获取当前的执行异常
getExecutionKey() - 类 org.soybeanMilk.core.config.InterceptorInfo 中的方法
 
getExecutor() - 类 org.soybeanMilk.web.servlet.DispatchServlet 中的方法
 
getExternalResolverFactory() - 类 org.soybeanMilk.core.resolver.DefaultResolverFactory 中的方法
 
getGenericConverter() - 类 org.soybeanMilk.core.config.Configuration 中的方法
 
getGenericConverter() - 类 org.soybeanMilk.core.os.ConvertableObjectSource 中的方法
 
getGenericType() - 类 org.soybeanMilk.core.bean.PropertyInfo 中的方法
 
getInterceptorInfo() - 类 org.soybeanMilk.core.config.Configuration 中的方法
 
getInvoke() - 异常 org.soybeanMilk.core.ConvertExecuteException 中的方法
获取产生此异常的调用
getInvoke() - 异常 org.soybeanMilk.core.InvocationExecuteException 中的方法
获取产生此异常的调用
getKey() - 类 org.soybeanMilk.core.exe.Invoke.Arg 中的方法
 
getMatched(String) - 类 org.soybeanMilk.web.vp.VariablePathMatcher 中的方法
取得与给定字符串路径匹配的变量路径,如果没有则返回null。
getMatched(VariablePath) - 类 org.soybeanMilk.web.vp.VariablePathMatcher 中的方法
取得与给定变量路径匹配的变量路径,如果没有则返回null。
getMethod() - 类 org.soybeanMilk.core.exe.Invoke 中的方法
获取此调用的方法。
getModules() - 类 org.soybeanMilk.core.config.parser.ConfigurationParser 中的方法
取得模块文档
getName() - 类 org.soybeanMilk.core.exe.AbstractExecutable 中的方法
 
getName() - 接口 org.soybeanMilk.core.Executable 中的方法
获取此可执行对象的名称
getNodeValue() - 类 org.soybeanMilk.web.vp.PathNode 中的方法
 
getObjectSource() - 类 org.soybeanMilk.core.Execution 中的方法
获取当前执行使用的对象源对象。
getPathNode(int) - 类 org.soybeanMilk.web.vp.VariablePath 中的方法
 
getPathNodeLength() - 类 org.soybeanMilk.web.vp.VariablePath 中的方法
 
getPathNodes() - 类 org.soybeanMilk.web.vp.VariablePath 中的方法
 
getProperty(Object, String, Type) - 类 org.soybeanMilk.core.bean.DefaultGenericConverter 中的方法
 
getProperty(Object, String, Type) - 接口 org.soybeanMilk.core.bean.GenericConverter 中的方法
取得对象的属性值,属性值将被转换为targetType类型的对象。
getPropertyInfo(Class<?>) - 类 org.soybeanMilk.core.bean.PropertyInfo 中的静态方法
获取类的属性信息,一个仅包含propertyType属性(值为参数beanClass)的PropertyInfo对象将被返回,用作顶层对象。
getReadMethod() - 类 org.soybeanMilk.core.bean.PropertyInfo 中的方法
 
getRequest() - 类 org.soybeanMilk.web.os.WebObjectSource 中的方法
 
getResolver() - 接口 org.soybeanMilk.core.exe.Invoke.ResolverProvider 中的方法
取得解决对象
getResolver(Serializable) - 类 org.soybeanMilk.core.resolver.DefaultResolverFactory 中的方法
 
getResolver() - 类 org.soybeanMilk.core.resolver.FactoryResolverProvider 中的方法
 
getResolver() - 类 org.soybeanMilk.core.resolver.ObjectResolverProvider 中的方法
 
getResolver(Serializable) - 接口 org.soybeanMilk.core.resolver.ResolverFactory 中的方法
根据ID查找解决对象
getResolverFactory() - 类 org.soybeanMilk.core.config.Configuration 中的方法
 
getResolverFactory() - 类 org.soybeanMilk.core.resolver.FactoryResolverProvider 中的方法
 
getResolverId() - 类 org.soybeanMilk.core.resolver.FactoryResolverProvider 中的方法
 
getResolverProvider() - 类 org.soybeanMilk.core.exe.Invoke 中的方法
 
getResolvers() - 类 org.soybeanMilk.core.resolver.DefaultResolverFactory 中的方法
 
getResponse() - 类 org.soybeanMilk.web.os.WebObjectSource 中的方法
 
getResultKey() - 类 org.soybeanMilk.core.exe.Invoke 中的方法
获取此调用的方法结果保存关键字。
getServletContext() - 类 org.soybeanMilk.web.config.parser.WebConfigurationParser 中的方法
 
getSourceObject() - 异常 org.soybeanMilk.core.bean.ConvertException 中的方法
获取发生此异常时要转换的对象。
getSubPropertyInfo(String) - 类 org.soybeanMilk.core.bean.PropertyInfo 中的方法
取得此类型的某个属性信息
getSubPropertyInfos() - 类 org.soybeanMilk.core.bean.PropertyInfo 中的方法
 
getSupportConverters() - 类 org.soybeanMilk.core.bean.DefaultGenericConverter 中的方法
获取所有辅助转换器
getTarget() - 类 org.soybeanMilk.web.exe.WebAction 中的方法
 
getTargetType() - 异常 org.soybeanMilk.core.bean.ConvertException 中的方法
获取发生此异常时要转换的目标类型。
getType() - 类 org.soybeanMilk.core.bean.PropertyInfo 中的方法
 
getType() - 类 org.soybeanMilk.core.exe.Invoke.Arg 中的方法
 
getType() - 类 org.soybeanMilk.web.exe.WebAction.Target 中的方法
 
getUrl() - 类 org.soybeanMilk.web.exe.WebAction.Target 中的方法
 
getValue() - 类 org.soybeanMilk.core.exe.Invoke.Arg 中的方法
 
getVariablePath() - 类 org.soybeanMilk.web.vp.VariablePath 中的方法
 
getVariablePaths() - 类 org.soybeanMilk.web.vp.VariablePathMatcher 中的方法
 
getWebObjectSourceFactory() - 类 org.soybeanMilk.web.servlet.DispatchServlet 中的方法
 
getWriteMethod() - 类 org.soybeanMilk.core.bean.PropertyInfo 中的方法
 

A B C D E F G H I L N O P R S T U V W