org.apache.struts2.interceptor
Class DateTextFieldInterceptor

java.lang.Object
  extended by org.apache.struts2.interceptor.DateTextFieldInterceptor
All Implemented Interfaces:
Interceptor, Serializable

public class DateTextFieldInterceptor
extends Object
implements Interceptor

See Also:
Serialized Form

Nested Class Summary
static class DateTextFieldInterceptor.DateWord
           
 
Constructor Summary
DateTextFieldInterceptor()
           
 
Method Summary
 void destroy()
           
 void init()
           
 String intercept(ActionInvocation ai)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTextFieldInterceptor

public DateTextFieldInterceptor()
Method Detail

destroy

public void destroy()
Specified by:
destroy in interface Interceptor

init

public void init()
Specified by:
init in interface Interceptor

intercept

public String intercept(ActionInvocation ai)
                 throws Exception
Specified by:
intercept in interface Interceptor
Throws:
Exception


Copyright © 2000–2017 Apache Software Foundation. All rights reserved.