public class BinderManager extends AppServiceBase<BinderManager>
Destroyable.Util
logger
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, onAppStartAsync
app, me
addSubResource, destroy, isDestroyed, reload, scope
debug, debug, error, error, fatal, fatal, info, info, isDebugEnabled, isTraceEnabled, trace, trace, warn, warn
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
destroy, isDestroyed, scope
public 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.