- save(String, String) - Method in class cn.bestwu.simpleframework.web.DefaultCaptchaServiceImpl
-
- save(String, String) - Method in interface cn.bestwu.simpleframework.web.ICaptchaService
-
- serialize(Number, JsonGenerator, SerializerProvider) - Method in class cn.bestwu.simpleframework.web.serializer.BigDecimalSerializer
-
- serialize(Serializable, JsonGenerator, SerializerProvider) - Method in class cn.bestwu.simpleframework.web.serializer.CodeSerializer
-
- serialize(String, JsonGenerator, SerializerProvider) - Method in class cn.bestwu.simpleframework.web.serializer.HideTelSerializer
-
- serialize(String, JsonGenerator, SerializerProvider) - Method in class cn.bestwu.simpleframework.web.serializer.HtmlParserSerializer
-
- serialize(Number, JsonGenerator, SerializerProvider) - Method in class cn.bestwu.simpleframework.web.serializer.KilogramSerializer
-
- serialize(Object, JsonGenerator, SerializerProvider) - Method in class cn.bestwu.simpleframework.web.serializer.NullAsBlankSerializer
-
- serialize(Object, JsonGenerator, SerializerProvider) - Method in class cn.bestwu.simpleframework.web.serializer.NullAsEmptySerializer
-
- serialize(Object, JsonGenerator, SerializerProvider) - Method in class cn.bestwu.simpleframework.web.serializer.NullAsZeroSerializer
-
- serialize(T, JsonGenerator, SerializerProvider) - Method in class cn.bestwu.simpleframework.web.serializer.RawValuePlusSerializer
-
- serialize(Date, JsonGenerator, SerializerProvider) - Method in class cn.bestwu.simpleframework.web.serializer.RestDateSerializer
-
- serialize(String, JsonGenerator, SerializerProvider) - Method in class cn.bestwu.simpleframework.web.serializer.StringReplaceSerializer
-
- serialize(Object, JsonGenerator, SerializerProvider) - Method in class cn.bestwu.simpleframework.web.serializer.UrlSerializer
-
- serialize(Number, JsonGenerator, SerializerProvider) - Method in class cn.bestwu.simpleframework.web.serializer.YuanSerializer
-
- serializeNull(JsonGenerator, Class<?>, Object) - Static method in class cn.bestwu.simpleframework.web.serializer.NullAsEmptySerializer
-
- SerializerConfiguration - Class in cn.bestwu.simpleframework.config
-
- SerializerConfiguration(MappingJackson2XmlHttpMessageConverter, Boolean, String) - Constructor for class cn.bestwu.simpleframework.config.SerializerConfiguration
-
- SerializerConfiguration.CodeSerializerConfiguration - Class in cn.bestwu.simpleframework.config
-
- SerializerConfiguration.UrlSerializerConfiguration - Class in cn.bestwu.simpleframework.config
-
- serializeWithType(Serializable, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class cn.bestwu.simpleframework.web.serializer.CodeSerializer
-
- serializeWithType(String, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class cn.bestwu.simpleframework.web.serializer.HideTelSerializer
-
- serializeWithType(String, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class cn.bestwu.simpleframework.web.serializer.HtmlParserSerializer
-
- serializeWithType(Object, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class cn.bestwu.simpleframework.web.serializer.NullAsBlankSerializer
-
- serializeWithType(Object, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class cn.bestwu.simpleframework.web.serializer.NullAsZeroSerializer
-
- serializeWithType(String, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class cn.bestwu.simpleframework.web.serializer.StringReplaceSerializer
-
- serializeWithType(Object, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class cn.bestwu.simpleframework.web.serializer.UrlSerializer
-
- setAccessibleObject(AccessibleObject) - Method in class cn.bestwu.simpleframework.support.excel.ExcelFieldDescription
-
- setArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.CustomRequestMappingHandlerAdapter
-
Configure the complete list of supported argument types thus overriding the resolvers that
would otherwise be configured by default.
- setAsyncRequestTimeout(long) - Method in class org.springframework.web.servlet.mvc.method.annotation.CustomRequestMappingHandlerAdapter
-
Specify the amount of time, in milliseconds, before concurrent handling should time out.
- setBaseSavePath(String) - Method in class cn.bestwu.simpleframework.web.resolver.multipart.MultipartProperties
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.CustomRequestMappingHandlerAdapter
-
A ConfigurableBeanFactory is expected for resolving expressions in method argument
default values.
- setBirthday(long) - Method in class cn.bestwu.simpleframework.web.validator.IDCardInfo
-
- setBorder(String) - Method in class cn.bestwu.simpleframework.web.kaptcha.KaptchaProperties
-
- setCacheSecondsForSessionAttributeHandlers(int) - Method in class org.springframework.web.servlet.mvc.method.annotation.CustomRequestMappingHandlerAdapter
-
Cache content produced by @SessionAttributes annotated handlers for the given number of
seconds.
- setCallableInterceptors(List<CallableProcessingInterceptor>) - Method in class org.springframework.web.servlet.mvc.method.annotation.CustomRequestMappingHandlerAdapter
-
Configure CallableProcessingInterceptor's to register on async requests.
- setCharset(Charset) - Method in class cn.bestwu.simpleframework.web.filter.OrderedHttpPutFormContentFilter
-
The default character set to use for reading form data.
- setCity(String) - Method in class cn.bestwu.simpleframework.web.validator.IDCardInfo
-
- setCodeService(ICodeService) - Static method in class cn.bestwu.simpleframework.web.serializer.CodeSerializer
-
- setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.web.servlet.mvc.method.annotation.CustomRequestMappingHandlerAdapter
-
Set the ContentNegotiationManager to use to determine requested media types.
- setCustomArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.CustomRequestMappingHandlerAdapter
-
Provide resolvers for custom argument types.
- setCustomReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.mvc.method.annotation.CustomRequestMappingHandlerAdapter
-
Provide handlers for custom return value types.
- setData(Object) - Method in class cn.bestwu.simpleframework.web.RespEntity
-
- setData(T) - Method in class cn.bestwu.simpleframework.web.RespEntityTyped
-
- setDataList(List<E>) - Method in class cn.bestwu.simpleframework.support.excel.ExcelExport
-
添加数据(通过annotation.ExportField添加数据)
- setDataList(int, List<E>) - Method in class cn.bestwu.simpleframework.support.excel.ExcelExport
-
添加数据(通过annotation.ExportField添加数据)
- setDay(int) - Method in class cn.bestwu.simpleframework.web.validator.IDCardInfo
-
- setDefaultCellStyle(CellStyle) - Method in class cn.bestwu.simpleframework.support.excel.ExcelExport
-
- setDefaultFormatExpression(String) - Static method in class cn.bestwu.simpleframework.web.serializer.UrlSerializer
-
- setDeferredResultInterceptors(List<DeferredResultProcessingInterceptor>) - Method in class org.springframework.web.servlet.mvc.method.annotation.CustomRequestMappingHandlerAdapter
-
Configure DeferredResultProcessingInterceptor's to register on async requests.
- setEnable(boolean) - Method in class cn.bestwu.simpleframework.config.CorsProperties
-
- setEnvironment(Environment) - Static method in class cn.bestwu.simpleframework.web.serializer.UrlSerializer
-
- setErrorInfo(WebRequest, Integer, String, Throwable) - Static method in class cn.bestwu.simpleframework.web.ErrorAttributes
-
- setErrors() - Method in class cn.bestwu.simpleframework.web.RespEntity
-
- setExcelField(ExcelField) - Method in class cn.bestwu.simpleframework.support.excel.ExcelFieldDescription
-
- setExpireSeconds(int) - Method in class cn.bestwu.simpleframework.web.kaptcha.KaptchaProperties
-
- setFile(File) - Method in class cn.bestwu.simpleframework.web.resolver.multipart.Attachment
-
- setFileUrlFormat(String) - Method in class cn.bestwu.simpleframework.web.resolver.multipart.MultipartProperties
-
- setGender(String) - Method in class cn.bestwu.simpleframework.web.validator.IDCardInfo
-
- setHttpStatus(HttpStatus) - Method in class cn.bestwu.simpleframework.web.RespEntity
-
- setIdcard(String) - Method in class cn.bestwu.simpleframework.web.validator.IDCardInfo
-
- setIgnoreDefaultModelOnRedirect(boolean) - Method in class org.springframework.web.servlet.mvc.method.annotation.CustomRequestMappingHandlerAdapter
-
By default the content of the "default" model is used both during rendering and redirect
scenarios.
- setInitBinderArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.CustomRequestMappingHandlerAdapter
-
Configure the supported argument types in @InitBinder methods.
- setLegal(boolean) - Method in class cn.bestwu.simpleframework.web.validator.IDCardInfo
-
- setMessage(String) - Method in class cn.bestwu.simpleframework.web.RespEntity
-
- setMessage(String) - Method in class cn.bestwu.simpleframework.web.RespEntityTyped
-
- setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.CustomRequestMappingHandlerAdapter
-
Provide the converters to use in argument resolvers and return value handlers that support
reading and/or writing to the body of the request and response.
- setMethodParam(String) - Method in class cn.bestwu.simpleframework.web.filter.OrderedHiddenHttpMethodFilter
-
Set the parameter name to look for HTTP methods.
- setModelAndViewResolvers(List<ModelAndViewResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.CustomRequestMappingHandlerAdapter
-
Provide custom ModelAndViewResolvers.
- setMonth(int) - Method in class cn.bestwu.simpleframework.web.validator.IDCardInfo
-
- setName(String) - Method in class cn.bestwu.simpleframework.web.resolver.multipart.Attachment
-
- setNewScale(int) - Static method in class cn.bestwu.simpleframework.web.serializer.BigDecimalSerializer
-
- setNewScale(int) - Static method in class cn.bestwu.simpleframework.web.serializer.KilogramSerializer
-
- setNewScale(int) - Static method in class cn.bestwu.simpleframework.web.serializer.YuanSerializer
-
- setOrder(int) - Method in class cn.bestwu.simpleframework.web.filter.OrderedHiddenHttpMethodFilter
-
Set the order for this filter.
- setOrder(int) - Method in class cn.bestwu.simpleframework.web.filter.OrderedHttpPutFormContentFilter
-
Set the order for this filter.
- setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.web.servlet.mvc.method.annotation.CustomRequestMappingHandlerAdapter
-
Set the ParameterNameDiscoverer to use for resolving method parameter names if needed (e.g.
- setPath(String) - Method in class cn.bestwu.simpleframework.config.CorsProperties
-
- setPath(String) - Method in class cn.bestwu.simpleframework.web.resolver.multipart.Attachment
-
- setProvince(String) - Method in class cn.bestwu.simpleframework.web.validator.IDCardInfo
-
- setReactiveAdapterRegistry(ReactiveAdapterRegistry) - Method in class org.springframework.web.servlet.mvc.method.annotation.CustomRequestMappingHandlerAdapter
-
Configure the registry for reactive library types to be supported as return values from
controller methods.
- setRegion(String) - Method in class cn.bestwu.simpleframework.web.validator.IDCardInfo
-
- setRequestBodyAdvice(List<RequestBodyAdvice>) - Method in class org.springframework.web.servlet.mvc.method.annotation.CustomRequestMappingHandlerAdapter
-
Add one or more RequestBodyAdvice instances to intercept the request before it is read
and converted for @RequestBody and HttpEntity method arguments.
- setResolveLazily(boolean) - Method in class cn.bestwu.simpleframework.web.resolver.StandardServletMultipartResolver
-
- setResponseBodyAdvice(List<ResponseBodyAdvice<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.CustomRequestMappingHandlerAdapter
-
- setReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.mvc.method.annotation.CustomRequestMappingHandlerAdapter
-
Configure the complete list of supported return value types thus overriding handlers that would
otherwise be configured by default.
- setSessionAttributeStore(SessionAttributeStore) - Method in class org.springframework.web.servlet.mvc.method.annotation.CustomRequestMappingHandlerAdapter
-
Specify the strategy to store session attributes with.
- setStatus(String) - Method in class cn.bestwu.simpleframework.web.RespEntity
-
- setStatus(String) - Method in class cn.bestwu.simpleframework.web.RespEntityTyped
-
- setSynchronizeOnSession(boolean) - Method in class org.springframework.web.servlet.mvc.method.annotation.CustomRequestMappingHandlerAdapter
-
Set if controller execution should be synchronized on the session, to serialize parallel
invocations from the same client.
- setTaskExecutor(AsyncTaskExecutor) - Method in class org.springframework.web.servlet.mvc.method.annotation.CustomRequestMappingHandlerAdapter
-
Set the default AsyncTaskExecutor to use when a controller method return a Callable.
- setTextproducerCharSpace(int) - Method in class cn.bestwu.simpleframework.web.kaptcha.KaptchaProperties
-
- setTextproducerFontColor(String) - Method in class cn.bestwu.simpleframework.web.kaptcha.KaptchaProperties
-
- setTrace(String) - Method in class cn.bestwu.simpleframework.web.RespEntity
-
- setWebBindingInitializer(WebBindingInitializer) - Method in class org.springframework.web.servlet.mvc.method.annotation.CustomRequestMappingHandlerAdapter
-
Provide a WebBindingInitializer with "global" initialization to apply to every DataBinder
instance.
- setYear(int) - Method in class cn.bestwu.simpleframework.web.validator.IDCardInfo
-
- SQLFilter - Class in cn.bestwu.simpleframework.web.xss
-
SQL过滤
- SQLFilter() - Constructor for class cn.bestwu.simpleframework.web.xss.SQLFilter
-
- sqlInject(String) - Static method in class cn.bestwu.simpleframework.web.xss.SQLFilter
-
SQL注入过滤
- StandardServletMultipartResolver - Class in cn.bestwu.simpleframework.web.resolver
-
支持PUT上传
- StandardServletMultipartResolver() - Constructor for class cn.bestwu.simpleframework.web.resolver.StandardServletMultipartResolver
-
- StringReplaceSerializer - Class in cn.bestwu.simpleframework.web.serializer
-
- StringReplaceSerializer() - Constructor for class cn.bestwu.simpleframework.web.serializer.StringReplaceSerializer
-
- StringReplaceSerializer(String, String) - Constructor for class cn.bestwu.simpleframework.web.serializer.StringReplaceSerializer
-
- StringToEnumConverterFactory - Class in cn.bestwu.simpleframework.web.resolver
-
数字转Enum
- StringToEnumConverterFactory() - Constructor for class cn.bestwu.simpleframework.web.resolver.StringToEnumConverterFactory
-
- supportsInternal(HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.annotation.CustomRequestMappingHandlerAdapter
-
Always return true since any method argument and return value type will be processed in
some way.