Modifier and Type | Method and Description |
---|---|
static <T extends Plugin> |
Act.registeredPlugin(java.lang.Class<T> type) |
Modifier and Type | Method and Description |
---|---|
static void |
Act.registerPlugin(Plugin plugin) |
Modifier and Type | Class and Description |
---|---|
class |
BuildFileProbe
Common implementation of
ProjectLayoutProbe by inspecting a certain application build file, e.g. |
static class |
BuildFileProbe.FileParser |
static class |
BuildFileProbe.LinesParser |
static class |
BuildFileProbe.StringParser |
class |
DaemonFinder
Find classes that implement
Daemon , start them after application is started |
class |
ProjectLayoutProbe
Base class defines the application project layout probe contract and utilities
|
Modifier and Type | Class and Description |
---|---|
class |
AutoConfigPlugin |
Modifier and Type | Class and Description |
---|---|
class |
CommanderEnhancer |
Modifier and Type | Class and Description |
---|---|
class |
ActionMethodParamAnnotationHandlerPlugin |
Modifier and Type | Class and Description |
---|---|
class |
ControllerEnhancer
Enhance controllers (classes with either request handler method or interceptor methods)
|
Modifier and Type | Class and Description |
---|---|
class |
FileResolver
Resolver File from path
|
class |
HttpFormatValueResolver |
class |
SObjectResolver
Resolver String value into SObject
|
class |
StringValueResolverPlugin<T> |
Modifier and Type | Class and Description |
---|---|
static class |
AdaptiveRecord.MetaInfo.Repository |
class |
DbPlugin
The base class for Database Plugin
|
class |
EntityClassEnhancer
Add
public static Dao dao() method to the entity model class |
class |
TimestampGeneratorBase<TIMESTAMP_TYPE> |
Modifier and Type | Class and Description |
---|---|
class |
JavaDateTsGenerator |
class |
JodaDateTimeTsGenerator |
class |
JodaInstantTsGenerator |
class |
JodaLocalDateTimeTsGenerator |
class |
JodaLocalDateTsGenerator |
class |
JodaLocalTimeTsGenerator |
class |
LongTsGenerator |
class |
SqlDateTsGenerator |
Modifier and Type | Class and Description |
---|---|
class |
EventListenerClassFinder |
Modifier and Type | Class and Description |
---|---|
class |
AfterInterceptor
Intercept request handling before calling to action method
|
class |
BeforeInterceptor
Intercept request handling before calling to action method
|
class |
ExceptionInterceptor |
class |
FinallyInterceptor
Intercept request handling after action method or if exception raised
|
Modifier and Type | Class and Description |
---|---|
class |
MailerEnhancer
Enhance mailer class
|
Modifier and Type | Class and Description |
---|---|
static class |
SimpleMetricPlugin.SimpleMetricPersistService |
Modifier and Type | Class and Description |
---|---|
class |
AppServicePlugin
The base class for Plugin that could be applied to a certain application
|
Modifier and Type | Method and Description |
---|---|
static void |
Plugin.InfoRepo.register(Plugin plugin) |
Modifier and Type | Class and Description |
---|---|
class |
AnnotatedTypeFinder |
class |
AppByteCodeEnhancer<T extends AppByteCodeEnhancer> |
class |
AppCodeScannerPluginBase |
class |
AppSubTypeFinder<T>
An
AppSubTypeFinder extends SubTypeFinder with an method to apply the finder when application started. |
static class |
AppSubTypeFinder._AppSubTypeFinderFinder |
class |
AsmByteCodeEnhancer<T extends AsmByteCodeEnhancer>
Base class for all bytecode enhancer that using ASM lib
|
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 |
class |
StringValueResolverFinder |
class |
SubTypeFinder<T>
Find classes that extends a specified type directly or indirectly, or implement a specified type directly or indirectly
|
class |
ValueObjectCodecFinder |
Modifier and Type | Class and Description |
---|---|
class |
ValidationPlugin |
Modifier and Type | Class and Description |
---|---|
class |
ImplicitVariableProvider
Plugin developer could extend this interface to inject implicit variables to view template
|
class |
SystemImplicitVariableProvider
Define system implicit variables
|
class |
View
The base class that different View solution should extends
|
Modifier and Type | Class and Description |
---|---|
class |
RythmView
Implement a view with Rythm Template Engine
|
Copyright © 2014–2017 ActFramework. All rights reserved.