public class ActContextInjection<T>
extends java.lang.Object
Keep all information required to inject ActionContext into the controller action handler
| Modifier and Type | Class and Description |
|---|---|
static class |
ActContextInjection.FieldActContextInjection |
static class |
ActContextInjection.InjectType
Define how framework should inject AppContext to the controller action handler
|
static class |
ActContextInjection.LocalAppContextInjection |
static class |
ActContextInjection.ParamAppContextInjection |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
ActContextInjection.InjectType |
injectVia() |
java.lang.String |
toString() |
protected T v
public ActContextInjection.InjectType injectVia()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2014–2017 ActFramework. All rights reserved.