- AALOAD - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- AASTORE - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- AbstractClassReader - com.blade.ioc.reader中的类
-
抽象类读取器
- AbstractClassReader() - 类 的构造器com.blade.ioc.reader.AbstractClassReader
-
- ACC_ABSTRACT - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- ACC_ANNOTATION - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- ACC_BRIDGE - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- ACC_DEPRECATED - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- ACC_ENUM - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- ACC_FINAL - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- ACC_INTERFACE - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- ACC_MANDATED - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- ACC_NATIVE - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- ACC_PRIVATE - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- ACC_PROTECTED - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- ACC_PUBLIC - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- ACC_STATIC - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- ACC_STRICT - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- ACC_SUPER - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- ACC_SYNCHRONIZED - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- ACC_SYNTHETIC - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- ACC_TRANSIENT - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- ACC_VARARGS - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- ACC_VOLATILE - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- accept(ClassVisitor, int) - 类 中的方法org.objectweb.asm.ClassReader
-
Makes the given visitor visit the Java class of this
ClassReader
.
- accept(ClassVisitor, Attribute[], int) - 类 中的方法org.objectweb.asm.ClassReader
-
Makes the given visitor visit the Java class of this
ClassReader
.
- ACONST_NULL - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- add(String, Object) - 类 中的方法com.blade.Environment
-
- add(String) - 类 中的方法com.blade.mvc.ui.HtmlCreator
-
- add(String, Object) - 类 中的方法com.blade.mvc.ui.ModelAndView
-
Add data to model
- addAll(Map<String, String>) - 类 中的方法com.blade.Environment
-
- addAll(Properties) - 类 中的方法com.blade.Environment
-
- addBean(Object) - 接口 中的方法com.blade.ioc.Ioc
-
- addBean(String, Object) - 接口 中的方法com.blade.ioc.Ioc
-
- addBean(Class<T>) - 接口 中的方法com.blade.ioc.Ioc
-
- addBean(Object) - 类 中的方法com.blade.ioc.SimpleIoc
-
Add user-defined objects
- addBean(String, Object) - 类 中的方法com.blade.ioc.SimpleIoc
-
Add user-defined objects
- addBean(Class<T>) - 类 中的方法com.blade.ioc.SimpleIoc
-
Register @Bean marked objects
- addBold(String) - 类 中的方法com.blade.mvc.ui.HtmlCreator
-
- addEventListener(EventType, EventListener) - 类 中的方法com.blade.event.EventManager
-
- address() - 接口 中的方法com.blade.mvc.http.Request
-
- addRoute(HttpMethod, String, RouteHandler, String) - 类 中的方法com.blade.mvc.route.RouteMatcher
-
- addRoute(HttpMethod, String, Object, Class<?>, Method) - 类 中的方法com.blade.mvc.route.RouteMatcher
-
- addRoute(String, RouteHandler, HttpMethod) - 类 中的方法com.blade.mvc.route.RouteMatcher
-
- addRouter(Class<?>, Object) - 类 中的方法com.blade.mvc.route.RouteBuilder
-
Parse all routing in a controller
- addRowToTable(List<String>) - 类 中的方法com.blade.mvc.ui.HtmlCreator
-
- addSession(Session) - 类 中的方法com.blade.mvc.SessionManager
-
- addStatics(String...) - 类 中的方法com.blade.Blade
-
Add multiple static resource file
the default provides the static, upload
- addTableWithHeaders(List<String>) - 类 中的方法com.blade.mvc.ui.HtmlCreator
-
- addWebHook(Class<?>, Object) - 类 中的方法com.blade.mvc.route.RouteBuilder
-
- AES_Transformation - 类 中的静态变量com.blade.kit.EncrypKit
-
AES转变
法算法名称/加密模式/填充方式
加密模式有:电子密码本模式ECB、加密块链模式CBC、加密反馈模式CFB、输出反馈模式OFB
填充方式有:NoPadding、ZerosPadding、PKCS5Padding
- after(String, RouteHandler) - 类 中的方法com.blade.Blade
-
- after(Signature) - 接口 中的方法com.blade.mvc.hook.WebHook
-
- alignLeft(Object, int, char) - 类 中的静态方法com.blade.kit.StringKit
-
在字符串右侧填充一定数量的特殊字符
- alignRight(Object, int, char) - 类 中的静态方法com.blade.kit.StringKit
-
在字符串左侧填充一定数量的特殊字符
- ALOAD - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- ANEWARRAY - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- AnnotationVisitor - org.objectweb.asm中的类
-
A visitor to visit a Java annotation.
- AnnotationVisitor(int) - 类 的构造器org.objectweb.asm.AnnotationVisitor
-
- AnnotationVisitor(int, AnnotationVisitor) - 类 的构造器org.objectweb.asm.AnnotationVisitor
-
- api - 类 中的变量org.objectweb.asm.AnnotationVisitor
-
The ASM API version implemented by this visitor.
- api - 类 中的变量org.objectweb.asm.ClassVisitor
-
The ASM API version implemented by this visitor.
- api - 类 中的变量org.objectweb.asm.FieldVisitor
-
The ASM API version implemented by this visitor.
- api - 类 中的变量org.objectweb.asm.MethodVisitor
-
The ASM API version implemented by this visitor.
- APPLICATION - 接口 中的静态变量com.blade.mvc.multipart.MimeType
-
- appName(String) - 类 中的方法com.blade.Blade
-
Set in the name of the app blade application
- ARETURN - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- arg(String, Object) - 类 中的方法com.blade.mvc.ui.template.BladeTemplate
-
- args(Map<String, Object>) - 类 中的方法com.blade.mvc.ui.template.BladeTemplate
-
- args(Object...) - 类 中的方法com.blade.mvc.ui.template.BladeTemplate
-
- argumentAlreadyExist(String) - 异常错误 中的静态方法com.blade.mvc.ui.template.UncheckedTemplateException
-
- ARRAY - 类 中的静态变量org.objectweb.asm.Type
-
The sort of array reference types.
- ARRAY_ELEMENT - 类 中的静态变量org.objectweb.asm.TypePath
-
A type path step that steps into the element type of an array type.
- ARRAYLENGTH - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- ASM4 - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- ASM5 - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- AsmKit - com.blade.kit中的类
-
ASM Tools
- AsmKit() - 类 的构造器com.blade.kit.AsmKit
-
- Ason<K,V> - com.blade.kit.json中的类
-
Ason
- Ason() - 类 的构造器com.blade.kit.json.Ason
-
- Ason(int) - 类 的构造器com.blade.kit.json.Ason
-
- Assert - com.blade.kit中的类
-
Assert Kit
- Assert() - 类 的构造器com.blade.kit.Assert
-
- ASTORE - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- ATHROW - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- attribute(String) - 类 中的方法com.blade.mvc.http.HttpSession
-
- attribute(String, Object) - 类 中的方法com.blade.mvc.http.HttpSession
-
- attribute(String, Object) - 接口 中的方法com.blade.mvc.http.Request
-
Setting Request Attribute
- attribute(String) - 接口 中的方法com.blade.mvc.http.Request
-
Get a Request Attribute
- attribute(String) - 接口 中的方法com.blade.mvc.http.Session
-
- attribute(String, Object) - 接口 中的方法com.blade.mvc.http.Session
-
- Attribute - org.objectweb.asm中的类
-
A non standard class, field, method or code attribute.
- Attribute(String) - 类 的构造器org.objectweb.asm.Attribute
-
Constructs a new empty attribute.
- attributes() - 类 中的方法com.blade.mvc.http.HttpRequest
-
- attributes() - 类 中的方法com.blade.mvc.http.HttpSession
-
- attributes() - 接口 中的方法com.blade.mvc.http.Request
-
- attributes() - 接口 中的方法com.blade.mvc.http.Session
-
- av - 类 中的变量org.objectweb.asm.AnnotationVisitor
-
The annotation visitor to which this visitor must delegate method calls.
- await() - 类 中的方法com.blade.Blade
-
- CALOAD - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- captchaChar(int) - 类 中的静态方法com.blade.kit.UUID
-
返回指定长度由随机数字+小写字母组成的字符串
- captchaChar(int, boolean) - 类 中的静态方法com.blade.kit.UUID
-
返回指定长度随机数字+字母(大小写敏感)组成的字符串
- captchaNumber(int) - 类 中的静态方法com.blade.kit.UUID
-
返回指定长度随机数字组成的字符串
- cast(Object, Class<T>) - 类 中的静态方法com.blade.kit.ReflectKit
-
- CAST - 类 中的静态变量org.objectweb.asm.TypeReference
-
The sort of type references that target the type declared in an explicit
or implicit cast instruction.
- CASTORE - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- center(String) - 类 中的方法com.blade.mvc.ui.HtmlCreator
-
- centerHeadings() - 类 中的方法com.blade.mvc.ui.HtmlCreator
-
- channelInactive(ChannelHandlerContext) - 类 中的方法com.blade.server.netty.HttpServerHandler
-
- channelRead0(ChannelHandlerContext, FullHttpRequest) - 类 中的方法com.blade.server.netty.HttpServerHandler
-
- channelReadComplete(ChannelHandlerContext) - 类 中的方法com.blade.server.netty.HttpServerHandler
-
- channelRegistered(ChannelHandlerContext) - 类 中的方法com.blade.server.netty.HttpServerHandler
-
- CHAR - 类 中的静态变量org.objectweb.asm.Type
-
The sort of the char type.
- CHAR_TYPE - 类 中的静态变量org.objectweb.asm.Type
-
The char type.
- CHECKCAST - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- CLASS_EXTENDS - 类 中的静态变量org.objectweb.asm.TypeReference
-
The sort of type references that target the super class of a class or one
of the interfaces it implements.
- CLASS_TYPE_PARAMETER - 类 中的静态变量org.objectweb.asm.TypeReference
-
The sort of type references that target a type parameter of a generic
class.
- CLASS_TYPE_PARAMETER_BOUND - 类 中的静态变量org.objectweb.asm.TypeReference
-
The sort of type references that target a bound of a type parameter of a
generic class.
- ClassDefine - com.blade.ioc中的类
-
- ClassInfo - com.blade.ioc.reader中的类
-
- ClassInfo(String) - 类 的构造器com.blade.ioc.reader.ClassInfo
-
- ClassInfo(Class<?>) - 类 的构造器com.blade.ioc.reader.ClassInfo
-
- ClassInfo(String, Class<?>) - 类 的构造器com.blade.ioc.reader.ClassInfo
-
- CLASSPATH - 接口 中的静态变量com.blade.mvc.Const
-
- ClassPathClassReader - com.blade.ioc.reader中的类
-
根据classpath加载类
- ClassPathClassReader() - 类 的构造器com.blade.ioc.reader.ClassPathClassReader
-
- ClassReader - com.blade.ioc.reader中的接口
-
一个类读取器的接口
- ClassReader - org.objectweb.asm中的类
-
A Java class parser to make a
ClassVisitor
visit an existing class.
- ClassReader(byte[]) - 类 的构造器org.objectweb.asm.ClassReader
-
- ClassReader(byte[], int, int) - 类 的构造器org.objectweb.asm.ClassReader
-
- ClassReader(InputStream) - 类 的构造器org.objectweb.asm.ClassReader
-
- ClassReader(String) - 类 的构造器org.objectweb.asm.ClassReader
-
- ClassVisitor - org.objectweb.asm中的类
-
A visitor to visit a Java class.
- ClassVisitor(int) - 类 的构造器org.objectweb.asm.ClassVisitor
-
- ClassVisitor(int, ClassVisitor) - 类 的构造器org.objectweb.asm.ClassVisitor
-
- ClassWriter - org.objectweb.asm中的类
-
- ClassWriter(int) - 类 的构造器org.objectweb.asm.ClassWriter
-
- ClassWriter(ClassReader, int) - 类 的构造器org.objectweb.asm.ClassWriter
-
Constructs a new
ClassWriter
object and enables optimizations for
"mostly add" bytecode transformations.
- cleanPath(String) - 类 中的静态方法com.blade.kit.PathKit
-
- clear() - 类 中的方法com.blade.mvc.route.RouteMatcher
-
- clear() - 类 中的方法com.blade.mvc.SessionManager
-
- clearAll() - 接口 中的方法com.blade.ioc.Ioc
-
- clearAll() - 类 中的方法com.blade.ioc.SimpleIoc
-
- closeQuietly(Closeable) - 类 中的静态方法com.blade.kit.IOKit
-
- com.blade - 程序包 com.blade
-
- com.blade.event - 程序包 com.blade.event
-
- com.blade.exception - 程序包 com.blade.exception
-
- com.blade.ioc - 程序包 com.blade.ioc
-
- com.blade.ioc.annotation - 程序包 com.blade.ioc.annotation
-
- com.blade.ioc.reader - 程序包 com.blade.ioc.reader
-
- com.blade.kit - 程序包 com.blade.kit
-
- com.blade.kit.json - 程序包 com.blade.kit.json
-
- com.blade.mvc - 程序包 com.blade.mvc
-
- com.blade.mvc.annotation - 程序包 com.blade.mvc.annotation
-
- com.blade.mvc.handler - 程序包 com.blade.mvc.handler
-
- com.blade.mvc.hook - 程序包 com.blade.mvc.hook
-
- com.blade.mvc.http - 程序包 com.blade.mvc.http
-
- com.blade.mvc.multipart - 程序包 com.blade.mvc.multipart
-
- com.blade.mvc.route - 程序包 com.blade.mvc.route
-
- com.blade.mvc.ui - 程序包 com.blade.mvc.ui
-
- com.blade.mvc.ui.template - 程序包 com.blade.mvc.ui.template
-
- com.blade.security.web.auth - 程序包 com.blade.security.web.auth
-
- com.blade.security.web.csrf - 程序包 com.blade.security.web.csrf
-
- com.blade.server - 程序包 com.blade.server
-
- com.blade.server.netty - 程序包 com.blade.server.netty
-
- compare(T, T) - 类 中的方法com.blade.ioc.OrderComparator
-
- COMPUTE_FRAMES - 类 中的静态变量org.objectweb.asm.ClassWriter
-
Flag to automatically compute the stack map frames of methods from
scratch.
- COMPUTE_MAXS - 类 中的静态变量org.objectweb.asm.ClassWriter
-
Flag to automatically compute the maximum stack size and the maximum
number of local variables of methods.
- Const - com.blade.mvc中的接口
-
Blade Const
- CONSTRUCTOR_INVOCATION_TYPE_ARGUMENT - 类 中的静态变量org.objectweb.asm.TypeReference
-
The sort of type references that target a type parameter of a generic
constructor in a constructor call.
- CONSTRUCTOR_REFERENCE - 类 中的静态变量org.objectweb.asm.TypeReference
-
The sort of type references that target the receiver type of a
constructor reference.
- CONSTRUCTOR_REFERENCE_TYPE_ARGUMENT - 类 中的静态变量org.objectweb.asm.TypeReference
-
The sort of type references that target a type parameter of a generic
constructor in a constructor reference.
- CONTENT_TYPE_HTML - 接口 中的静态变量com.blade.mvc.Const
-
- CONTENT_TYPE_JSON - 接口 中的静态变量com.blade.mvc.Const
-
- CONTENT_TYPE_TEXT - 接口 中的静态变量com.blade.mvc.Const
-
- contentType(String) - 类 中的方法com.blade.mvc.http.HttpResponse
-
- contentType() - 类 中的方法com.blade.mvc.http.HttpResponse
-
- contentType() - 接口 中的方法com.blade.mvc.http.Request
-
- contentType(String) - 接口 中的方法com.blade.mvc.http.Response
-
Setting Response ContentType
- contentType() - 接口 中的方法com.blade.mvc.http.Response
-
- contextPath() - 接口 中的方法com.blade.mvc.http.Request
-
- contextPath() - 类 中的静态方法com.blade.mvc.WebContext
-
- convert(Class<?>, String) - 类 中的静态方法com.blade.kit.ReflectKit
-
- convertRouteToList(String) - 类 中的静态方法com.blade.kit.PathKit
-
- Cookie - com.blade.mvc.http中的类
-
Cookie
- Cookie() - 类 的构造器com.blade.mvc.http.Cookie
-
- cookie(Cookie) - 类 中的方法com.blade.mvc.http.HttpRequest
-
- cookie(Cookie) - 类 中的方法com.blade.mvc.http.HttpResponse
-
- cookie(String, String) - 类 中的方法com.blade.mvc.http.HttpResponse
-
- cookie(String, String, int) - 类 中的方法com.blade.mvc.http.HttpResponse
-
- cookie(String, String, int, boolean) - 类 中的方法com.blade.mvc.http.HttpResponse
-
- cookie(String, String, String, int, boolean) - 类 中的方法com.blade.mvc.http.HttpResponse
-
- cookie(String) - 接口 中的方法com.blade.mvc.http.Request
-
Get String Cookie Value
- cookie(String, String) - 接口 中的方法com.blade.mvc.http.Request
-
Get String Cookie Value
- cookie(Cookie) - 接口 中的方法com.blade.mvc.http.Request
-
Add a cookie to the request
- cookie(Cookie) - 接口 中的方法com.blade.mvc.http.Response
-
add raw response cookie
- cookie(String, String) - 接口 中的方法com.blade.mvc.http.Response
-
add Cookie
- cookie(String, String, int) - 接口 中的方法com.blade.mvc.http.Response
-
Setting Cookie
- cookie(String, String, int, boolean) - 接口 中的方法com.blade.mvc.http.Response
-
Setting Cookie
- cookie(String, String, String, int, boolean) - 接口 中的方法com.blade.mvc.http.Response
-
Setting Cookie
- CookieParam - com.blade.mvc.annotation中的注释类型
-
Request Cookie ParmeterAnnotation
- cookieRaw(String) - 类 中的方法com.blade.mvc.http.HttpRequest
-
- cookieRaw(String) - 接口 中的方法com.blade.mvc.http.Request
-
- cookies() - 类 中的方法com.blade.mvc.http.HttpRequest
-
- cookies() - 类 中的方法com.blade.mvc.http.HttpResponse
-
- cookies() - 接口 中的方法com.blade.mvc.http.Request
-
- cookies() - 接口 中的方法com.blade.mvc.http.Response
-
- copyFileUsingFileChannels(File, File) - 类 中的静态方法com.blade.kit.IOKit
-
- create(Class<?>) - 类 中的静态方法com.blade.ioc.ClassDefine
-
- created() - 类 中的方法com.blade.mvc.http.HttpSession
-
- created() - 接口 中的方法com.blade.mvc.http.Session
-
- createSession(Request) - 类 中的方法com.blade.server.netty.SessionHandler
-
- CsrfConfig - com.blade.security.web.csrf中的类
-
Csrf config
Created by biezhi on 11/07/2017.
- CsrfConfig() - 类 的构造器com.blade.security.web.csrf.CsrfConfig
-
- CsrfMiddleware - com.blade.security.web.csrf中的类
-
Csrf middleware
- CsrfMiddleware() - 类 的构造器com.blade.security.web.csrf.CsrfMiddleware
-
- CsrfMiddleware(Consumer<Response>) - 类 的构造器com.blade.security.web.csrf.CsrfMiddleware
-
- CsrfMiddleware(CsrfConfig, Consumer<Response>) - 类 的构造器com.blade.security.web.csrf.CsrfMiddleware
-
- CsrfToken - com.blade.security.web.csrf中的注释类型
-
- cv - 类 中的变量org.objectweb.asm.ClassVisitor
-
The class visitor to which this visitor must delegate method calls.
- F2D - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- F2I - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- F2L - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- F_APPEND - 接口 中的静态变量org.objectweb.asm.Opcodes
-
Represents a compressed frame where locals are the same as the locals in
the previous frame, except that additional 1-3 locals are defined, and
with an empty stack.
- F_CHOP - 接口 中的静态变量org.objectweb.asm.Opcodes
-
Represents a compressed frame where locals are the same as the locals in
the previous frame, except that the last 1-3 locals are absent and with
an empty stack.
- F_FULL - 接口 中的静态变量org.objectweb.asm.Opcodes
-
Represents a compressed frame with complete frame data.
- F_NEW - 接口 中的静态变量org.objectweb.asm.Opcodes
-
Represents an expanded frame.
- F_SAME - 接口 中的静态变量org.objectweb.asm.Opcodes
-
Represents a compressed frame with exactly the same locals as the
previous frame and with an empty stack.
- F_SAME1 - 接口 中的静态变量org.objectweb.asm.Opcodes
-
Represents a compressed frame with exactly the same locals as the
previous frame and with a single value on the stack.
- FADD - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- fail() - 类 中的静态方法com.blade.mvc.ui.RestResponse
-
- fail(String) - 类 中的静态方法com.blade.mvc.ui.RestResponse
-
- fail(int) - 类 中的静态方法com.blade.mvc.ui.RestResponse
-
- fail(int, String) - 类 中的静态方法com.blade.mvc.ui.RestResponse
-
- FALOAD - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- FASTORE - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- FCMPG - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- FCMPL - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- FCONST_0 - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- FCONST_1 - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- FCONST_2 - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- FDIV - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- FIELD - 类 中的静态变量org.objectweb.asm.TypeReference
-
The sort of type references that target the type of a field.
- FieldInjector - com.blade.ioc中的类
-
Bean Field Injector
- FieldInjector(Ioc, Field) - 类 的构造器com.blade.ioc.FieldInjector
-
- FieldVisitor - org.objectweb.asm中的类
-
A visitor to visit a Java field.
- FieldVisitor(int) - 类 的构造器org.objectweb.asm.FieldVisitor
-
- FieldVisitor(int, FieldVisitor) - 类 的构造器org.objectweb.asm.FieldVisitor
-
- fileExt(String) - 类 中的静态方法com.blade.kit.StringKit
-
- fileItem(String) - 接口 中的方法com.blade.mvc.http.Request
-
get file item by request part name
- FileItem - com.blade.mvc.multipart中的类
-
HTTP multipart/form-data Request
- FileItem(String, String, String, long) - 类 的构造器com.blade.mvc.multipart.FileItem
-
- fileItems() - 类 中的方法com.blade.mvc.http.HttpRequest
-
- fileItems() - 接口 中的方法com.blade.mvc.http.Request
-
- fireEvent(EventType, Blade) - 类 中的方法com.blade.event.EventManager
-
- fireEvent(EventType) - 类 中的方法com.blade.event.EventManager
-
- fixPath(String) - 类 中的静态方法com.blade.kit.PathKit
-
- FLOAD - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- FLOAT - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- FLOAT - 类 中的静态变量org.objectweb.asm.Type
-
The sort of the float type.
- FLOAT_TYPE - 类 中的静态变量org.objectweb.asm.Type
-
The float type.
- flowAutoShow(int) - 类 中的静态方法com.blade.kit.BladeKit
-
- fmt() - 类 中的方法com.blade.mvc.ui.template.BladeTemplate
-
- FMUL - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- FNEG - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- form(String) - 类 中的静态方法com.blade.kit.ReflectKit
-
- format(String, String) - 类 中的方法com.blade.server.netty.StaticFileHandler
-
- formJson(String, Class<T>) - 类 中的静态方法com.blade.kit.JsonKit
-
- FREM - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- FRETURN - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- fromFile(String) - 类 中的静态方法com.blade.mvc.ui.template.BladeTemplate
-
- fromFile(String, Charset) - 类 中的静态方法com.blade.mvc.ui.template.BladeTemplate
-
- fromFile(String, Object...) - 类 中的静态方法com.blade.mvc.ui.template.BladeTemplate
-
- fromFile(String, Charset, Object...) - 类 中的静态方法com.blade.mvc.ui.template.BladeTemplate
-
- fromFile(String, Map<String, Object>) - 类 中的静态方法com.blade.mvc.ui.template.BladeTemplate
-
- fromFile(String, Charset, Map<String, Object>) - 类 中的静态方法com.blade.mvc.ui.template.BladeTemplate
-
- fromString(String) - 类 中的静态方法org.objectweb.asm.TypePath
-
Converts a type path in string form, in the format used by
TypePath.toString()
, into a TypePath object.
- fromUU32(String) - 类 中的静态方法com.blade.kit.UUID
-
- fromUU64(String) - 类 中的静态方法com.blade.kit.UUID
-
从一个 UU64 恢复回一个 UUID 对象
- FSTORE - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- FSUB - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- fv - 类 中的变量org.objectweb.asm.FieldVisitor
-
The field visitor to which this visitor must delegate method calls.
- get(String, RouteHandler) - 类 中的方法com.blade.Blade
-
- get(String) - 类 中的方法com.blade.Environment
-
- get(String, String) - 类 中的方法com.blade.Environment
-
- get(String) - 接口 中的静态方法com.blade.mvc.multipart.MimeType
-
- get() - 类 中的静态方法com.blade.mvc.WebContext
-
- getAccess() - 类 中的方法org.objectweb.asm.ClassReader
-
Returns the class's access flags (see
Opcodes
).
- getAction() - 类 中的方法com.blade.mvc.route.Route
-
- getAfter(String) - 类 中的方法com.blade.mvc.route.RouteMatcher
-
Find all in after of the hooks
- getAnnotation(Class<T>) - 类 中的方法com.blade.ioc.ClassDefine
-
- getAnnotations() - 类 中的方法com.blade.ioc.ClassDefine
-
- getArgs(Signature) - 类 中的静态方法com.blade.mvc.handler.MethodArgument
-
- getArgumentsAndReturnSizes(String) - 类 中的静态方法org.objectweb.asm.Type
-
Computes the size of the arguments and of the return value of a method.
- getArgumentsAndReturnSizes() - 类 中的方法org.objectweb.asm.Type
-
Returns the size of the arguments and of the return value of methods of
this type.
- getArgumentTypes(String) - 类 中的静态方法org.objectweb.asm.Type
-
Returns the Java types corresponding to the argument types of the given
method descriptor.
- getArgumentTypes(Method) - 类 中的静态方法org.objectweb.asm.Type
-
Returns the Java types corresponding to the argument types of the given
method.
- getArgumentTypes() - 类 中的方法org.objectweb.asm.Type
-
Returns the argument types of methods of this type.
- getBean(Class<?>) - 类 中的方法com.blade.Blade
-
- getBean() - 类 中的方法com.blade.ioc.BeanDefine
-
- getBean(String) - 接口 中的方法com.blade.ioc.Ioc
-
- getBean(Class<T>) - 接口 中的方法com.blade.ioc.Ioc
-
- getBean(Class<T>) - 类 中的方法com.blade.ioc.SimpleIoc
-
- getBean(String) - 类 中的方法com.blade.ioc.SimpleIoc
-
- getBeanDefine(Class<?>) - 接口 中的方法com.blade.ioc.Ioc
-
- getBeanDefine(Class<?>) - 类 中的方法com.blade.ioc.SimpleIoc
-
- getBeanDefines() - 接口 中的方法com.blade.ioc.Ioc
-
- getBeanDefines() - 类 中的方法com.blade.ioc.SimpleIoc
-
- getBeanNames() - 接口 中的方法com.blade.ioc.Ioc
-
- getBeanNames() - 类 中的方法com.blade.ioc.SimpleIoc
-
- getBeans() - 接口 中的方法com.blade.ioc.Ioc
-
- getBeans() - 类 中的方法com.blade.ioc.SimpleIoc
-
- getBefore(String) - 类 中的方法com.blade.mvc.route.RouteMatcher
-
Find all in before of the hook
- getBoolean(String) - 类 中的方法com.blade.Environment
-
- getBoolean(String, boolean) - 类 中的方法com.blade.Environment
-
- getBoolean(String) - 类 中的方法com.blade.kit.json.Ason
-
- getClass(String, boolean) - 类 中的方法com.blade.ioc.reader.AbstractClassReader
-
- getClass(String, Class<?>, boolean) - 类 中的方法com.blade.ioc.reader.AbstractClassReader
-
默认实现以文件形式的读取
- getClass(String, boolean) - 接口 中的方法com.blade.ioc.reader.ClassReader
-
- getClass(String, Class<?>, boolean) - 接口 中的方法com.blade.ioc.reader.ClassReader
-
- getClass(String, boolean) - 类 中的方法com.blade.ioc.reader.JarReaderImpl
-
- getClass(String, Class<?>, boolean) - 类 中的方法com.blade.ioc.reader.JarReaderImpl
-
- getClassByAnnotation(String, Class<? extends Annotation>, boolean) - 类 中的方法com.blade.ioc.reader.AbstractClassReader
-
- getClassByAnnotation(String, Class<?>, Class<? extends Annotation>, boolean) - 类 中的方法com.blade.ioc.reader.AbstractClassReader
-
- getClassByAnnotation(String, Class<? extends Annotation>, boolean) - 接口 中的方法com.blade.ioc.reader.ClassReader
-
- getClassByAnnotation(String, Class<?>, Class<? extends Annotation>, boolean) - 接口 中的方法com.blade.ioc.reader.ClassReader
-
- getClassByAnnotation(String, Class<? extends Annotation>, boolean) - 类 中的方法com.blade.ioc.reader.JarReaderImpl
-
- getClassByAnnotation(String, Class<?>, Class<? extends Annotation>, boolean) - 类 中的方法com.blade.ioc.reader.JarReaderImpl
-
- getClassName() - 类 中的方法com.blade.ioc.reader.ClassInfo
-
- getClassName() - 类 中的方法org.objectweb.asm.ClassReader
-
- getClassName() - 类 中的方法org.objectweb.asm.Type
-
Returns the binary name of the class corresponding to this type.
- getClassReader(String) - 类 中的静态方法com.blade.ioc.DynamicContext
-
- getClazz() - 类 中的方法com.blade.ioc.reader.ClassInfo
-
- getCode() - 类 中的方法com.blade.mvc.ui.RestResponse
-
- getCommonSuperClass(String, String) - 类 中的方法org.objectweb.asm.ClassWriter
-
Returns the common super type of the two given types.
- getConstructorDescriptor(Constructor<?>) - 类 中的静态方法org.objectweb.asm.Type
-
Returns the descriptor corresponding to the given constructor.
- getDeclaredFields() - 类 中的方法com.blade.ioc.ClassDefine
-
- getDefault() - 类 中的静态方法com.blade.Environment
-
Returns current thread's context class loader
- getDesc() - 类 中的方法org.objectweb.asm.Handle
-
Returns the descriptor of the field or method designated by this handle.
- getDescriptor() - 类 中的方法org.objectweb.asm.Type
-
Returns the descriptor corresponding to this Java type.
- getDescriptor(Class<?>) - 类 中的静态方法org.objectweb.asm.Type
-
Returns the descriptor corresponding to the given Java type.
- getDimensions() - 类 中的方法org.objectweb.asm.Type
-
Returns the number of dimensions of this array type.
- getDouble(String) - 类 中的方法com.blade.Environment
-
- getDouble(String, double) - 类 中的方法com.blade.Environment
-
- getDouble(String) - 类 中的方法com.blade.kit.json.Ason
-
- getElementType() - 类 中的方法org.objectweb.asm.Type
-
Returns the type of the elements of this array type.
- getExceptionIndex() - 类 中的方法org.objectweb.asm.TypeReference
-
Returns the index of the exception, in a 'throws' clause of a method,
whose type is referenced by this type reference.
- GETFIELD - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- getFloat(String) - 类 中的方法com.blade.kit.json.Ason
-
- getFormalParameterIndex() - 类 中的方法org.objectweb.asm.TypeReference
-
Returns the index of the formal parameter whose type is referenced by
this type reference.
- getHttpMethod() - 类 中的方法com.blade.mvc.route.Route
-
- getInjectFields(Ioc, ClassDefine) - 类 中的静态方法com.blade.kit.BladeKit
-
Get @Inject Annotated field
- getInt(String) - 类 中的方法com.blade.Environment
-
- getInt(String, int) - 类 中的方法com.blade.Environment
-
- getInt(String) - 类 中的方法com.blade.kit.json.Ason
-
- getInterfaces() - 类 中的方法com.blade.ioc.ClassDefine
-
- getInterfaces() - 类 中的方法org.objectweb.asm.ClassReader
-
Returns the internal names of the class's interfaces (see
getInternalName
).
- getInternalName() - 类 中的方法org.objectweb.asm.Type
-
Returns the internal name of the class corresponding to this object or
array type.
- getInternalName(Class<?>) - 类 中的静态方法org.objectweb.asm.Type
-
Returns the internal name of the given class.
- getItem(int) - 类 中的方法org.objectweb.asm.ClassReader
-
Returns the start index of the constant pool item in
b
, plus
one.
- getItemCount() - 类 中的方法org.objectweb.asm.ClassReader
-
Returns the number of constant pool items in
b
.
- getJson() - 异常错误 中的方法com.blade.kit.json.ParseException
-
- getLabels() - 类 中的方法org.objectweb.asm.Attribute
-
Returns the labels corresponding to this attribute.
- getLength() - 类 中的方法org.objectweb.asm.TypePath
-
Returns the length of this path.
- getLong(String) - 类 中的方法com.blade.Environment
-
- getLong(String, long) - 类 中的方法com.blade.Environment
-
- getLong(String) - 类 中的方法com.blade.kit.json.Ason
-
- getMaxStringLength() - 类 中的方法org.objectweb.asm.ClassReader
-
Returns the maximum length of the strings contained in the constant pool
of the class.
- getMessage() - 异常错误 中的方法com.blade.kit.json.ParseException
-
- getMethod(Class<?>, String, Class<?>...) - 类 中的静态方法com.blade.kit.ReflectKit
-
- getMethodDescriptor(Type, Type...) - 类 中的静态方法org.objectweb.asm.Type
-
Returns the descriptor corresponding to the given argument and return
types.
- getMethodDescriptor(Method) - 类 中的静态方法org.objectweb.asm.Type
-
Returns the descriptor corresponding to the given method.
- getMethodParamNames(Method) - 类 中的静态方法com.blade.kit.AsmKit
-
获取方法的参数名
- getMethodType(String) - 类 中的静态方法org.objectweb.asm.Type
-
Returns the Java type corresponding to the given method descriptor.
- getMethodType(Type, Type...) - 类 中的静态方法org.objectweb.asm.Type
-
Returns the Java method type corresponding to the given argument and
return types.
- getMiddleware() - 类 中的方法com.blade.mvc.route.RouteMatcher
-
- getModel() - 类 中的方法com.blade.mvc.ui.ModelAndView
-
- getModifiers() - 类 中的方法com.blade.ioc.ClassDefine
-
- getMsg() - 类 中的方法com.blade.mvc.ui.RestResponse
-
- getName() - 类 中的方法com.blade.ioc.ClassDefine
-
- getName() - 类 中的方法org.objectweb.asm.Handle
-
Returns the name of the field or method designated by this handle.
- getObject(String) - 类 中的方法com.blade.Environment
-
- getObjectType(String) - 类 中的静态方法org.objectweb.asm.Type
-
Returns the Java type corresponding to the given internal name.
- getOffset() - 类 中的方法org.objectweb.asm.Label
-
Returns the offset corresponding to this label.
- getOpcode(int) - 类 中的方法org.objectweb.asm.Type
-
Returns a JVM instruction opcode adapted to this Java type.
- getOwner() - 类 中的方法org.objectweb.asm.Handle
-
Returns the internal name of the class that owns the field or method
designated by this handle.
- getPath() - 类 中的方法com.blade.mvc.route.Route
-
- getPathParams() - 类 中的方法com.blade.mvc.route.Route
-
- getPayload() - 类 中的方法com.blade.mvc.ui.RestResponse
-
- getPosition() - 异常错误 中的方法com.blade.kit.json.ParseException
-
- getRelativePath(String, String) - 类 中的静态方法com.blade.kit.PathKit
-
- getReturnType(String) - 类 中的静态方法org.objectweb.asm.Type
-
Returns the Java type corresponding to the return type of the given
method descriptor.
- getReturnType(Method) - 类 中的静态方法org.objectweb.asm.Type
-
Returns the Java type corresponding to the return type of the given
method.
- getReturnType() - 类 中的方法org.objectweb.asm.Type
-
Returns the return type of methods of this type.
- GetRoute - com.blade.mvc.annotation中的注释类型
-
- getSession(String) - 类 中的方法com.blade.mvc.SessionManager
-
- getShort(String) - 类 中的方法com.blade.kit.json.Ason
-
- getSimpleName() - 类 中的方法com.blade.ioc.ClassDefine
-
- getSize() - 类 中的方法org.objectweb.asm.Type
-
Returns the size of values of this type.
- getSort() - 类 中的方法com.blade.mvc.route.Route
-
- getSort() - 类 中的方法org.objectweb.asm.Type
-
Returns the sort of this Java type.
- getSort() - 类 中的方法org.objectweb.asm.TypeReference
-
Returns the sort of this type reference.
- GETSTATIC - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- getStatics() - 类 中的方法com.blade.Blade
-
- getStep(int) - 类 中的方法org.objectweb.asm.TypePath
-
Returns the value of the given step of this path.
- getStepArgument(int) - 类 中的方法org.objectweb.asm.TypePath
-
Returns the index of the type argument that the given step is stepping
into.
- getString(String) - 类 中的方法com.blade.kit.json.Ason
-
- getSuperKlass() - 类 中的方法com.blade.ioc.ClassDefine
-
- getSuperName() - 类 中的方法org.objectweb.asm.ClassReader
-
- getSuperTypeIndex() - 类 中的方法org.objectweb.asm.TypeReference
-
Returns the index of the "super type" of a class that is referenced by
this type reference.
- getTag() - 类 中的方法org.objectweb.asm.Handle
-
Returns the kind of field or method designated by this handle.
- getTarget() - 类 中的方法com.blade.mvc.route.Route
-
- getTargetType() - 类 中的方法com.blade.mvc.route.Route
-
- getTimestamp() - 类 中的方法com.blade.mvc.ui.RestResponse
-
- getTryCatchBlockIndex() - 类 中的方法org.objectweb.asm.TypeReference
-
Returns the index of the try catch block (using the order in which they
are visited with visitTryCatchBlock), whose 'catch' type is referenced by
this type reference.
- getType() - 类 中的方法com.blade.ioc.BeanDefine
-
- getType() - 类 中的方法com.blade.ioc.ClassDefine
-
- getType(String) - 类 中的静态方法org.objectweb.asm.Type
-
Returns the Java type corresponding to the given type descriptor.
- getType(Class<?>) - 类 中的静态方法org.objectweb.asm.Type
-
Returns the Java type corresponding to the given class.
- getType(Constructor<?>) - 类 中的静态方法org.objectweb.asm.Type
-
Returns the Java method type corresponding to the given constructor.
- getType(Method) - 类 中的静态方法org.objectweb.asm.Type
-
Returns the Java method type corresponding to the given method.
- getTypeArgumentIndex() - 类 中的方法org.objectweb.asm.TypeReference
-
Returns the index of the type argument referenced by this type reference.
- getTypeParameterBoundIndex() - 类 中的方法org.objectweb.asm.TypeReference
-
- getTypeParameterIndex() - 类 中的方法org.objectweb.asm.TypeReference
-
Returns the index of the type parameter referenced by this type
reference.
- getValue() - 类 中的方法org.objectweb.asm.TypeReference
-
Returns the int encoded value of this type reference, suitable for use in
visit methods related to type annotations, like visitTypeAnnotation.
- getView() - 类 中的方法com.blade.mvc.ui.ModelAndView
-
- gmtDate() - 类 中的静态方法com.blade.kit.DateKit
-
- gmtDate(LocalDateTime) - 类 中的静态方法com.blade.kit.DateKit
-
- gmtDate(Date) - 类 中的静态方法com.blade.kit.DateKit
-
- GOTO - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- greaterThan(double, double, String) - 类 中的静态方法com.blade.kit.Assert
-
- gzip(boolean) - 类 中的方法com.blade.Blade
-
Set whether open gzip, default disabled
- maxAge() - 类 中的方法com.blade.mvc.http.Cookie
-
- maxAge(long) - 类 中的方法com.blade.mvc.http.Cookie
-
- md5(String) - 类 中的静态方法com.blade.kit.EncrypKit
-
MD5加密
- md5(String, String) - 类 中的静态方法com.blade.kit.EncrypKit
-
MD5加密
- md5(byte[]) - 类 中的静态方法com.blade.kit.EncrypKit
-
MD5加密
- md5(byte[], byte[]) - 类 中的静态方法com.blade.kit.EncrypKit
-
MD5加密
- me() - 类 中的静态方法com.blade.Blade
-
- method() - 类 中的方法com.blade.mvc.http.HttpRequest
-
- method() - 接口 中的方法com.blade.mvc.http.Request
-
- METHOD - 类 中的静态变量org.objectweb.asm.Type
-
The sort of method types.
- METHOD_FORMAL_PARAMETER - 类 中的静态变量org.objectweb.asm.TypeReference
-
The sort of type references that target the type of a formal parameter of
a method.
- METHOD_INVOCATION_TYPE_ARGUMENT - 类 中的静态变量org.objectweb.asm.TypeReference
-
The sort of type references that target a type parameter of a generic
method in a method call.
- METHOD_RECEIVER - 类 中的静态变量org.objectweb.asm.TypeReference
-
The sort of type references that target the receiver type of a method.
- METHOD_REFERENCE - 类 中的静态变量org.objectweb.asm.TypeReference
-
The sort of type references that target the receiver type of a method
reference.
- METHOD_REFERENCE_TYPE_ARGUMENT - 类 中的静态变量org.objectweb.asm.TypeReference
-
The sort of type references that target a type parameter of a generic
method in a method reference.
- METHOD_RETURN - 类 中的静态变量org.objectweb.asm.TypeReference
-
The sort of type references that target the return type of a method.
- METHOD_TYPE_PARAMETER - 类 中的静态变量org.objectweb.asm.TypeReference
-
The sort of type references that target a type parameter of a generic
method.
- METHOD_TYPE_PARAMETER_BOUND - 类 中的静态变量org.objectweb.asm.TypeReference
-
The sort of type references that target a bound of a type parameter of a
generic method.
- MethodArgument - com.blade.mvc.handler中的类
-
- MethodArgument() - 类 的构造器com.blade.mvc.handler.MethodArgument
-
- MethodVisitor - org.objectweb.asm中的类
-
A visitor to visit a Java method.
- MethodVisitor(int) - 类 的构造器org.objectweb.asm.MethodVisitor
-
- MethodVisitor(int, MethodVisitor) - 类 的构造器org.objectweb.asm.MethodVisitor
-
- middleware() - 类 中的方法com.blade.Blade
-
- mimeType(String) - 类 中的静态方法com.blade.kit.StringKit
-
- MimeType - com.blade.mvc.multipart中的接口
-
- mimeTypes - 接口 中的静态变量com.blade.mvc.multipart.MimeType
-
- ModelAndView - com.blade.mvc.ui中的类
-
ModelAndView, Using templates and data
- ModelAndView() - 类 的构造器com.blade.mvc.ui.ModelAndView
-
- ModelAndView(String) - 类 的构造器com.blade.mvc.ui.ModelAndView
-
Create an empty view
- ModelAndView(Map<String, Object>, String) - 类 的构造器com.blade.mvc.ui.ModelAndView
-
Create a model view object with data
- MONITORENTER - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- MONITOREXIT - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- MULTIANEWARRAY - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- MultipartParam - com.blade.mvc.annotation中的注释类型
-
Form Multipart ParmeterAnnotation
- mv - 类 中的变量org.objectweb.asm.MethodVisitor
-
The method visitor to which this visitor must delegate method calls.
- name() - 类 中的方法com.blade.mvc.http.Cookie
-
- name(String) - 类 中的方法com.blade.mvc.http.Cookie
-
- NamedThreadFactory - com.blade.kit中的类
-
- NamedThreadFactory(String) - 类 的构造器com.blade.kit.NamedThreadFactory
-
- NettyServer - com.blade.server.netty中的类
-
- NettyServer() - 类 的构造器com.blade.server.netty.NettyServer
-
- NEW - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- NEW - 类 中的静态变量org.objectweb.asm.TypeReference
-
The sort of type references that target the type of the object created by
a 'new' instruction.
- NEWARRAY - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- newClass(String) - 类 中的方法org.objectweb.asm.ClassWriter
-
Adds a class reference to the constant pool of the class being build.
- newConst(Object) - 类 中的方法org.objectweb.asm.ClassWriter
-
Adds a number or string constant to the constant pool of the class being
build.
- newExceptionReference(int) - 类 中的静态方法org.objectweb.asm.TypeReference
-
Returns a reference to the type of an exception, in a 'throws' clause of
a method.
- newField(String, String, String) - 类 中的方法org.objectweb.asm.ClassWriter
-
Adds a field reference to the constant pool of the class being build.
- newFormalParameterReference(int) - 类 中的静态方法org.objectweb.asm.TypeReference
-
Returns a reference to the type of a formal parameter of a method.
- newHandle(int, String, String, String) - 类 中的方法org.objectweb.asm.ClassWriter
-
- newHandle(int, String, String, String, boolean) - 类 中的方法org.objectweb.asm.ClassWriter
-
Adds a handle to the constant pool of the class being build.
- newInstance() - 类 中的方法com.blade.ioc.reader.ClassInfo
-
- newInstance(Class<T>) - 类 中的静态方法com.blade.kit.ReflectKit
-
- newInvokeDynamic(String, String, Handle, Object...) - 类 中的方法org.objectweb.asm.ClassWriter
-
Adds an invokedynamic reference to the constant pool of the class being
build.
- newMethod(String, String, String, boolean) - 类 中的方法org.objectweb.asm.ClassWriter
-
Adds a method reference to the constant pool of the class being build.
- newMethodType(String) - 类 中的方法org.objectweb.asm.ClassWriter
-
Adds a method type reference to the constant pool of the class being
build.
- newNameType(String, String) - 类 中的方法org.objectweb.asm.ClassWriter
-
Adds a name and type to the constant pool of the class being build.
- newSuperTypeReference(int) - 类 中的静态方法org.objectweb.asm.TypeReference
-
Returns a reference to the super class or to an interface of the
'implements' clause of a class.
- newThread(Runnable) - 类 中的方法com.blade.kit.NamedThreadFactory
-
- newTryCatchReference(int) - 类 中的静态方法org.objectweb.asm.TypeReference
-
Returns a reference to the type of the exception declared in a 'catch'
clause of a method.
- newTypeArgumentReference(int, int) - 类 中的静态方法org.objectweb.asm.TypeReference
-
Returns a reference to the type of a type argument in a constructor or
method call or reference.
- newTypeParameterBoundReference(int, int, int) - 类 中的静态方法org.objectweb.asm.TypeReference
-
Returns a reference to a type parameter bound of a generic class or
method.
- newTypeParameterReference(int, int) - 类 中的静态方法org.objectweb.asm.TypeReference
-
Returns a reference to a type parameter of a generic class or method.
- newTypeReference(int) - 类 中的静态方法org.objectweb.asm.TypeReference
-
Returns a type reference of the given sort.
- newUTF8(String) - 类 中的方法org.objectweb.asm.ClassWriter
-
Adds an UTF8 string to the constant pool of the class being build.
- next() - 类 中的方法com.blade.mvc.hook.Signature
-
- NOP - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- notEmpty(String, String) - 类 中的静态方法com.blade.kit.Assert
-
- notEmpty(T[], String) - 类 中的静态方法com.blade.kit.Assert
-
- notFound() - 接口 中的方法com.blade.mvc.http.Response
-
- notIsWebHook(HttpMethod) - 类 中的静态方法com.blade.kit.BladeKit
-
- notNull(Object, String) - 类 中的静态方法com.blade.kit.Assert
-
- nowUnix() - 类 中的静态方法com.blade.kit.DateKit
-
return current unix time
- NULL - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- T_BOOLEAN - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- T_BYTE - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- T_CHAR - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- T_DOUBLE - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- T_FLOAT - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- T_INT - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- T_LONG - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- T_SHORT - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- TABLESWITCH - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- template(String) - 类 中的静态方法com.blade.mvc.ui.template.BladeTemplate
-
- template(String, Object...) - 类 中的静态方法com.blade.mvc.ui.template.BladeTemplate
-
- template(String, Map<String, Object>) - 类 中的静态方法com.blade.mvc.ui.template.BladeTemplate
-
- TEMPLATE_PATH - 类 中的静态变量com.blade.mvc.ui.template.DefaultEngine
-
- templateEngine(TemplateEngine) - 类 中的方法com.blade.Blade
-
Setting blade mvc default templateEngine
- templateEngine() - 类 中的方法com.blade.Blade
-
- TemplateEngine - com.blade.mvc.ui.template中的接口
-
TemplateEngine Interface, For view layer to display data
- TERMINAL_SERVER_ADDRESS - 接口 中的静态变量com.blade.mvc.Const
-
- TERMINAL_SERVER_PORT - 接口 中的静态变量com.blade.mvc.Const
-
- text(String) - 接口 中的方法com.blade.mvc.http.Response
-
Render by text
- throwException(String) - 类 中的静态方法com.blade.kit.Assert
-
- throwException(Throwable) - 类 中的静态方法com.blade.kit.Assert
-
- THROWS - 类 中的静态变量org.objectweb.asm.TypeReference
-
The sort of type references that target the type of an exception declared
in the throws clause of a method.
- title(String) - 类 中的方法com.blade.mvc.ui.HtmlCreator
-
- toAson(String) - 类 中的静态方法com.blade.kit.JsonKit
-
- toByteArray() - 类 中的方法org.objectweb.asm.ClassWriter
-
Returns the bytecode of the class that was build with this class writer.
- toDate(String, String) - 类 中的静态方法com.blade.kit.DateKit
-
- toDate(long) - 类 中的静态方法com.blade.kit.DateKit
-
- toMap() - 类 中的方法com.blade.Environment
-
- TOP - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- toString() - 类 中的方法com.blade.ioc.reader.ClassInfo
-
- toString(long, String) - 类 中的静态方法com.blade.kit.DateKit
-
format unix time to string
- toString(Date, String) - 类 中的静态方法com.blade.kit.DateKit
-
format date to string
- toString(LocalDateTime, String) - 类 中的静态方法com.blade.kit.DateKit
-
- toString(LocalDateTime) - 类 中的静态方法com.blade.kit.DateKit
-
- toString() - 类 中的方法com.blade.kit.json.Ason
-
- toString(Object) - 类 中的静态方法com.blade.kit.JsonKit
-
- toString() - 类 中的方法com.blade.mvc.multipart.FileItem
-
- toString() - 类 中的方法com.blade.mvc.route.Route
-
- toString() - 类 中的方法com.blade.mvc.ui.HtmlCreator
-
- toString() - 类 中的方法com.blade.mvc.ui.ModelAndView
-
- toString() - 类 中的方法org.objectweb.asm.Handle
-
Returns the textual representation of this handle.
- toString() - 类 中的方法org.objectweb.asm.Label
-
Returns a string representation of this label.
- toString() - 类 中的方法org.objectweb.asm.Type
-
Returns a string representation of this type.
- toString() - 类 中的方法org.objectweb.asm.TypePath
-
Returns a string representation of this type path.
- toUnix(String, String) - 类 中的静态方法com.blade.kit.DateKit
-
format string time to unix time
- toUnix(String) - 类 中的静态方法com.blade.kit.DateKit
-
format string (yyyy-MM-dd HH:mm:ss) to unix time
- toUnix(Date) - 类 中的静态方法com.blade.kit.DateKit
-
- trigger(Event) - 接口 中的方法com.blade.event.EventListener
-
- TripleDES_Transformation - 类 中的静态变量com.blade.kit.EncrypKit
-
3DES转变
法算法名称/加密模式/填充方式
加密模式有:电子密码本模式ECB、加密块链模式CBC、加密反馈模式CFB、输出反馈模式OFB
填充方式有:NoPadding、ZerosPadding、PKCS5Padding
- type - 类 中的变量org.objectweb.asm.Attribute
-
The type of this attribute.
- Type - org.objectweb.asm中的类
-
A Java field or method type.
- TYPE_ARGUMENT - 类 中的静态变量org.objectweb.asm.TypePath
-
A type path step that steps into a type argument of a generic type.
- TypePath - org.objectweb.asm中的类
-
The path to a type argument, wildcard bound, array element type, or static
inner type within an enclosing type.
- TypeReference - org.objectweb.asm中的类
-
A reference to a type appearing in a class, field or method declaration, or
on an instruction.
- TypeReference(int) - 类 的构造器org.objectweb.asm.TypeReference
-
Creates a new TypeReference.
- V1_1 - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- V1_2 - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- V1_3 - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- V1_4 - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- V1_5 - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- V1_6 - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- V1_7 - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- V1_8 - 接口 中的静态变量org.objectweb.asm.Opcodes
-
- validation() - 类 中的方法com.blade.security.web.csrf.CsrfMiddleware
-
- value() - 类 中的方法com.blade.mvc.http.Cookie
-
- value(String) - 类 中的方法com.blade.mvc.http.Cookie
-
- valueOf(String) - 枚举 中的静态方法com.blade.event.EventType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.blade.mvc.http.HttpMethod
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.blade.mvc.ui.template.BladeTemplate.State
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法com.blade.event.EventType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.blade.mvc.http.HttpMethod
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.blade.mvc.ui.template.BladeTemplate.State
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- VAR_REGEXP - 类 中的静态变量com.blade.kit.PathKit
-
- VAR_REPLACE - 类 中的静态变量com.blade.kit.PathKit
-
- VERSION - 接口 中的静态变量com.blade.mvc.Const
-
- VIEW_404 - 接口 中的静态变量com.blade.mvc.ui.DefaultUI
-
server 404
- VIEW_500 - 接口 中的静态变量com.blade.mvc.ui.DefaultUI
-
server 500
- visit(String, Object) - 类 中的方法org.objectweb.asm.AnnotationVisitor
-
Visits a primitive value of the annotation.
- visit(int, int, String, String, String, String[]) - 类 中的方法org.objectweb.asm.ClassVisitor
-
Visits the header of the class.
- visit(int, int, String, String, String, String[]) - 类 中的方法org.objectweb.asm.ClassWriter
-
- visitAnnotation(String, String) - 类 中的方法org.objectweb.asm.AnnotationVisitor
-
Visits a nested annotation value of the annotation.
- visitAnnotation(String, boolean) - 类 中的方法org.objectweb.asm.ClassVisitor
-
Visits an annotation of the class.
- visitAnnotation(String, boolean) - 类 中的方法org.objectweb.asm.ClassWriter
-
- visitAnnotation(String, boolean) - 类 中的方法org.objectweb.asm.FieldVisitor
-
Visits an annotation of the field.
- visitAnnotation(String, boolean) - 类 中的方法org.objectweb.asm.MethodVisitor
-
Visits an annotation of this method.
- visitAnnotationDefault() - 类 中的方法org.objectweb.asm.MethodVisitor
-
Visits the default value of this annotation interface method.
- visitArray(String) - 类 中的方法org.objectweb.asm.AnnotationVisitor
-
Visits an array value of the annotation.
- visitAttribute(Attribute) - 类 中的方法org.objectweb.asm.ClassVisitor
-
Visits a non standard attribute of the class.
- visitAttribute(Attribute) - 类 中的方法org.objectweb.asm.ClassWriter
-
- visitAttribute(Attribute) - 类 中的方法org.objectweb.asm.FieldVisitor
-
Visits a non standard attribute of the field.
- visitAttribute(Attribute) - 类 中的方法org.objectweb.asm.MethodVisitor
-
Visits a non standard attribute of this method.
- visitCode() - 类 中的方法org.objectweb.asm.MethodVisitor
-
Starts the visit of the method's code, if any (i.e. non abstract method).
- visitEnd() - 类 中的方法org.objectweb.asm.AnnotationVisitor
-
Visits the end of the annotation.
- visitEnd() - 类 中的方法org.objectweb.asm.ClassVisitor
-
Visits the end of the class.
- visitEnd() - 类 中的方法org.objectweb.asm.ClassWriter
-
- visitEnd() - 类 中的方法org.objectweb.asm.FieldVisitor
-
Visits the end of the field.
- visitEnd() - 类 中的方法org.objectweb.asm.MethodVisitor
-
Visits the end of the method.
- visitEnum(String, String, String) - 类 中的方法org.objectweb.asm.AnnotationVisitor
-
Visits an enumeration value of the annotation.
- visitField(int, String, String, String, Object) - 类 中的方法org.objectweb.asm.ClassVisitor
-
Visits a field of the class.
- visitField(int, String, String, String, Object) - 类 中的方法org.objectweb.asm.ClassWriter
-
- visitFieldInsn(int, String, String, String) - 类 中的方法org.objectweb.asm.MethodVisitor
-
Visits a field instruction.
- visitFrame(int, int, Object[], int, Object[]) - 类 中的方法org.objectweb.asm.MethodVisitor
-
Visits the current state of the local variables and operand stack
elements.
- visitIincInsn(int, int) - 类 中的方法org.objectweb.asm.MethodVisitor
-
Visits an IINC instruction.
- visitInnerClass(String, String, String, int) - 类 中的方法org.objectweb.asm.ClassVisitor
-
Visits information about an inner class.
- visitInnerClass(String, String, String, int) - 类 中的方法org.objectweb.asm.ClassWriter
-
- visitInsn(int) - 类 中的方法org.objectweb.asm.MethodVisitor
-
Visits a zero operand instruction.
- visitInsnAnnotation(int, TypePath, String, boolean) - 类 中的方法org.objectweb.asm.MethodVisitor
-
Visits an annotation on an instruction.
- visitIntInsn(int, int) - 类 中的方法org.objectweb.asm.MethodVisitor
-
Visits an instruction with a single int operand.
- visitInvokeDynamicInsn(String, String, Handle, Object...) - 类 中的方法org.objectweb.asm.MethodVisitor
-
Visits an invokedynamic instruction.
- visitJumpInsn(int, Label) - 类 中的方法org.objectweb.asm.MethodVisitor
-
Visits a jump instruction.
- visitLabel(Label) - 类 中的方法org.objectweb.asm.MethodVisitor
-
Visits a label.
- visitLdcInsn(Object) - 类 中的方法org.objectweb.asm.MethodVisitor
-
Visits a LDC instruction.
- visitLineNumber(int, Label) - 类 中的方法org.objectweb.asm.MethodVisitor
-
Visits a line number declaration.
- visitLocalVariable(String, String, String, Label, Label, int) - 类 中的方法org.objectweb.asm.MethodVisitor
-
Visits a local variable declaration.
- visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - 类 中的方法org.objectweb.asm.MethodVisitor
-
Visits an annotation on a local variable type.
- visitLookupSwitchInsn(Label, int[], Label[]) - 类 中的方法org.objectweb.asm.MethodVisitor
-
Visits a LOOKUPSWITCH instruction.
- visitMaxs(int, int) - 类 中的方法org.objectweb.asm.MethodVisitor
-
Visits the maximum stack size and the maximum number of local variables
of the method.
- visitMethod(int, String, String, String, String[]) - 类 中的方法org.objectweb.asm.ClassVisitor
-
Visits a method of the class.
- visitMethod(int, String, String, String, String[]) - 类 中的方法org.objectweb.asm.ClassWriter
-
- visitMethodInsn(int, String, String, String) - 类 中的方法org.objectweb.asm.MethodVisitor
-
已过时。
- visitMethodInsn(int, String, String, String, boolean) - 类 中的方法org.objectweb.asm.MethodVisitor
-
Visits a method instruction.
- visitMultiANewArrayInsn(String, int) - 类 中的方法org.objectweb.asm.MethodVisitor
-
Visits a MULTIANEWARRAY instruction.
- visitOuterClass(String, String, String) - 类 中的方法org.objectweb.asm.ClassVisitor
-
Visits the enclosing class of the class.
- visitOuterClass(String, String, String) - 类 中的方法org.objectweb.asm.ClassWriter
-
- visitParameter(String, int) - 类 中的方法org.objectweb.asm.MethodVisitor
-
Visits a parameter of this method.
- visitParameterAnnotation(int, String, boolean) - 类 中的方法org.objectweb.asm.MethodVisitor
-
Visits an annotation of a parameter this method.
- visitSource(String, String) - 类 中的方法org.objectweb.asm.ClassVisitor
-
Visits the source of the class.
- visitSource(String, String) - 类 中的方法org.objectweb.asm.ClassWriter
-
- visitTableSwitchInsn(int, int, Label, Label...) - 类 中的方法org.objectweb.asm.MethodVisitor
-
Visits a TABLESWITCH instruction.
- visitTryCatchAnnotation(int, TypePath, String, boolean) - 类 中的方法org.objectweb.asm.MethodVisitor
-
Visits an annotation on an exception handler type.
- visitTryCatchBlock(Label, Label, Label, String) - 类 中的方法org.objectweb.asm.MethodVisitor
-
Visits a try catch block.
- visitTypeAnnotation(int, TypePath, String, boolean) - 类 中的方法org.objectweb.asm.ClassVisitor
-
Visits an annotation on a type in the class signature.
- visitTypeAnnotation(int, TypePath, String, boolean) - 类 中的方法org.objectweb.asm.ClassWriter
-
- visitTypeAnnotation(int, TypePath, String, boolean) - 类 中的方法org.objectweb.asm.FieldVisitor
-
Visits an annotation on the type of the field.
- visitTypeAnnotation(int, TypePath, String, boolean) - 类 中的方法org.objectweb.asm.MethodVisitor
-
Visits an annotation on a type in the method signature.
- visitTypeInsn(int, String) - 类 中的方法org.objectweb.asm.MethodVisitor
-
Visits a type instruction.
- visitVarInsn(int, int) - 类 中的方法org.objectweb.asm.MethodVisitor
-
Visits a local variable instruction.
- VOID - 类 中的静态变量org.objectweb.asm.Type
-
The sort of the void type.
- VOID_TYPE - 类 中的静态变量org.objectweb.asm.Type
-
The void type.