public class ControllersEnhancer extends Enhancer
Modifier and Type | Class and Description |
---|---|
static interface |
ControllersEnhancer.ByPass |
static class |
ControllersEnhancer.ControllerInstrumentation
Runtime part needed by the instrumentation
|
static interface |
ControllersEnhancer.ControllerSupport
Mark class that need controller enhancement
|
Enhancer.ApplicationClassesClasspath
Modifier and Type | Field and Description |
---|---|
static java.lang.ThreadLocal<java.util.Stack<java.lang.String>> |
currentAction |
Constructor and Description |
---|
ControllersEnhancer() |
Modifier and Type | Method and Description |
---|---|
void |
enhanceThisClass(ApplicationClasses.ApplicationClass applicationClass)
The magic happen here...
|
createAnnotation, createAnnotation, getAnnotations, getAnnotations, getAnnotations, hasAnnotation, hasAnnotation, hasAnnotation, makeClass, newClassPool
public static final java.lang.ThreadLocal<java.util.Stack<java.lang.String>> currentAction
public void enhanceThisClass(ApplicationClasses.ApplicationClass applicationClass) throws java.lang.Exception
Enhancer
enhanceThisClass
in class Enhancer
applicationClass
- The application class to constructjava.lang.Exception
- if problem occurred during constructionGuillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly