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(java.lang.String desc) |
static boolean |
isTemplateContextAnno(java.lang.String desc) |
void |
scanFinished(java.lang.String className)
Called when scanning for one class finished
|
protected boolean |
shouldScan(java.lang.String className) |
addDependencyClass, addDependencyClassToScanner, addDependencyClassToScanner, dependencyClasses, resetapp, config, equals, hashCode, onAppSet, reset, setApp, start, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitsetApp, startprotected boolean shouldScan(java.lang.String className)
shouldScan in class AppCodeScannerBasepublic ByteCodeVisitor byteCodeVisitor()
AppByteCodeScannerReturns the ByteCodeVisitor
public void scanFinished(java.lang.String className)
AppByteCodeScannerCalled when scanning for one class finished
public static boolean isMailerAnno(java.lang.String desc)
public static boolean isTemplateContextAnno(java.lang.String desc)
Copyright © 2014–2017 ActFramework. All rights reserved.