public class DateTextFieldInterceptor extends AbstractInterceptor
Modifier and Type | Class and Description |
---|---|
static class |
DateTextFieldInterceptor.DateWord |
Constructor and Description |
---|
DateTextFieldInterceptor() |
Modifier and Type | Method and Description |
---|---|
String |
intercept(ActionInvocation ai)
Override to handle interception
|
destroy, init
public String intercept(ActionInvocation ai) throws Exception
AbstractInterceptor
intercept
in interface Interceptor
intercept
in class AbstractInterceptor
ai
- the action invocationActionInvocation.invoke()
, or from the interceptor itself.Exception
- any system-level error, as defined in Action.execute()
.Copyright © 2000–2020 Apache Software Foundation. All rights reserved.