public class MailerByteCodeScanner extends AppByteCodeScannerBase
Mailer scanner implementation
Constructor and Description |
---|
MailerByteCodeScanner() |
Modifier and Type | Method and Description |
---|---|
ByteCodeVisitor |
byteCodeVisitor()
Returns the
ByteCodeVisitor |
static boolean |
isMailerAnno(String desc) |
static boolean |
isTemplateContextAnno(String desc) |
void |
scanFinished(String className)
Called when scanning for one class finished
|
protected boolean |
shouldScan(String className) |
addDependencyClass, addDependencyClassToScanner, addDependencyClassToScanner, dependencyClasses, reset
app, config, equals, hashCode, onAppSet, reset, setApp, start, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
setApp, start
protected boolean shouldScan(String className)
shouldScan
in class AppCodeScannerBase
public ByteCodeVisitor byteCodeVisitor()
AppByteCodeScanner
Returns the ByteCodeVisitor
public void scanFinished(String className)
AppByteCodeScanner
Called when scanning for one class finished
public static boolean isMailerAnno(String desc)
public static boolean isTemplateContextAnno(String desc)
Copyright © 2014–2018 ActFramework. All rights reserved.