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

A

AbstractRequest - cn.dreampie.common.http 中的 类
Date: 15/11/13 Time: 18:38
AbstractRequest() - 类 cn.dreampie.common.http.AbstractRequest 的构造方法
 
AbstractResponse<R> - cn.dreampie.common.http 中的 类
Date: 1/3/14 Time: 20:46
AbstractResponse(Class<R>, R) - 类 cn.dreampie.common.http.AbstractResponse 的构造方法
 
addConfig(Type, ObjectSerializer, ObjectDeserializer) - 类 cn.dreampie.common.util.json.Jsoner 中的静态方法
 
addCookie(String, String) - 类 cn.dreampie.common.http.AbstractResponse 中的方法
 
addCookie(String, String, int) - 类 cn.dreampie.common.http.HttpResponse 中的方法
 
addCookie(String, String, int, boolean) - 类 cn.dreampie.common.http.HttpResponse 中的方法
 
addCookie(String, String) - 接口 cn.dreampie.common.Response 中的方法
 
addCookie(String, String, int) - 接口 cn.dreampie.common.Response 中的方法
 
addDeserializer(Type, ObjectDeserializer) - 类 cn.dreampie.common.util.json.Jsoner 中的静态方法
 
addDeserializerFeature(Feature...) - 类 cn.dreampie.common.util.json.Jsoner 中的静态方法
 
addHeader(String, String) - 类 cn.dreampie.common.http.AbstractResponse 中的方法
 
addSerializer(Type, ObjectSerializer) - 类 cn.dreampie.common.util.json.Jsoner 中的静态方法
 
addSerializerFeature(SerializerFeature...) - 类 cn.dreampie.common.util.json.Jsoner 中的静态方法
 
alive - 类 cn.dreampie.common.spring.SpringHolder 中的静态变量
 
AnnotationScaner - cn.dreampie.common.util.scan 中的 类
Created by ice on 14-12-19.
AnnotationScaner(Class<? extends Annotation>) - 类 cn.dreampie.common.util.scan.AnnotationScaner 的构造方法
 
AntPathMatcher - cn.dreampie.common.util.matcher 中的 类
Created by ice on 14-9-10.
AntPathMatcher() - 类 cn.dreampie.common.util.matcher.AntPathMatcher 的构造方法
 
apiPrefix - 类 cn.dreampie.common.Constant 中的静态变量
 
appendTo(A, Iterable<?>) - 类 cn.dreampie.common.util.Joiner 中的方法
Appends the string representation of each of parts, using the previously configured separator between each, to appendable.
appendTo(A, Iterator<?>) - 类 cn.dreampie.common.util.Joiner 中的方法
Appends the string representation of each of parts, using the previously configured separator between each, to appendable.
appendTo(A, Object[]) - 类 cn.dreampie.common.util.Joiner 中的方法
Appends the string representation of each of parts, using the previously configured separator between each, to appendable.
appendTo(A, Object, Object, Object...) - 类 cn.dreampie.common.util.Joiner 中的方法
Appends to appendable the string representation of each of the remaining arguments.
appendTo(StringBuilder, Iterable<?>) - 类 cn.dreampie.common.util.Joiner 中的方法
Appends the string representation of each of parts, using the previously configured separator between each, to builder.
appendTo(StringBuilder, Iterator<?>) - 类 cn.dreampie.common.util.Joiner 中的方法
Appends the string representation of each of parts, using the previously configured separator between each, to builder.
appendTo(StringBuilder, Object[]) - 类 cn.dreampie.common.util.Joiner 中的方法
Appends the string representation of each of parts, using the previously configured separator between each, to builder.
appendTo(StringBuilder, Object, Object, Object...) - 类 cn.dreampie.common.util.Joiner 中的方法
Appends to builder the string representation of each of the remaining arguments.
appendTo(A, Map<?, ?>) - 类 cn.dreampie.common.util.Joiner.MapJoiner 中的方法
Appends the string representation of each entry of map, using the previously configured separator and key-value separator, to appendable.
appendTo(StringBuilder, Map<?, ?>) - 类 cn.dreampie.common.util.Joiner.MapJoiner 中的方法
Appends the string representation of each entry of map, using the previously configured separator and key-value separator, to builder.
appendTo(A, Iterable<? extends Map.Entry<?, ?>>) - 类 cn.dreampie.common.util.Joiner.MapJoiner 中的方法
Appends the string representation of each entry in entries, using the previously configured separator and key-value separator, to appendable.
appendTo(A, Iterator<? extends Map.Entry<?, ?>>) - 类 cn.dreampie.common.util.Joiner.MapJoiner 中的方法
Appends the string representation of each entry in entries, using the previously configured separator and key-value separator, to appendable.
appendTo(StringBuilder, Iterable<? extends Map.Entry<?, ?>>) - 类 cn.dreampie.common.util.Joiner.MapJoiner 中的方法
Appends the string representation of each entry in entries, using the previously configured separator and key-value separator, to builder.
appendTo(StringBuilder, Iterator<? extends Map.Entry<?, ?>>) - 类 cn.dreampie.common.util.Joiner.MapJoiner 中的方法
Appends the string representation of each entry in entries, using the previously configured separator and key-value separator, to builder.

C

cacheEnabled - 类 cn.dreampie.common.Constant 中的静态变量
 
cacheProvider - 类 cn.dreampie.common.Constant 中的静态变量
 
camelCase(String) - 类 cn.dreampie.common.util.Stringer 中的静态方法
将下划线方式命名的字符串转换为驼峰式。
CaseInsensitiveMap<V> - cn.dreampie.common.entity 中的 类
A case insensitive map for java.lang.String keys.
CaseInsensitiveMap() - 类 cn.dreampie.common.entity.CaseInsensitiveMap 的构造方法
 
CaseInsensitiveSet - cn.dreampie.common.entity 中的 类
A case insensitive map for java.lang.String keys.
CaseInsensitiveSet() - 类 cn.dreampie.common.entity.CaseInsensitiveSet 的构造方法
 
charsetFromContentType(String) - 类 cn.dreampie.common.util.HttpTyper 中的静态方法
 
checkArgument(boolean) - 类 cn.dreampie.common.util.Checker 中的静态方法
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, Object) - 类 cn.dreampie.common.util.Checker 中的静态方法
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object...) - 类 cn.dreampie.common.util.Checker 中的静态方法
Ensures the truth of an expression involving one or more parameters to the calling method.
Checker - cn.dreampie.common.util 中的 类
Created by ice on 14-12-29.
Checker() - 类 cn.dreampie.common.util.Checker 的构造方法
 
checkMethod() - 类 cn.dreampie.common.entity.Entity 中的方法
check method for to json
checkNotNull(T) - 类 cn.dreampie.common.util.Checker 中的静态方法
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, Object) - 类 cn.dreampie.common.util.Checker 中的静态方法
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object...) - 类 cn.dreampie.common.util.Checker 中的静态方法
Ensures that an object reference passed as a parameter to the calling method is not null.
checkProxyRequest() - 类 cn.dreampie.common.http.AbstractRequest 中的方法
 
checkState(boolean) - 类 cn.dreampie.common.util.Checker 中的静态方法
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, Object) - 类 cn.dreampie.common.util.Checker 中的静态方法
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object...) - 类 cn.dreampie.common.util.Checker 中的静态方法
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkTarget(Class<?>) - 类 cn.dreampie.common.util.scan.AnnotationScaner 中的方法
检测目标类
checkTarget(Class<?>) - 类 cn.dreampie.common.util.scan.ClassScaner 中的方法
检测目标类
checkTarget(Class<?>) - 类 cn.dreampie.common.util.scan.Scaner 中的方法
 
ClassScaner - cn.dreampie.common.util.scan 中的 类
Created by ice on 14-12-19.
ClassScaner(Class<?>) - 类 cn.dreampie.common.util.scan.ClassScaner 的构造方法
 
clear() - 类 cn.dreampie.common.util.properties.Proper 中的静态方法
 
clearAttrs() - 类 cn.dreampie.common.entity.Entity 中的方法
Remove all attrs of this entity.
clearCookie(String) - 类 cn.dreampie.common.http.HttpResponse 中的方法
 
clearCookie(String) - 接口 cn.dreampie.common.Response 中的方法
 
clearModifyAttrs() - 类 cn.dreampie.common.entity.Entity 中的方法
 
close() - 类 cn.dreampie.common.http.AbstractResponse 中的方法
 
cn.dreampie.common - 软件包 cn.dreampie.common
 
cn.dreampie.common.entity - 软件包 cn.dreampie.common.entity
 
cn.dreampie.common.entity.exception - 软件包 cn.dreampie.common.entity.exception
 
cn.dreampie.common.http - 软件包 cn.dreampie.common.http
 
cn.dreampie.common.http.exception - 软件包 cn.dreampie.common.http.exception
 
cn.dreampie.common.http.result - 软件包 cn.dreampie.common.http.result
 
cn.dreampie.common.spring - 软件包 cn.dreampie.common.spring
 
cn.dreampie.common.util - 软件包 cn.dreampie.common.util
 
cn.dreampie.common.util.analysis - 软件包 cn.dreampie.common.util.analysis
 
cn.dreampie.common.util.crypto - 软件包 cn.dreampie.common.util.crypto
 
cn.dreampie.common.util.json - 软件包 cn.dreampie.common.util.json
 
cn.dreampie.common.util.matcher - 软件包 cn.dreampie.common.util.matcher
 
cn.dreampie.common.util.properties - 软件包 cn.dreampie.common.util.properties
 
cn.dreampie.common.util.scan - 软件包 cn.dreampie.common.util.scan
 
cn.dreampie.common.util.serialize - 软件包 cn.dreampie.common.util.serialize
 
cn.dreampie.common.util.stream - 软件包 cn.dreampie.common.util.stream
 
compareDate(String, String, String) - 类 cn.dreampie.common.util.matcher.PatternMatcher 中的静态方法
 
compareDate(String, String) - 类 cn.dreampie.common.util.matcher.PatternMatcher 中的静态方法
 
CONNECTOR - 类 cn.dreampie.common.Constant 中的静态变量
 
Constant - cn.dreampie.common 中的 类
Created by ice on 14-12-29.
Constant() - 类 cn.dreampie.common.Constant 的构造方法
 
containsKey(String) - 类 cn.dreampie.common.util.properties.Prop 中的方法
 
containsKey(String) - 类 cn.dreampie.common.util.properties.Proper 中的静态方法
 
ContentType - cn.dreampie.common.http 中的 类
Created by wangrenhui on 15/4/29.
ContentType() - 类 cn.dreampie.common.http.ContentType 的构造方法
 
Cookier - cn.dreampie.common.util 中的 类
 
Cookier(HttpRequest) - 类 cn.dreampie.common.util.Cookier 的构造方法
 
Cookier(HttpResponse) - 类 cn.dreampie.common.util.Cookier 的构造方法
 
Cookier(HttpRequest, HttpResponse) - 类 cn.dreampie.common.util.Cookier 的构造方法
 
copyOf(List<T>) - 类 cn.dreampie.common.util.Lister 中的静态方法
 
copyOf(Map<K, V>) - 类 cn.dreampie.common.util.Maper 中的静态方法
 
createDescriptor() - 枚举 cn.dreampie.common.http.result.HttpStatus 中的方法
 
createNewFile(File) - 类 cn.dreampie.common.util.stream.FileRenamer 中的方法
 
crypto(String, String) - 类 cn.dreampie.common.util.crypto.Cryptor 中的静态方法
 
crypto(String, String, String) - 类 cn.dreampie.common.util.crypto.Cryptor 中的静态方法
 
CryptoException - cn.dreampie.common.util.crypto 中的 异常
JsonException
CryptoException() - 异常 cn.dreampie.common.util.crypto.CryptoException 的构造方法
 
CryptoException(String) - 异常 cn.dreampie.common.util.crypto.CryptoException 的构造方法
 
CryptoException(Throwable) - 异常 cn.dreampie.common.util.crypto.CryptoException 的构造方法
 
CryptoException(String, Throwable) - 异常 cn.dreampie.common.util.crypto.CryptoException 的构造方法
 
Cryptor - cn.dreampie.common.util.crypto 中的 类
 
Cryptor() - 类 cn.dreampie.common.util.crypto.Cryptor 的构造方法
 

D

DEFAULT_CHARSET_NAME - 类 cn.dreampie.common.util.crypto.Hex 中的静态变量
Default charset name is UTF_8
DEFAULT_PATH_SEPARATOR - 类 cn.dreampie.common.util.matcher.AntPathMatcher 中的静态变量
Default path separator: "/"
DefaultFileRenamer - cn.dreampie.common.util.stream 中的 类
Implements a renaming policy that adds increasing integers to the body of any file that collides.
DefaultFileRenamer() - 类 cn.dreampie.common.util.stream.DefaultFileRenamer 的构造方法
 
DELETE - 类 cn.dreampie.common.http.HttpMethod 中的静态变量
 
deserialze(JSONObject, Class<? extends Entity>) - 枚举 cn.dreampie.common.util.json.ModelDeserializer 中的静态方法
 
deserialze(DefaultJSONParser, Type, Object) - 枚举 cn.dreampie.common.util.json.ModelDeserializer 中的方法
 
devMode - 类 cn.dreampie.common.Constant 中的静态变量
 
doAddHeader(String, String) - 类 cn.dreampie.common.http.AbstractResponse 中的方法
 
doAddHeader(String, String) - 类 cn.dreampie.common.http.HttpResponse 中的方法
 
doGetOutputStream() - 类 cn.dreampie.common.http.AbstractResponse 中的方法
 
doGetOutputStream() - 类 cn.dreampie.common.http.HttpResponse 中的方法
 
doMatch(String, String, boolean) - 类 cn.dreampie.common.util.matcher.AntPathMatcher 中的方法
Actually match the given path against the given pattern.
doSetHeader(String, String) - 类 cn.dreampie.common.http.AbstractResponse 中的方法
 
doSetHeader(String, String) - 类 cn.dreampie.common.http.HttpResponse 中的方法
 
doSetStatus(HttpStatus) - 类 cn.dreampie.common.http.AbstractResponse 中的方法
 
doSetStatus(HttpStatus) - 类 cn.dreampie.common.http.HttpResponse 中的方法
 

E

encodeHex(byte[]) - 类 cn.dreampie.common.util.crypto.Hex 中的静态方法
 
encodeHex(byte[], boolean) - 类 cn.dreampie.common.util.crypto.Hex 中的静态方法
 
encodeHex(byte[], char[]) - 类 cn.dreampie.common.util.crypto.Hex 中的静态方法
 
encodeHexString(byte[]) - 类 cn.dreampie.common.util.crypto.Hex 中的静态方法
 
encoding - 类 cn.dreampie.common.Constant 中的静态变量
 
Encoding - cn.dreampie.common.http 中的 类
Created by ice on 14-12-29.
Entity<M extends Entity> - cn.dreampie.common.entity 中的 类
Created by ice on 14-12-31.
Entity() - 类 cn.dreampie.common.entity.Entity 的构造方法
 
EntityException - cn.dreampie.common.entity.exception 中的 异常
ModelException
EntityException() - 异常 cn.dreampie.common.entity.exception.EntityException 的构造方法
 
EntityException(String) - 异常 cn.dreampie.common.entity.exception.EntityException 的构造方法
 
EntityException(Throwable) - 异常 cn.dreampie.common.entity.exception.EntityException 的构造方法
 
EntityException(String, Throwable) - 异常 cn.dreampie.common.entity.exception.EntityException 的构造方法
 
exceptionHolder - 类 cn.dreampie.common.Constant 中的静态变量
 
exist(String) - 类 cn.dreampie.common.util.stream.Filer 中的静态方法
 
extractPathWithinPattern(String, String) - 类 cn.dreampie.common.util.matcher.AntPathMatcher 中的方法
Given a pattern and a full path, determine the pattern-mapped part.

F

FILE - 类 cn.dreampie.common.http.ContentType 中的静态变量
 
FileException - cn.dreampie.common.util.stream 中的 异常
DBException
FileException() - 异常 cn.dreampie.common.util.stream.FileException 的构造方法
 
FileException(String) - 异常 cn.dreampie.common.util.stream.FileException 的构造方法
 
FileException(Throwable) - 异常 cn.dreampie.common.util.stream.FileException 的构造方法
 
FileException(String, Throwable) - 异常 cn.dreampie.common.util.stream.FileException 的构造方法
 
Filer - cn.dreampie.common.util.stream 中的 类
Created by ice on 15-1-28.
Filer() - 类 cn.dreampie.common.util.stream.Filer 的构造方法
 
fileRenamer - 类 cn.dreampie.common.Constant 中的静态变量
 
FileRenamer - cn.dreampie.common.util.stream 中的 类
An interface to provide a pluggable file renaming policy, particularly useful to handle naming conflicts with an existing file.
FileRenamer() - 类 cn.dreampie.common.util.stream.FileRenamer 的构造方法
 
files(String) - 类 cn.dreampie.common.util.stream.Filer 中的静态方法
 
files(File) - 类 cn.dreampie.common.util.stream.Filer 中的静态方法
 
findFiles(String, String) - 类 cn.dreampie.common.util.scan.Scaner 中的方法
递归查找文件
firstLowerCase(String) - 类 cn.dreampie.common.util.Stringer 中的静态方法
首字母转小写
firstUpperCamelCase(String) - 类 cn.dreampie.common.util.Stringer 中的静态方法
 
firstUpperCase(String) - 类 cn.dreampie.common.util.Stringer 中的静态方法
首字母转大写
FORM - 类 cn.dreampie.common.http.ContentType 中的静态变量
 
forward(String) - 类 cn.dreampie.common.http.HttpResponse 中的方法
 

G

get(String) - 类 cn.dreampie.common.entity.Entity 中的方法
Get attr of any sql type
get(String, Class<T>) - 类 cn.dreampie.common.entity.Entity 中的方法
Parse attr to any type
get(String, Object) - 类 cn.dreampie.common.entity.Entity 中的方法
Get attr of any sql type.
get(String, Class<T>, Object) - 类 cn.dreampie.common.entity.Entity 中的方法
Get attr for clazz.
GET - 类 cn.dreampie.common.http.HttpMethod 中的静态变量
 
get(String) - 类 cn.dreampie.common.util.Cookier 中的方法
 
get(String, TypeReference<T>) - 类 cn.dreampie.common.util.Cookier 中的方法
 
get(String, Class<T>) - 类 cn.dreampie.common.util.Cookier 中的方法
 
get(String) - 类 cn.dreampie.common.util.properties.Prop 中的方法
 
get(String, String) - 类 cn.dreampie.common.util.properties.Prop 中的方法
 
get(String) - 类 cn.dreampie.common.util.properties.Proper 中的静态方法
 
get(String, String) - 类 cn.dreampie.common.util.properties.Proper 中的静态方法
 
getAttrNames() - 类 cn.dreampie.common.entity.Entity 中的方法
Return attr name of this record.
getAttrs() - 类 cn.dreampie.common.entity.Entity 中的方法
Return attribute Map.
getAttrValues() - 类 cn.dreampie.common.entity.Entity 中的方法
Return attr values of this record.
getBaseNetworkPath() - 类 cn.dreampie.common.http.AbstractRequest 中的方法
 
getBaseNetworkPath() - 接口 cn.dreampie.common.Request 中的方法
Returns the base network path of this request (ie baseUri without the protocol).
getBasePath() - 类 cn.dreampie.common.http.AbstractRequest 中的方法
The path on which resty is mounted.
getBasePath() - 类 cn.dreampie.common.http.HttpRequest 中的方法
 
getBaseUri() - 类 cn.dreampie.common.http.AbstractRequest 中的方法
 
getBaseUri() - 接口 cn.dreampie.common.Request 中的方法
Returns the base URI of this request.
getBean(Class<T>) - 类 cn.dreampie.common.spring.SpringBuilder 中的静态方法
 
getBoolean(String) - 类 cn.dreampie.common.util.properties.Prop 中的方法
 
getBoolean(String, Boolean) - 类 cn.dreampie.common.util.properties.Prop 中的方法
 
getBoolean(String) - 类 cn.dreampie.common.util.properties.Proper 中的静态方法
 
getBoolean(String, Boolean) - 类 cn.dreampie.common.util.properties.Proper 中的静态方法
 
getCharacterEncoding() - 类 cn.dreampie.common.http.HttpRequest 中的方法
 
getCharacterEncoding() - 接口 cn.dreampie.common.Request 中的方法
 
getCharset() - 类 cn.dreampie.common.http.AbstractResponse 中的方法
 
getCharset() - 接口 cn.dreampie.common.Response 中的方法
Returns the charset set on this response if any.
getClientAddress() - 类 cn.dreampie.common.http.AbstractRequest 中的方法
 
getClientAddress() - 接口 cn.dreampie.common.Request 中的方法
The address (IP) of the client.
getCode() - 类 cn.dreampie.common.http.result.HttpStatus.Descriptor 中的方法
 
getCode() - 枚举 cn.dreampie.common.http.result.HttpStatus 中的方法
 
getColumnType(String) - 类 cn.dreampie.common.entity.Entity 中的方法
获取改数据库列对应的java类型
getContent() - 异常 cn.dreampie.common.http.exception.WebException 中的方法
Returns the content to use in the HTTP response generated for this exception.
getContentLength() - 类 cn.dreampie.common.http.HttpRequest 中的方法
 
getContentLength() - 接口 cn.dreampie.common.Request 中的方法
 
getContentStream() - 类 cn.dreampie.common.http.HttpRequest 中的方法
 
getContentStream() - 接口 cn.dreampie.common.Request 中的方法
 
getContentType() - 类 cn.dreampie.common.http.HttpRequest 中的方法
 
getContentType() - 类 cn.dreampie.common.http.UploadedFile 中的方法
 
getContentType() - 接口 cn.dreampie.common.Request 中的方法
 
getContentTypeFromExtension(String) - 类 cn.dreampie.common.util.HttpTyper 中的静态方法
 
getContext() - 类 cn.dreampie.common.spring.SpringBuilder 中的静态方法
 
getCookiesMap() - 类 cn.dreampie.common.http.HttpRequest 中的方法
 
getCookiesMap() - 接口 cn.dreampie.common.Request 中的方法
 
getCookieValue(String) - 类 cn.dreampie.common.http.HttpRequest 中的方法
 
getCookieValue(String) - 接口 cn.dreampie.common.Request 中的方法
 
getDesc() - 类 cn.dreampie.common.http.result.HttpStatus.Descriptor 中的方法
 
getDesc() - 枚举 cn.dreampie.common.http.result.HttpStatus 中的方法
 
getDescriptor(StringBuilder, Method) - 类 cn.dreampie.common.util.analysis.ParamNamesScaner 中的静态方法
 
getDescriptor(StringBuilder, Constructor<?>) - 类 cn.dreampie.common.util.analysis.ParamNamesScaner 中的静态方法
 
getDescriptor(StringBuilder, Class<?>) - 类 cn.dreampie.common.util.analysis.ParamNamesScaner 中的静态方法
本方法来源于ow2的asm库的Type类
getFastMatchToken() - 枚举 cn.dreampie.common.util.json.ModelDeserializer 中的方法
 
getFile() - 类 cn.dreampie.common.http.UploadedFile 中的方法
 
getFileName() - 类 cn.dreampie.common.http.UploadedFile 中的方法
 
getHeader(String) - 类 cn.dreampie.common.http.AbstractResponse 中的方法
 
getHeader(String) - 类 cn.dreampie.common.http.HttpRequest 中的方法
 
getHeader(String) - 接口 cn.dreampie.common.Request 中的方法
 
getHeader(String) - 接口 cn.dreampie.common.Response 中的方法
Returns the value of a header previously set with setHeader().
getHeaders(String) - 类 cn.dreampie.common.http.HttpRequest 中的方法
 
getHeaders() - 类 cn.dreampie.common.http.HttpRequest 中的方法
 
getHeaders(String) - 接口 cn.dreampie.common.Request 中的方法
 
getHeaders() - 接口 cn.dreampie.common.Request 中的方法
 
getHost() - 类 cn.dreampie.common.http.AbstractRequest 中的方法
 
getHttpMethod() - 类 cn.dreampie.common.http.HttpRequest 中的方法
 
getHttpMethod() - 接口 cn.dreampie.common.Request 中的方法
HTTP METHOD, eg GET, POST, ...
getInt(String) - 类 cn.dreampie.common.util.properties.Prop 中的方法
 
getInt(String, Integer) - 类 cn.dreampie.common.util.properties.Prop 中的方法
 
getInt(String) - 类 cn.dreampie.common.util.properties.Proper 中的静态方法
 
getInt(String, Integer) - 类 cn.dreampie.common.util.properties.Proper 中的静态方法
 
getKey(Object) - 类 cn.dreampie.common.util.analysis.ParamNamesScaner 中的静态方法
传入Method或Constructor,获取getParamNames方法返回的Map所对应的key
getLines() - 类 cn.dreampie.common.util.analysis.ParamAttribute 中的方法
 
getLocalClientAddress() - 类 cn.dreampie.common.http.AbstractRequest 中的方法
Returns the client address of this request, without taking proxy into account
getLocalClientAddress() - 类 cn.dreampie.common.http.HttpRequest 中的方法
 
getLocale() - 类 cn.dreampie.common.http.HttpRequest 中的方法
 
getLocale() - 接口 cn.dreampie.common.Request 中的方法
Returns the preferred Locale that the client will accept content in, based on the Accept-Language header.
getLocales() - 类 cn.dreampie.common.http.HttpRequest 中的方法
 
getLocales() - 接口 cn.dreampie.common.Request 中的方法
Returns an ImmutableList of Locale objects indicating, in decreasing order starting with the preferred locale, the locales that are acceptable to the client based on the Accept-Language header.
getLocalScheme() - 类 cn.dreampie.common.http.AbstractRequest 中的方法
The URL scheme used for this request, without taking proxy into account.
getLocalScheme() - 类 cn.dreampie.common.http.HttpRequest 中的方法
 
getLong(String) - 类 cn.dreampie.common.util.properties.Prop 中的方法
 
getLong(String, Long) - 类 cn.dreampie.common.util.properties.Prop 中的方法
 
getLong(String) - 类 cn.dreampie.common.util.properties.Proper 中的静态方法
 
getLong(String, Long) - 类 cn.dreampie.common.util.properties.Proper 中的静态方法
 
getModifyAttrNames() - 类 cn.dreampie.common.entity.Entity 中的方法
Return attribute name of this entity.
getModifyAttrs() - 类 cn.dreampie.common.entity.Entity 中的方法
获取更新的属性列表
getModifyAttrValues() - 类 cn.dreampie.common.entity.Entity 中的方法
Return attribute values of this entity.
getNames() - 类 cn.dreampie.common.util.analysis.ParamAttribute 中的方法
 
getOriginalFileName() - 类 cn.dreampie.common.http.UploadedFile 中的方法
 
getOutputStream() - 类 cn.dreampie.common.http.AbstractResponse 中的方法
 
getOutputStream() - 接口 cn.dreampie.common.Response 中的方法
 
getParamMap() - 类 cn.dreampie.common.http.HttpRequest 中的方法
 
getParamNames(Method) - 类 cn.dreampie.common.util.analysis.ParamNamesScaner 中的静态方法
获取Method的形参名称列表
getParamNames(Method, Map<String, ParamAttribute>) - 类 cn.dreampie.common.util.analysis.ParamNamesScaner 中的静态方法
获取Method的形参名称列表
getParamNames(Constructor<?>) - 类 cn.dreampie.common.util.analysis.ParamNamesScaner 中的静态方法
获取Constructor的形参名称列表
getParamNames(Constructor<?>, Map<String, ParamAttribute>) - 类 cn.dreampie.common.util.analysis.ParamNamesScaner 中的静态方法
获取Constructor的形参名称列表
getParamNames(Class<?>) - 类 cn.dreampie.common.util.analysis.ParamNamesScaner 中的静态方法
获取一个类的所有方法/构造方法的形参名称Map 如果有任何IO异常,不应该有,如果是本地文件,那100%遇到bug了
getParamNames(InputStream) - 类 cn.dreampie.common.util.analysis.ParamNamesScaner 中的静态方法
 
getProp() - 类 cn.dreampie.common.util.properties.Proper 中的静态方法
 
getProp(String) - 类 cn.dreampie.common.util.properties.Proper 中的静态方法
 
getProperties() - 类 cn.dreampie.common.util.properties.Prop 中的方法
 
getQueryParam(String) - 类 cn.dreampie.common.http.HttpRequest 中的方法
 
getQueryParam(String) - 接口 cn.dreampie.common.Request 中的方法
 
getQueryParams(String) - 类 cn.dreampie.common.http.HttpRequest 中的方法
 
getQueryParams() - 类 cn.dreampie.common.http.HttpRequest 中的方法
 
getQueryParams(String) - 接口 cn.dreampie.common.Request 中的方法
 
getQueryParams() - 接口 cn.dreampie.common.Request 中的方法
 
getQueryString() - 类 cn.dreampie.common.http.AbstractRequest 中的方法
 
getQueryString() - 类 cn.dreampie.common.http.HttpRequest 中的方法
 
getRealPath(String) - 类 cn.dreampie.common.http.HttpRequest 中的方法
 
getRealPath(String) - 接口 cn.dreampie.common.Request 中的方法
Returns the resty portion of the webRoot physical path.
getRequestDispatcher(String) - 类 cn.dreampie.common.http.AbstractRequest 中的方法
 
getRequestDispatcher(String) - 类 cn.dreampie.common.http.HttpRequest 中的方法
 
getRestPath() - 类 cn.dreampie.common.http.HttpRequest 中的方法
 
getRestPath() - 接口 cn.dreampie.common.Request 中的方法
Returns the resty portion of the request path.
getRestUri() - 类 cn.dreampie.common.http.HttpRequest 中的方法
 
getRestUri() - 接口 cn.dreampie.common.Request 中的方法
Returns the resty portion of the full request uri.
getResult() - 类 cn.dreampie.common.http.result.ImageResult 中的方法
Returns the content to use in the HTTP response .
getResult() - 类 cn.dreampie.common.http.result.WebResult 中的方法
Returns the content to use in the HTTP response .
getScheme() - 类 cn.dreampie.common.http.AbstractRequest 中的方法
 
getStatus() - 类 cn.dreampie.common.http.AbstractResponse 中的方法
 
getStatus() - 异常 cn.dreampie.common.http.exception.WebException 中的方法
 
getStatus() - 类 cn.dreampie.common.http.result.WebResult 中的方法
 
getStatus() - 接口 cn.dreampie.common.Response 中的方法
 
getType() - 类 cn.dreampie.common.http.result.ImageResult 中的方法
 
getWriter() - 类 cn.dreampie.common.http.AbstractResponse 中的方法
 
getWriter() - 接口 cn.dreampie.common.Response 中的方法
A writer you can write to to send response as text.
GIF - 类 cn.dreampie.common.http.ContentType 中的静态变量
 

H

hasColumn(String) - 类 cn.dreampie.common.entity.Entity 中的方法
判断数据库是否拥有该列
havingCode(int) - 枚举 cn.dreampie.common.http.result.HttpStatus 中的静态方法
 
HEAD - 类 cn.dreampie.common.http.HttpMethod 中的静态变量
 
headerTokenCompatible(String, String) - 类 cn.dreampie.common.util.HttpTyper 中的静态方法
 
Hex - cn.dreampie.common.util.crypto 中的 类
 
Hex() - 类 cn.dreampie.common.util.crypto.Hex 的构造方法
 
HTML - 类 cn.dreampie.common.http.ContentType 中的静态变量
 
HttpMethod - cn.dreampie.common.http 中的 类
Created by wangrenhui on 15/1/10.
HttpMethod() - 类 cn.dreampie.common.http.HttpMethod 的构造方法
 
HttpRequest - cn.dreampie.common.http 中的 类
Date: 1/22/13 Time: 2:52 PM
HttpRequest(HttpServletRequest, ServletContext) - 类 cn.dreampie.common.http.HttpRequest 的构造方法
 
HttpResponse - cn.dreampie.common.http 中的 类
Date: 2/6/13 Time: 9:40 PM
HttpResponse(HttpServletResponse, HttpServletRequest) - 类 cn.dreampie.common.http.HttpResponse 的构造方法
 
HttpStatus - cn.dreampie.common.http.result 中的 枚举
Created by ice on 14-12-19.
HttpStatus.Descriptor - cn.dreampie.common.http.result 中的 类
 
HttpStatus.Descriptor(HttpStatus) - 类 cn.dreampie.common.http.result.HttpStatus.Descriptor 的构造方法
 
HttpTyper - cn.dreampie.common.util 中的 类
Created by ice on 14-12-29.
HttpTyper() - 类 cn.dreampie.common.util.HttpTyper 的构造方法
 

I

ImageResult<T extends RenderedImage> - cn.dreampie.common.http.result 中的 类
Created by ice on 14-12-19.
ImageResult(String, T) - 类 cn.dreampie.common.http.result.ImageResult 的构造方法
 
ImageResult(T) - 类 cn.dreampie.common.http.result.ImageResult 的构造方法
 
includePackages - 类 cn.dreampie.common.util.scan.Scaner 中的变量
 
includePackages(String...) - 类 cn.dreampie.common.util.scan.Scaner 中的方法
 
includePackages(Set<String>) - 类 cn.dreampie.common.util.scan.Scaner 中的方法
 
init(String, Object) - 类 cn.dreampie.common.entity.Entity 中的方法
初始化属性 不会添加到modify
initAttrs(Map<String, Object>) - 类 cn.dreampie.common.entity.Entity 中的方法
 
initAttrs(M) - 类 cn.dreampie.common.entity.Entity 中的方法
 
instance() - 枚举 cn.dreampie.common.util.json.ModelDeserializer 中的静态方法
 
instance() - 枚举 cn.dreampie.common.util.json.ModelSerializer 中的静态方法
 
instance() - 类 cn.dreampie.common.util.matcher.AntPathMatcher 中的静态方法
 
isBirthDay(String) - 类 cn.dreampie.common.util.matcher.PatternMatcher 中的静态方法
判断是否是生日
isBlank(Object) - 类 cn.dreampie.common.util.matcher.PatternMatcher 中的静态方法
空值
isChinese(String) - 类 cn.dreampie.common.util.matcher.PatternMatcher 中的静态方法
中文
isChinese(String, int, int) - 类 cn.dreampie.common.util.matcher.PatternMatcher 中的静态方法
 
isClosed() - 类 cn.dreampie.common.http.AbstractResponse 中的方法
 
isClosed() - 接口 cn.dreampie.common.Response 中的方法
 
isDateTime(String) - 类 cn.dreampie.common.util.matcher.PatternMatcher 中的静态方法
判断时间
isEmail(String) - 类 cn.dreampie.common.util.matcher.PatternMatcher 中的静态方法
邮箱验证工具
isGeneral(String) - 类 cn.dreampie.common.util.matcher.PatternMatcher 中的静态方法
 
isGeneral(String, int, int) - 类 cn.dreampie.common.util.matcher.PatternMatcher 中的静态方法
 
isIdentityCard(String) - 类 cn.dreampie.common.util.matcher.PatternMatcher 中的静态方法
身份证
isLength(String, int, int) - 类 cn.dreampie.common.util.matcher.PatternMatcher 中的静态方法
 
isMobile(String) - 类 cn.dreampie.common.util.matcher.PatternMatcher 中的静态方法
手机号码验证
isMoney(String) - 类 cn.dreampie.common.util.matcher.PatternMatcher 中的静态方法
货币
isNotBlank(Object) - 类 cn.dreampie.common.util.matcher.PatternMatcher 中的静态方法
 
isNumber(String) - 类 cn.dreampie.common.util.matcher.PatternMatcher 中的静态方法
 
isNumber(String, int, int) - 类 cn.dreampie.common.util.matcher.PatternMatcher 中的静态方法
 
ISO_8859_1 - 类 cn.dreampie.common.http.Encoding 中的静态变量
ISO-8859-1: ISO Latin Alphabet Number 1 (ISO-LATIN-1).
isPattern(String) - 类 cn.dreampie.common.util.matcher.AntPathMatcher 中的方法
 
isPersistentCookie(String) - 类 cn.dreampie.common.http.HttpRequest 中的方法
 
isPersistentCookie(String) - 接口 cn.dreampie.common.Request 中的方法
 
isPhone(String) - 类 cn.dreampie.common.util.matcher.PatternMatcher 中的静态方法
电话号码 包括移动电话和座机
isPositiveNumber(String) - 类 cn.dreampie.common.util.matcher.PatternMatcher 中的静态方法
 
isPositiveNumber(String, int, int) - 类 cn.dreampie.common.util.matcher.PatternMatcher 中的静态方法
 
isSecured() - 类 cn.dreampie.common.http.AbstractRequest 中的方法
 
isSecured() - 接口 cn.dreampie.common.Request 中的方法
Is this request performed through a secured connection or not.
isString(String) - 类 cn.dreampie.common.util.matcher.PatternMatcher 中的静态方法
 
isString(String, int, int) - 类 cn.dreampie.common.util.matcher.PatternMatcher 中的静态方法
 
isTel(String) - 类 cn.dreampie.common.util.matcher.PatternMatcher 中的静态方法
座机验证
isTextContentType(String) - 类 cn.dreampie.common.util.HttpTyper 中的静态方法
 
isUrl(String) - 类 cn.dreampie.common.util.matcher.PatternMatcher 中的静态方法
匹配是否是链接
isUUID(String) - 类 cn.dreampie.common.util.matcher.PatternMatcher 中的静态方法
 
isZipCode(String) - 类 cn.dreampie.common.util.matcher.PatternMatcher 中的静态方法
邮政编码

J

join(Iterable<?>) - 类 cn.dreampie.common.util.Joiner 中的方法
Returns a string containing the string representation of each of parts, using the previously configured separator between each.
join(Iterator<?>) - 类 cn.dreampie.common.util.Joiner 中的方法
Returns a string containing the string representation of each of parts, using the previously configured separator between each.
join(Object[]) - 类 cn.dreampie.common.util.Joiner 中的方法
Returns a string containing the string representation of each of parts, using the previously configured separator between each.
join(Object, Object, Object...) - 类 cn.dreampie.common.util.Joiner 中的方法
Returns a string containing the string representation of each argument, using the previously configured separator between each.
join(Map<?, ?>) - 类 cn.dreampie.common.util.Joiner.MapJoiner 中的方法
Returns a string containing the string representation of each entry of map, using the previously configured separator and key-value separator.
join(Iterable<? extends Map.Entry<?, ?>>) - 类 cn.dreampie.common.util.Joiner.MapJoiner 中的方法
Returns a string containing the string representation of each entry in entries, using the previously configured separator and key-value separator.
join(Iterator<? extends Map.Entry<?, ?>>) - 类 cn.dreampie.common.util.Joiner.MapJoiner 中的方法
Returns a string containing the string representation of each entry in entries, using the previously configured separator and key-value separator.
Joiner - cn.dreampie.common.util 中的 类
Created by ice on 14-12-29.
Joiner.MapJoiner - cn.dreampie.common.util 中的 类
An object that joins map entries in the same manner as Joiner joins iterables and arrays.
JPEG - 类 cn.dreampie.common.http.ContentType 中的静态变量
 
JSON - 类 cn.dreampie.common.http.ContentType 中的静态变量
 
Jsoner - cn.dreampie.common.util.json 中的 类
Created by ice on 14-12-31.
Jsoner() - 类 cn.dreampie.common.util.json.Jsoner 的构造方法
 
JsonException - cn.dreampie.common.util.json 中的 异常
JsonException
JsonException() - 异常 cn.dreampie.common.util.json.JsonException 的构造方法
 
JsonException(String) - 异常 cn.dreampie.common.util.json.JsonException 的构造方法
 
JsonException(Throwable) - 异常 cn.dreampie.common.util.json.JsonException 的构造方法
 
JsonException(String, Throwable) - 异常 cn.dreampie.common.util.json.JsonException 的构造方法
 

K

keep(String...) - 类 cn.dreampie.common.entity.Entity 中的方法
Keep attrs of this entity and remove other attrs.
keep(String) - 类 cn.dreampie.common.entity.Entity 中的方法
Keep attr of this entity and remove other attrs.

L

Lister - cn.dreampie.common.util 中的 类
Created by ice on 14-12-29.
Lister() - 类 cn.dreampie.common.util.Lister 的构造方法
 

M

main(String[]) - 类 cn.dreampie.common.util.matcher.AntPathMatcher 中的静态方法
 
Maper - cn.dreampie.common.util 中的 类
Created by ice on 14-12-29.
Maper() - 类 cn.dreampie.common.util.Maper 的构造方法
 
match(String, String) - 类 cn.dreampie.common.util.matcher.AntPathMatcher 中的方法
 
match(String, String) - 类 cn.dreampie.common.util.matcher.PatternMatcher 中的静态方法
匹配正则表达式
match(String, int, String) - 类 cn.dreampie.common.util.matcher.PatternMatcher 中的静态方法
区分大小写
Matcher - cn.dreampie.common.util.matcher 中的 接口
Created by ice on 14-9-10.
matches(String, String) - 类 cn.dreampie.common.util.matcher.AntPathMatcher 中的方法
 
matches(String, String) - 接口 cn.dreampie.common.util.matcher.Matcher 中的方法
Returns true if the given source matches the specified pattern, false otherwise.
matchStart(String, String) - 类 cn.dreampie.common.util.matcher.AntPathMatcher 中的方法
 
mkDirs(String) - 类 cn.dreampie.common.util.stream.Filer 中的静态方法
 
mkDirs(File) - 类 cn.dreampie.common.util.stream.Filer 中的静态方法
 
ModelDeserializer - cn.dreampie.common.util.json 中的 枚举
Created by ice on 14-12-31.
ModelSerializer - cn.dreampie.common.util.json 中的 枚举
Created by ice on 14-12-31.
MULTIPART - 类 cn.dreampie.common.http.ContentType 中的静态变量
 

O

of(Object...) - 类 cn.dreampie.common.util.Lister 中的静态方法
 
of() - 类 cn.dreampie.common.util.Maper 中的静态方法
 
of(K, V) - 类 cn.dreampie.common.util.Maper 中的静态方法
 
of(K, V, K, V) - 类 cn.dreampie.common.util.Maper 中的静态方法
 
of(K, V, K, V, K, V) - 类 cn.dreampie.common.util.Maper 中的静态方法
 
of(K, V, K, V, K, V, K, V) - 类 cn.dreampie.common.util.Maper 中的静态方法
 
of(K, V, K, V, K, V, K, V, K, V) - 类 cn.dreampie.common.util.Maper 中的静态方法
 
of(Class<? extends Annotation>) - 类 cn.dreampie.common.util.scan.AnnotationScaner 中的静态方法
要扫描的类父级
of(Class<?>) - 类 cn.dreampie.common.util.scan.ClassScaner 中的静态方法
要扫描的类父级
on(String) - 类 cn.dreampie.common.util.Joiner 中的静态方法
Returns a joinKit which automatically places separator between consecutive elements.
on(char) - 类 cn.dreampie.common.util.Joiner 中的静态方法
Returns a joinKit which automatically places separator between consecutive elements.
oneParamParse - 类 cn.dreampie.common.Constant 中的静态变量
 
OPTIONS - 类 cn.dreampie.common.http.HttpMethod 中的静态变量
 

P

ParamAttribute - cn.dreampie.common.util.analysis 中的 类
Created by ice on 15-1-22.
ParamAttribute(List<String>, int[]) - 类 cn.dreampie.common.util.analysis.ParamAttribute 的构造方法
 
ParamNamesScaner - cn.dreampie.common.util.analysis 中的 类
Created by wangrenhui on 14/12/19.
ParamNamesScaner() - 类 cn.dreampie.common.util.analysis.ParamNamesScaner 的构造方法
 
parse(Object, Class) - 枚举 cn.dreampie.common.util.json.ModelDeserializer 中的静态方法
转换非集合对象
PATCH - 类 cn.dreampie.common.http.HttpMethod 中的静态变量
 
PatternMatcher - cn.dreampie.common.util.matcher 中的 类
Created by ice on 14-12-30.
PatternMatcher() - 类 cn.dreampie.common.util.matcher.PatternMatcher 的构造方法
 
Plugin - cn.dreampie.common 中的 接口
Plugin interface
PNG - 类 cn.dreampie.common.http.ContentType 中的静态变量
 
POST - 类 cn.dreampie.common.http.HttpMethod 中的静态变量
 
Prop - cn.dreampie.common.util.properties 中的 类
Prop.
Prop(String) - 类 cn.dreampie.common.util.properties.Prop 的构造方法
Prop constructor.
Prop(String, String) - 类 cn.dreampie.common.util.properties.Prop 的构造方法
Prop constructor

Example:
Prop prop = new Prop("my_config.txt", "UTF-8");
String userName = prop.get("userName");

prop = new Prop("com/resty/file_in_sub_path_of_classpath.txt", "UTF-8");
String value = prop.get("key");

Prop(File) - 类 cn.dreampie.common.util.properties.Prop 的构造方法
Prop constructor.
Prop(File, String) - 类 cn.dreampie.common.util.properties.Prop 的构造方法
Prop constructor

Example:
Prop prop = new Prop(new File("/var/config/my_config.txt"), "UTF-8");
String userName = prop.get("userName");

Proper - cn.dreampie.common.util.properties 中的 类
Proper.
put(String, Object) - 类 cn.dreampie.common.entity.Entity 中的方法
Put key value pair to the entity when the key is not attribute of the entity.
PUT - 类 cn.dreampie.common.http.HttpMethod 中的静态变量
 
putAttrs(Map<String, Object>) - 类 cn.dreampie.common.entity.Entity 中的方法
 
putAttrs(M) - 类 cn.dreampie.common.entity.Entity 中的方法
Set attrs value with entity.

R

readFile(InputStream, File) - 类 cn.dreampie.common.util.stream.StreamReader 中的静态方法
 
readFile(InputStream, int, File) - 类 cn.dreampie.common.util.stream.StreamReader 中的静态方法
 
readFile(InputStream, File, FileRenamer) - 类 cn.dreampie.common.util.stream.StreamReader 中的静态方法
 
readFile(InputStream, int, File, FileRenamer) - 类 cn.dreampie.common.util.stream.StreamReader 中的静态方法
 
readString(InputStream) - 类 cn.dreampie.common.util.stream.StreamReader 中的静态方法
 
readString(InputStream, String) - 类 cn.dreampie.common.util.stream.StreamReader 中的静态方法
 
refreshContext() - 类 cn.dreampie.common.spring.SpringBuilder 中的静态方法
 
register(Class) - 类 cn.dreampie.common.spring.SpringBuilder 中的静态方法
注册bean
registerSingleton(Class) - 类 cn.dreampie.common.spring.SpringBuilder 中的静态方法
 
registerSingleton(Class, Object) - 类 cn.dreampie.common.spring.SpringBuilder 中的静态方法
 
remove(String) - 类 cn.dreampie.common.entity.Entity 中的方法
Remove attribute of this entity.
remove(String...) - 类 cn.dreampie.common.entity.Entity 中的方法
Remove attrs of this entity.
removeContext() - 类 cn.dreampie.common.spring.SpringBuilder 中的静态方法
 
removeNull() - 类 cn.dreampie.common.entity.Entity 中的方法
Remove attrs if it is null.
rename(File) - 类 cn.dreampie.common.util.stream.DefaultFileRenamer 中的方法
 
rename(File) - 类 cn.dreampie.common.util.stream.FileRenamer 中的方法
Returns a File object holding a new name for the specified file.
RENAMER - 类 cn.dreampie.common.util.stream.FileRenamer 中的静态变量
 
Render - cn.dreampie.common 中的 类
Created by ice on 14-12-29.
Render() - 类 cn.dreampie.common.Render 的构造方法
 
render(HttpRequest, HttpResponse, Object) - 类 cn.dreampie.common.Render 中的方法
Render to client
Request - cn.dreampie.common 中的 接口
Date: 1/22/13 Time: 2:49 PM
reset() - 类 cn.dreampie.common.http.HttpResponse 中的方法
 
reSetAttrs(Map<String, Object>) - 类 cn.dreampie.common.entity.Entity 中的方法
 
reSetModifyAttrs(Map<String, Object>) - 类 cn.dreampie.common.entity.Entity 中的方法
 
Response - cn.dreampie.common 中的 接口
Date: 2/6/13 Time: 9:46 PM

S

save(String, Object, int) - 类 cn.dreampie.common.util.Cookier 中的方法
 
scan() - 类 cn.dreampie.common.util.scan.Scaner 中的方法
搜索目录
Scaner - cn.dreampie.common.util.scan 中的 类
Created by ice on 14-12-19.
Scaner() - 类 cn.dreampie.common.util.scan.Scaner 的构造方法
 
ScanException - cn.dreampie.common.util.scan 中的 异常
ScanException
ScanException() - 异常 cn.dreampie.common.util.scan.ScanException 的构造方法
 
ScanException(String) - 异常 cn.dreampie.common.util.scan.ScanException 的构造方法
 
ScanException(Throwable) - 异常 cn.dreampie.common.util.scan.ScanException 的构造方法
 
ScanException(String, Throwable) - 异常 cn.dreampie.common.util.scan.ScanException 的构造方法
 
sendRedirect(String) - 类 cn.dreampie.common.http.HttpResponse 中的方法
 
serialize(Object) - 类 cn.dreampie.common.util.serialize.Serializer 中的静态方法
序列化
SerializeException - cn.dreampie.common.util.serialize 中的 异常
DBException
SerializeException() - 异常 cn.dreampie.common.util.serialize.SerializeException 的构造方法
 
SerializeException(String) - 异常 cn.dreampie.common.util.serialize.SerializeException 的构造方法
 
SerializeException(Throwable) - 异常 cn.dreampie.common.util.serialize.SerializeException 的构造方法
 
SerializeException(String, Throwable) - 异常 cn.dreampie.common.util.serialize.SerializeException 的构造方法
 
Serializer - cn.dreampie.common.util.serialize 中的 类
Created by Dreampie on 15/4/24.
Serializer() - 类 cn.dreampie.common.util.serialize.Serializer 的构造方法
 
set(String, Object) - 类 cn.dreampie.common.entity.Entity 中的方法
Set attribute to entity.
setAttrs(M) - 类 cn.dreampie.common.entity.Entity 中的方法
Set attributes with other entity.
setAttrs(Map<String, Object>) - 类 cn.dreampie.common.entity.Entity 中的方法
Set attributes with Map.
setCharacterEncoding(String) - 类 cn.dreampie.common.http.HttpRequest 中的方法
 
setCharacterEncoding(String) - 接口 cn.dreampie.common.Request 中的方法
 
setContentType(String) - 类 cn.dreampie.common.http.AbstractResponse 中的方法
 
setContentType(String) - 接口 cn.dreampie.common.Response 中的方法
Sets the content type of this response.
setContext(ConfigurableApplicationContext) - 类 cn.dreampie.common.spring.SpringBuilder 中的静态方法
 
setHeader(String, String) - 类 cn.dreampie.common.http.AbstractResponse 中的方法
 
setHeader(String, String) - 接口 cn.dreampie.common.Response 中的方法
 
setLines(int[]) - 类 cn.dreampie.common.util.analysis.ParamAttribute 中的方法
 
setNames(List<String>) - 类 cn.dreampie.common.util.analysis.ParamAttribute 中的方法
 
setPathSeparator(String) - 类 cn.dreampie.common.util.matcher.AntPathMatcher 中的方法
Set the path separator to use for pattern parsing.
setStatus(HttpStatus) - 类 cn.dreampie.common.http.AbstractResponse 中的方法
 
setStatus(HttpStatus) - 接口 cn.dreampie.common.Response 中的方法
 
showRoute - 类 cn.dreampie.common.Constant 中的静态变量
 
skipNulls() - 类 cn.dreampie.common.util.Joiner 中的方法
Returns a joinKit with the same behavior as this joinKit, except automatically skipping over any provided null elements.
SpringBuilder - cn.dreampie.common.spring 中的 类
 
SpringBuilder() - 类 cn.dreampie.common.spring.SpringBuilder 的构造方法
 
SpringHolder - cn.dreampie.common.spring 中的 类
 
SpringHolder() - 类 cn.dreampie.common.spring.SpringHolder 的构造方法
 
SpringPlugin - cn.dreampie.common.spring 中的 类
 
SpringPlugin() - 类 cn.dreampie.common.spring.SpringPlugin 的构造方法
Use configuration under the path of WebRoot/WEB-INF.
SpringPlugin(String...) - 类 cn.dreampie.common.spring.SpringPlugin 的构造方法
 
SpringPlugin(ConfigurableApplicationContext) - 类 cn.dreampie.common.spring.SpringPlugin 的构造方法
 
SpringPlugin(Class...) - 类 cn.dreampie.common.spring.SpringPlugin 的构造方法
 
start() - 接口 cn.dreampie.common.Plugin 中的方法
 
start() - 类 cn.dreampie.common.spring.SpringPlugin 中的方法
 
stop() - 接口 cn.dreampie.common.Plugin 中的方法
 
stop() - 类 cn.dreampie.common.spring.SpringPlugin 中的方法
 
StreamReader - cn.dreampie.common.util.stream 中的 类
Created by ice on 15-1-28.
StreamReader() - 类 cn.dreampie.common.util.stream.StreamReader 的构造方法
 
Stringer - cn.dreampie.common.util 中的 类
Created by wangrenhui on 15/1/23.
Stringer() - 类 cn.dreampie.common.util.Stringer 的构造方法
 
support(String) - 类 cn.dreampie.common.http.HttpMethod 中的静态方法
 

T

TEXT - 类 cn.dreampie.common.http.ContentType 中的静态变量
 
toJson() - 类 cn.dreampie.common.entity.Entity 中的方法
Return json string of this record.
toJSON(Object) - 类 cn.dreampie.common.util.json.Jsoner 中的静态方法
 
toJSON(Object, SerializerFeature...) - 类 cn.dreampie.common.util.json.Jsoner 中的静态方法
 
toJSON(Object, SerializeFilter[]) - 类 cn.dreampie.common.util.json.Jsoner 中的静态方法
 
toJSON(Object, SerializeFilter[], SerializerFeature...) - 类 cn.dreampie.common.util.json.Jsoner 中的静态方法
 
toJSON(Object, SerializeConfig) - 类 cn.dreampie.common.util.json.Jsoner 中的静态方法
 
toJSON(Object, SerializeConfig, SerializerFeature...) - 类 cn.dreampie.common.util.json.Jsoner 中的静态方法
 
toJSON(Object, SerializeConfig, SerializeFilter) - 类 cn.dreampie.common.util.json.Jsoner 中的静态方法
 
toJSON(Object, SerializeConfig, SerializeFilter, SerializerFeature...) - 类 cn.dreampie.common.util.json.Jsoner 中的静态方法
 
tokenizeToStringArray(String, String) - 类 cn.dreampie.common.util.matcher.AntPathMatcher 中的静态方法
 
tokenizeToStringArray(String, String, boolean, boolean) - 类 cn.dreampie.common.util.matcher.AntPathMatcher 中的静态方法
 
toObject(String) - 类 cn.dreampie.common.util.json.Jsoner 中的静态方法
 
toObject(String, Class<T>) - 类 cn.dreampie.common.util.json.Jsoner 中的静态方法
 
toObject(String, Class<T>, Feature...) - 类 cn.dreampie.common.util.json.Jsoner 中的静态方法
 
toObject(String, Class<T>, ParseProcess) - 类 cn.dreampie.common.util.json.Jsoner 中的静态方法
 
toObject(String, Class<T>, ParseProcess, Feature...) - 类 cn.dreampie.common.util.json.Jsoner 中的静态方法
 
toObject(String, TypeReference<T>, Feature...) - 类 cn.dreampie.common.util.json.Jsoner 中的静态方法
 
toObject(String, Type) - 类 cn.dreampie.common.util.json.Jsoner 中的静态方法
 
toObject(String, Type, Feature...) - 类 cn.dreampie.common.util.json.Jsoner 中的静态方法
 
toObject(String, Type, ParseProcess) - 类 cn.dreampie.common.util.json.Jsoner 中的静态方法
 
toObject(String, Type, ParseProcess, Feature...) - 类 cn.dreampie.common.util.json.Jsoner 中的静态方法
 
toString() - 类 cn.dreampie.common.entity.Entity 中的方法
 
toString() - 类 cn.dreampie.common.http.AbstractRequest 中的方法
 
toString() - 类 cn.dreampie.common.http.AbstractResponse 中的方法
 
toString() - 类 cn.dreampie.common.http.UploadedFile 中的方法
 
toStringArray(Collection) - 类 cn.dreampie.common.util.matcher.AntPathMatcher 中的静态方法
 

U

underlineCase(String) - 类 cn.dreampie.common.util.Stringer 中的静态方法
将驼峰式命名的字符串转换为下划线方式。
unserialize(byte[]) - 类 cn.dreampie.common.util.serialize.Serializer 中的静态方法
反序列化
unwrap(Class<T>) - 类 cn.dreampie.common.http.AbstractResponse 中的方法
 
unwrap(Class<T>) - 类 cn.dreampie.common.http.HttpRequest 中的方法
 
unwrap(Class<T>) - 类 cn.dreampie.common.http.HttpResponse 中的方法
 
unwrap(Class<T>) - 接口 cn.dreampie.common.Request 中的方法
Unwraps the underlying native implementation of given class.
unwrap(Class<T>) - 接口 cn.dreampie.common.Response 中的方法
Unwraps the underlying native implementation of given class.
uploadDenieds - 类 cn.dreampie.common.Constant 中的静态变量
 
uploadDirectory - 类 cn.dreampie.common.Constant 中的静态变量
 
UploadedFile - cn.dreampie.common.http 中的 类
Created by ice on 15-1-6.
UploadedFile(String, String, String, String) - 类 cn.dreampie.common.http.UploadedFile 的构造方法
 
uploadMaxSize - 类 cn.dreampie.common.Constant 中的静态变量
 
US_ASCII - 类 cn.dreampie.common.http.Encoding 中的静态变量
US-ASCII: seven-bit ASCII, the Basic Latin block of the Unicode character set (ISO646-US).
use(String) - 类 cn.dreampie.common.util.properties.Proper 中的静态方法
Using the properties file.
use(String, String) - 类 cn.dreampie.common.util.properties.Proper 中的静态方法
Using the properties file.
use(File) - 类 cn.dreampie.common.util.properties.Proper 中的静态方法
Using the properties file bye File object.
use(File, String) - 类 cn.dreampie.common.util.properties.Proper 中的静态方法
Using the properties file bye File object.
useForNull(String) - 类 cn.dreampie.common.util.Joiner.MapJoiner 中的方法
Returns a map joinKit with the same behavior as this one, except automatically substituting nullText for any provided null keys or values.
useForNull(String) - 类 cn.dreampie.common.util.Joiner 中的方法
Returns a joinKit with the same behavior as this one, except automatically substituting nullText for any provided null elements.
useless(String) - 类 cn.dreampie.common.util.properties.Proper 中的静态方法
 
UTF_16 - 类 cn.dreampie.common.http.Encoding 中的静态变量
UTF-16: sixteen-bit UCS Transformation Format, byte order identified by an optional byte-order mark.
UTF_16BE - 类 cn.dreampie.common.http.Encoding 中的静态变量
UTF-16BE: sixteen-bit UCS Transformation Format, big-endian byte order.
UTF_16LE - 类 cn.dreampie.common.http.Encoding 中的静态变量
UTF-16LE: sixteen-bit UCS Transformation Format, little-endian byte order.
UTF_8 - 类 cn.dreampie.common.http.Encoding 中的静态变量
UTF-8: eight-bit UCS Transformation Format.

V

valueOf(String) - 枚举 cn.dreampie.common.http.result.HttpStatus 中的静态方法
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 cn.dreampie.common.util.json.ModelDeserializer 中的静态方法
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 cn.dreampie.common.util.json.ModelSerializer 中的静态方法
返回带有指定名称的该类型的枚举常量。
values() - 枚举 cn.dreampie.common.http.result.HttpStatus 中的静态方法
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
values() - 枚举 cn.dreampie.common.util.json.ModelDeserializer 中的静态方法
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
values() - 枚举 cn.dreampie.common.util.json.ModelSerializer 中的静态方法
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。

W

WebException - cn.dreampie.common.http.exception 中的 异常
Created by ice on 14-12-19.
WebException(HttpStatus) - 异常 cn.dreampie.common.http.exception.WebException 的构造方法
 
WebException(String) - 异常 cn.dreampie.common.http.exception.WebException 的构造方法
 
WebException(Object) - 异常 cn.dreampie.common.http.exception.WebException 的构造方法
 
WebException(HttpStatus, String) - 异常 cn.dreampie.common.http.exception.WebException 的构造方法
 
WebException(HttpStatus, Object) - 异常 cn.dreampie.common.http.exception.WebException 的构造方法
 
WebResult<T> - cn.dreampie.common.http.result 中的 类
Created by ice on 14-12-19.
WebResult(HttpStatus) - 类 cn.dreampie.common.http.result.WebResult 的构造方法
 
WebResult(HttpStatus, T) - 类 cn.dreampie.common.http.result.WebResult 的构造方法
 
WebResult(T) - 类 cn.dreampie.common.http.result.WebResult 的构造方法
 
withKeyValueSeparator(String) - 类 cn.dreampie.common.util.Joiner 中的方法
Returns a MapJoiner using the given key-value separator, and the same configuration as this Joiner otherwise.
write(HttpRequest, HttpResponse, String) - 类 cn.dreampie.common.Render 中的方法
 
write(HttpRequest, HttpResponse, String, RenderedImage) - 类 cn.dreampie.common.Render 中的方法
 
write(JSONSerializer, Object, Object, Type, int) - 枚举 cn.dreampie.common.util.json.ModelSerializer 中的方法
 

X

xForwardedSupports - 类 cn.dreampie.common.Constant 中的静态变量
 
XML - 类 cn.dreampie.common.http.ContentType 中的静态变量
 

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

Copyright © 2015. All rights reserved.