A B C D E F G H I K 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 的构造方法
 
GenericType - org.soybeanMilk.core.bean 中的 类
泛型类型元信息。
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(Object) - 类 org.soybeanMilk.web.bean.FilterAwareMap 中的方法
 
get(Serializable, Type) - 类 org.soybeanMilk.web.os.WebObjectSource 中的方法
 
getActualClass() - 类 org.soybeanMilk.core.bean.GenericType 中的方法
获取泛型类型的实际类
getActualTargetUrl(WebAction, ObjectSource) - 类 org.soybeanMilk.web.exe.th.AbstractTargetHandler 中的方法
获取目标的实际URL(URL中的变量已被具体值替换), 在AbstractTargetHandler.handleTarget(WebAction, WebObjectSource)中你通常需要先调用此方法来获取实际的目标URL。
getAfterHandler() - 类 org.soybeanMilk.core.config.InterceptorInfo 中的方法
 
getAllInvokeResultKey(WebAction, WebObjectSource) - 类 org.soybeanMilk.web.exe.th.AbstractTargetHandler 中的方法
获取Web动作包含的所有调用的结果关键字, 在Web对象源中保存着这些关键字对应的对象。
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 中的方法
 
getBreaker() - 类 org.soybeanMilk.core.exe.Invoke 中的方法
获取此调用的打断器
getCause() - 异常 org.soybeanMilk.core.ConvertExecuteException 中的方法
获取源转换异常。
getCause() - 异常 org.soybeanMilk.core.InvocationExecuteException 中的方法
获取源异常
getComponentClass() - 类 org.soybeanMilk.core.bean.GenericType 中的方法
如果此泛型类型是泛型数组,则返回它的元素类型;否则,则返回null
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 中的方法
 
getExternalResolverFactory() - 类 org.soybeanMilk.core.exe.resolver.DefaultResolverFactory 中的方法
 
getFilter() - 类 org.soybeanMilk.web.bean.FilterAwareMap 中的方法
获取当前过滤器
getFilterFromRoot() - 类 org.soybeanMilk.web.bean.FilterAwareMap 中的方法
获取根源过滤器
getGenericConverter() - 类 org.soybeanMilk.core.config.Configuration 中的方法
 
getGenericConverter() - 类 org.soybeanMilk.core.os.ConvertableObjectSource 中的方法
 
getGenericType(Type, Class<?>) - 类 org.soybeanMilk.core.bean.GenericType 中的静态方法
获取泛型类型对象
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 中的方法
获取此参数的值在对象源中的关键字
getKeyInRoot(String) - 类 org.soybeanMilk.web.bean.FilterAwareMap 中的方法
取得根源关键字
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.bean.PropertyInfo 中的方法
 
getName() - 类 org.soybeanMilk.core.exe.AbstractExecutable 中的方法
 
getName() - 接口 org.soybeanMilk.core.Executable 中的方法
获取此可执行对象的名称
getNodeValue() - 类 org.soybeanMilk.web.vp.PathNode 中的方法
 
getObjectSource() - 类 org.soybeanMilk.core.Execution 中的方法
获取当前执行使用的对象源对象。
getOwnerClass() - 类 org.soybeanMilk.core.bean.GenericType 中的方法
获取泛型类型的持有类
getOwnerClass() - 类 org.soybeanMilk.core.bean.PropertyInfo 中的方法
获取此属性的持有类
getParamClasses() - 类 org.soybeanMilk.core.bean.GenericType 中的方法
如果此泛型类型是ParameterizedType,则获取它的参数类型;否则,返回null
getParamName() - 异常 org.soybeanMilk.web.bean.ParamConvertException 中的方法
获取出现转换异常时的请求参数名,转换异常即是由于此参数的值不合法导致的。
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.exe.resolver.DefaultResolverFactory 中的方法
 
getResolver() - 类 org.soybeanMilk.core.exe.resolver.FactoryResolverProvider 中的方法
 
getResolver() - 类 org.soybeanMilk.core.exe.resolver.ObjectResolverProvider 中的方法
 
getResolver(Serializable) - 接口 org.soybeanMilk.core.exe.resolver.ResolverFactory 中的方法
根据ID查找解决对象
getResolverClass() - 类 org.soybeanMilk.core.exe.Invoke 中的方法
获取此调用方法所属的类
getResolverFactory() - 类 org.soybeanMilk.core.config.Configuration 中的方法
 
getResolverFactory() - 类 org.soybeanMilk.core.exe.resolver.FactoryResolverProvider 中的方法
 
getResolverId() - 类 org.soybeanMilk.core.exe.resolver.FactoryResolverProvider 中的方法
 
getResolverProvider() - 类 org.soybeanMilk.core.exe.Invoke 中的方法
 
getResolvers() - 类 org.soybeanMilk.core.exe.resolver.DefaultResolverFactory 中的方法
 
getResponse() - 类 org.soybeanMilk.web.os.WebObjectSource 中的方法
获得当前回应对象。
getResultInScope(WebAction, String, WebObjectSource) - 类 org.soybeanMilk.web.exe.th.AbstractTargetHandler 中的方法
获取动作webAction保存到scope作用域内的所有对象。
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 中的方法
 
getTargetHandler(String) - 类 org.soybeanMilk.web.exe.th.DefaultTypeTargetHandler 中的方法
 
getTargetHandler(String) - 接口 org.soybeanMilk.web.exe.th.TypeTargetHandler 中的方法
获取能处理给定目标类型的处理器。
getTargetType() - 异常 org.soybeanMilk.core.bean.ConvertException 中的方法
获取发生此异常时要转换的目标类型。
getType() - 类 org.soybeanMilk.core.bean.GenericType 中的方法
获取此泛型类型
getType() - 类 org.soybeanMilk.core.bean.PropertyInfo 中的方法
获取属性的Class类型。
getType() - 类 org.soybeanMilk.core.exe.Invoke.Arg 中的方法
获取此参数的类型
getType() - 类 org.soybeanMilk.web.exe.WebAction.Target 中的方法
 
getTypeHandlers() - 类 org.soybeanMilk.web.exe.th.DefaultTypeTargetHandler 中的方法
 
getTypeTargetHandler() - 类 org.soybeanMilk.web.config.WebConfiguration 中的方法
获取目标处理器配置。
getUrl() - 类 org.soybeanMilk.web.exe.WebAction.Target 中的方法
 
getValue() - 类 org.soybeanMilk.core.exe.Invoke.Arg 中的方法
获取此参数的预设值,没有则返回null
getVariablePath() - 类 org.soybeanMilk.web.vp.VariablePath 中的方法
 
getVariablePathMatcher() - 类 org.soybeanMilk.web.DefaultWebExecutor 中的方法
获取此执行器使用的变量路径匹配器
getVariablePaths() - 类 org.soybeanMilk.web.vp.VariablePathMatcher 中的方法
 
getWebConfiguration() - 类 org.soybeanMilk.web.config.parser.WebConfigurationParser 中的方法
获取解析结果
getWebConfiguration() - 类 org.soybeanMilk.web.DefaultWebExecutor 中的方法
 
getWebConfiguration() - 接口 org.soybeanMilk.web.WebExecutor 中的方法
获取Web配置信息。
getWebExecutor() - 类 org.soybeanMilk.web.servlet.DispatchServlet 中的方法
 
getWebObjectSourceFactory() - 类 org.soybeanMilk.web.servlet.DispatchServlet 中的方法
 
getWriteMethod() - 类 org.soybeanMilk.core.bean.PropertyInfo 中的方法
获取属性的写方法。

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