类 BaseLogEnabledLifeCycle
java.lang.Object
com.dtflys.forest.lifecycles.logging.BaseLogEnabledLifeCycle
- 所有已实现的接口:
OnCanceled,OnError,OnLoadCookie,OnProgress,OnRedirection,OnRetry,OnSaveCookie,OnSuccess<Object>,Interceptor<Object>,BaseAnnotationLifeCycle<LogEnabled,Object>
public class BaseLogEnabledLifeCycle
extends Object
implements BaseAnnotationLifeCycle<LogEnabled,Object>
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidonProxyHandlerInitialized(InterfaceProxyHandler interfaceProxyHandler, LogEnabled annotation) 在被注解修饰的接口初始化时被调用从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.dtflys.forest.lifecycles.BaseAnnotationLifeCycle
onError, onSuccess从接口继承的方法 com.dtflys.forest.interceptor.Interceptor
addAttribute, afterExecute, beforeExecute, getAttribute, getAttribute, getAttributeAsDouble, getAttributeAsFloat, getAttributeAsInteger, getAttributeAsString, getAttributes, onBodyEncode, onCanceled, onInvokeMethod, onLoadCookie, onProgress, onRedirection, onRetry, onSaveCookie
-
构造器详细资料
-
BaseLogEnabledLifeCycle
public BaseLogEnabledLifeCycle()
-
-
方法详细资料
-
onProxyHandlerInitialized
public void onProxyHandlerInitialized(InterfaceProxyHandler interfaceProxyHandler, LogEnabled annotation) 从接口复制的说明:BaseAnnotationLifeCycle在被注解修饰的接口初始化时被调用- 指定者:
onProxyHandlerInitialized在接口中BaseAnnotationLifeCycle<LogEnabled,Object> - 参数:
interfaceProxyHandler- 请求接口动态代理处理器annotation- 该生命周期类所绑定的注解
-