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.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2014–2017 ActFramework. All rights reserved.