Package | Description |
---|---|
act | |
act.cli.bytecode | |
act.controller.bytecode | |
act.db | |
act.mail.bytecode | |
act.util |
Modifier and Type | Method and Description |
---|---|
void |
BytecodeEnhancerManager.register(AppByteCodeEnhancer enhancer) |
Modifier and Type | Class and Description |
---|---|
class |
CommanderEnhancer |
Modifier and Type | Method and Description |
---|---|
AppByteCodeEnhancer |
CommanderEnhancer.app(App app) |
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 |
---|---|
AppByteCodeEnhancer |
ControllerEnhancer.app(App app) |
Modifier and Type | Class and Description |
---|---|
class |
EntityClassEnhancer
Add
public static Dao dao() method to the entity model class |
Modifier and Type | Class and Description |
---|---|
class |
MailerEnhancer
Enhance mailer class
|
Modifier and Type | Method and Description |
---|---|
AppByteCodeEnhancer |
MailerEnhancer.app(App app) |
Modifier and Type | Class and Description |
---|---|
class |
AppByteCodeEnhancer<T extends AppByteCodeEnhancer> |
Modifier and Type | Class and Description |
---|---|
class |
DataObjectEnhancer
A tool to enhance a object by generating common
Object methods, e.g. |
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 |
---|---|
AppByteCodeEnhancer |
SimpleBean.ByteCodeEnhancer.app(App app) |
AppByteCodeEnhancer |
AppByteCodeEnhancer.app(App app) |
Copyright © 2014–2017 ActFramework. All rights reserved.