public class URLEncodeLifeCycle extends Object implements ParameterAnnotationLifeCycle<URLEncode,Object>
Constructor and Description |
---|
URLEncodeLifeCycle() |
Modifier and Type | Method and Description |
---|---|
void |
onParameterInitialized(ForestMethod method,
MappingParameter parameter,
URLEncode annotation)
在被注解修饰的方法参数初始化时被调用
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onError, onSuccess
addAttribute, afterExecute, beforeExecute, getAttribute, getAttribute, getAttributeAsDouble, getAttributeAsFloat, getAttributeAsInteger, getAttributeAsString, getAttributes, onInvokeMethod, onLoadCookie, onProgress, onRedirection, onRetry, onSaveCookie
public void onParameterInitialized(ForestMethod method, MappingParameter parameter, URLEncode annotation)
ParameterAnnotationLifeCycle
onParameterInitialized
in interface ParameterAnnotationLifeCycle<URLEncode,Object>
method
- ForestMethod
对象parameter
- MappingParameter
对象annotation
- 该生命周期类所绑定的注解对象Copyright © 2022. All rights reserved.