public final class AnnotationBinder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
LOG |
protected static org.apache.commons.logging.Log |
LOG_TIME |
| Constructor and Description |
|---|
AnnotationBinder() |
| Modifier and Type | Method and Description |
|---|---|
static void |
bind(Object object,
COM.FutureTense.Interfaces.ICS ics)
Inject ICS runtime objects into the object.
|
static void |
bindToField(Object object,
COM.FutureTense.Interfaces.ICS ics,
Field field) |
protected static final org.apache.commons.logging.Log LOG
protected static final org.apache.commons.logging.Log LOG_TIME
public static final void bind(Object object, COM.FutureTense.Interfaces.ICS ics)
InjectForRequest annotation will be populated by this method by
retrieving the value from the Factory.getObject(String,Class)
method.object - the object to inject into.ics - the ics context.public static void bindToField(Object object, COM.FutureTense.Interfaces.ICS ics, Field field) throws SecurityException
object - object to bind toics - the ics contextfield - the field to inject toSecurityExceptionCopyright © 2010-2016 Oracle Corporation. All Rights Reserved.