public class SimpleElPojoInterceptor extends BasicPojoInterceptor
Modifier and Type | Field and Description |
---|---|
protected El |
el |
protected String |
elStr |
protected String |
event |
protected static Log |
log |
protected ElFieldMacro |
macro |
protected MappingField |
mf |
protected String |
selfStr |
Modifier | Constructor and Description |
---|---|
protected |
SimpleElPojoInterceptor() |
|
SimpleElPojoInterceptor(MappingField mf,
String str,
String event) |
Modifier and Type | Method and Description |
---|---|
void |
onEvent(Object obj,
Entity<?> en,
String event,
Object... args)
拦截并返回对象, 如无改变, 返回原对象就行
|
String |
toString() |
isAvailable, setupEntity
protected static Log log
protected String elStr
protected ElFieldMacro macro
protected String event
protected String selfStr
protected MappingField mf
protected El el
protected SimpleElPojoInterceptor()
public SimpleElPojoInterceptor(MappingField mf, String str, String event)
public void onEvent(Object obj, Entity<?> en, String event, Object... args)
PojoInterceptor
onEvent
in interface PojoInterceptor
onEvent
in class BasicPojoInterceptor
Copyright © 2019. All rights reserved.