Package | Description |
---|---|
act.mail.bytecode | |
act.mail.meta |
Constructor and Description |
---|
SenderEnhancer(act.asm.MethodVisitor mv,
SenderMethodMetaInfo meta,
int access,
java.lang.String name,
java.lang.String desc,
java.lang.String signature,
java.lang.String[] exceptions) |
Modifier and Type | Method and Description |
---|---|
SenderMethodMetaInfo |
SenderMethodMetaInfo.addLocal(LocalVariableMetaInfo local) |
SenderMethodMetaInfo |
SenderMethodMetaInfo.addParam(HandlerParamMetaInfo param) |
SenderMethodMetaInfo |
SenderMethodMetaInfo.appCtxLocalVariableTableIndex(int index) |
SenderMethodMetaInfo |
SenderMethodMetaInfo.configId(java.lang.String id) |
SenderMethodMetaInfo |
SenderMethodMetaInfo.invokeInstanceMethod() |
SenderMethodMetaInfo |
SenderMethodMetaInfo.invokeStaticMethod() |
SenderMethodMetaInfo |
SenderMethodMetaInfo.name(java.lang.String name) |
SenderMethodMetaInfo |
SenderMethodMetaInfo.returnComponentType(act.asm.Type type) |
SenderMethodMetaInfo |
SenderMethodMetaInfo.returnType(act.asm.Type type) |
SenderMethodMetaInfo |
MailerClassMetaInfo.sender(java.lang.String name) |
SenderMethodMetaInfo |
SenderMethodMetaInfo.templateContext(java.lang.String templateContext) |
Modifier and Type | Method and Description |
---|---|
MailerClassMetaInfo |
MailerClassMetaInfo.addSender(SenderMethodMetaInfo info) |
Copyright © 2014–2017 ActFramework. All rights reserved.