@Intercepts(value=CustomValidation) public class ApplicationInterceptor extends Object implements Interceptor
Modifier and Type | Field and Description |
---|---|
static String |
copyright |
static org.slf4j.Logger |
logger |
Constructor and Description |
---|
ApplicationInterceptor() |
Modifier and Type | Method and Description |
---|---|
static Resolution |
dispatch(ActionBeanContext actionContext) |
Resolution |
intercept(ExecutionContext context) |
public static final String copyright
public static final org.slf4j.Logger logger
public static Resolution dispatch(ActionBeanContext actionContext) throws Exception
Exception
public Resolution intercept(ExecutionContext context) throws Exception
intercept
in interface Interceptor
Exception