skoinfo.rfc.user.interceptor
Class OfficeAdminInterceptor

java.lang.Object
  extended by com.opensymphony.xwork2.interceptor.AbstractInterceptor
      extended by skoinfo.rfc.user.interceptor.OfficeAdminInterceptor
All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor, java.io.Serializable

public class OfficeAdminInterceptor
extends com.opensymphony.xwork2.interceptor.AbstractInterceptor
implements com.opensymphony.xwork2.interceptor.Interceptor

Board Data Interceptor

Version:
RFC 1.1 Released, 2008.11.20
Author:
조용로
See Also:
Serialized Form

Constructor Summary
OfficeAdminInterceptor()
           
 
Method Summary
 void destroy()
           
 void init()
           
 java.lang.String intercept(com.opensymphony.xwork2.ActionInvocation invocation)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OfficeAdminInterceptor

public OfficeAdminInterceptor()
Method Detail

init

public void init()
Specified by:
init in interface com.opensymphony.xwork2.interceptor.Interceptor
Overrides:
init in class com.opensymphony.xwork2.interceptor.AbstractInterceptor

intercept

public java.lang.String intercept(com.opensymphony.xwork2.ActionInvocation invocation)
                           throws java.lang.Exception
Specified by:
intercept in interface com.opensymphony.xwork2.interceptor.Interceptor
Specified by:
intercept in class com.opensymphony.xwork2.interceptor.AbstractInterceptor
Throws:
java.lang.Exception

destroy

public void destroy()
Specified by:
destroy in interface com.opensymphony.xwork2.interceptor.Interceptor
Overrides:
destroy in class com.opensymphony.xwork2.interceptor.AbstractInterceptor