public class BinderManager extends AppServiceBase<BinderManager>
Destroyable.Utillogger| Constructor and Description |
|---|
BinderManager(App app) |
| Modifier and Type | Method and Description |
|---|---|
org.osgl.mvc.util.Binder |
binder(java.lang.Class<?> clazz) |
org.osgl.mvc.util.Binder |
binder(HandlerParamMetaInfo paramMetaInfo) |
<T> BinderManager |
register(java.lang.Class<T> targetType,
org.osgl.mvc.util.Binder<T> binder) |
BinderManager |
register(HandlerParamMetaInfo paramMetaInfo,
org.osgl.mvc.util.Binder binder) |
protected void |
releaseResources() |
app, onAppStart, onAppStartAsyncapp, meaddSubResource, destroy, isDestroyed, reload, scopedebug, debug, error, error, fatal, fatal, info, info, isDebugEnabled, isTraceEnabled, trace, trace, warn, warnclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, isDestroyed, scopepublic BinderManager(App app)
protected void releaseResources()
releaseResources in class AppServiceBase<BinderManager>public <T> BinderManager register(java.lang.Class<T> targetType, org.osgl.mvc.util.Binder<T> binder)
public BinderManager register(HandlerParamMetaInfo paramMetaInfo, org.osgl.mvc.util.Binder binder)
public org.osgl.mvc.util.Binder binder(java.lang.Class<?> clazz)
public org.osgl.mvc.util.Binder binder(HandlerParamMetaInfo paramMetaInfo)
Copyright © 2014–2017 ActFramework. All rights reserved.