Package | Description |
---|---|
act | |
act.app | |
act.app.util | |
act.cli.bytecode | |
act.controller.bytecode | |
act.db | |
act.event.bytecode | |
act.inject.genie | |
act.job.bytecode | |
act.mail.bytecode | |
act.util | |
act.view | |
act.view.rythm |
Modifier and Type | Method and Description |
---|---|
ByteCodeVisitor |
BytecodeEnhancerManager.appEnhancer(App app,
java.lang.String className,
org.osgl.Osgl.Var<act.asm.ClassWriter> cw) |
ByteCodeVisitor |
BytecodeEnhancerManager.generalEnhancer(java.lang.String className,
org.osgl.Osgl.Var<act.asm.ClassWriter> cw) |
Modifier and Type | Method and Description |
---|---|
ByteCodeVisitor |
AppByteCodeScanner.byteCodeVisitor()
Returns the
ByteCodeVisitor |
Modifier and Type | Class and Description |
---|---|
class |
EnvMatcher
Detect if a class has
Env annotations and check if the class’s Env annotation matches current running environment |
Modifier and Type | Class and Description |
---|---|
class |
CommanderEnhancer |
Modifier and Type | Method and Description |
---|---|
ByteCodeVisitor |
CommanderByteCodeScanner.byteCodeVisitor() |
Modifier and Type | Class and Description |
---|---|
class |
ControllerEnhancer
Enhance controllers (classes with either request handler method or interceptor methods)
|
Modifier and Type | Method and Description |
---|---|
ByteCodeVisitor |
ControllerByteCodeScanner.byteCodeVisitor() |
Modifier and Type | Class and Description |
---|---|
class |
EntityClassEnhancer
Add
public static Dao dao() method to the entity model class |
Modifier and Type | Method and Description |
---|---|
ByteCodeVisitor |
SimpleEventListenerByteCodeScanner.byteCodeVisitor() |
Modifier and Type | Method and Description |
---|---|
ByteCodeVisitor |
GenieFactoryFinder.byteCodeVisitor() |
ByteCodeVisitor |
GenieModuleScanner.byteCodeVisitor() |
Modifier and Type | Method and Description |
---|---|
ByteCodeVisitor |
JobByteCodeScanner.byteCodeVisitor() |
Modifier and Type | Class and Description |
---|---|
class |
MailerEnhancer
Enhance mailer class
|
Modifier and Type | Method and Description |
---|---|
ByteCodeVisitor |
MailerByteCodeScanner.byteCodeVisitor() |
Modifier and Type | Class and Description |
---|---|
class |
AppByteCodeEnhancer<T extends AppByteCodeEnhancer> |
class |
AsmByteCodeEnhancer<T extends AsmByteCodeEnhancer>
Base class for all bytecode enhancer that using ASM lib
|
class |
ClassDetector |
class |
DataObjectEnhancer
A tool to enhance a object by generating common
Object methods, e.g. |
class |
PredictableByteCodeVisitor |
static class |
SimpleBean.ByteCodeEnhancer |
class |
SingletonEnhancer
If a certain non-abstract/public class extends
SingletonBase ensure the class has Singleton annotation, and generate SingletonBase.instance() implementation |
Modifier and Type | Method and Description |
---|---|
ByteCodeVisitor |
SimpleBean.ByteCodeScanner.byteCodeVisitor() |
ByteCodeVisitor |
ClassInfoByteCodeScanner.byteCodeVisitor() |
ByteCodeVisitor |
ClassFinderByteCodeScanner.byteCodeVisitor() |
static ByteCodeVisitor |
ByteCodeVisitor.chain(java.util.List<? extends ByteCodeVisitor> visitors) |
static ByteCodeVisitor |
ByteCodeVisitor.chain(org.osgl.Osgl.Var<act.asm.ClassWriter> cw,
java.util.List<? extends ByteCodeVisitor> visitors) |
ByteCodeVisitor |
ByteCodeVisitor.commitDownstream() |
ByteCodeVisitor |
ByteCodeVisitor.setDownstream(act.asm.ClassVisitor cv) |
Modifier and Type | Method and Description |
---|---|
static act.asm.ClassVisitor |
ByteCodeVisitor.chain(act.asm.ClassWriter cw,
ByteCodeVisitor v0,
ByteCodeVisitor... visitors) |
static act.asm.ClassVisitor |
ByteCodeVisitor.chain(act.asm.ClassWriter cw,
ByteCodeVisitor v0,
ByteCodeVisitor... visitors) |
Modifier and Type | Method and Description |
---|---|
static ByteCodeVisitor |
ByteCodeVisitor.chain(java.util.List<? extends ByteCodeVisitor> visitors) |
static ByteCodeVisitor |
ByteCodeVisitor.chain(org.osgl.Osgl.Var<act.asm.ClassWriter> cw,
java.util.List<? extends ByteCodeVisitor> visitors) |
Modifier and Type | Method and Description |
---|---|
ByteCodeVisitor |
ImplicitVariableProvider.TemplateVariableScanner.byteCodeVisitor() |
Modifier and Type | Method and Description |
---|---|
ByteCodeVisitor |
RythmTransformerScanner.byteCodeVisitor() |
Copyright © 2014–2017 ActFramework. All rights reserved.