skoinfo.rfc.user.interceptor
Class AdminInterceptor

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

public class AdminInterceptor
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
AdminInterceptor()
           
 
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

AdminInterceptor

public AdminInterceptor()
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