gboat2.base.plugin.struts.interceptor
类 DestopMetadataInterceptor

java.lang.Object
  继承者 com.opensymphony.xwork2.interceptor.AbstractInterceptor
      继承者 gboat2.base.plugin.struts.interceptor.DestopMetadataInterceptor
所有已实现的接口:
com.opensymphony.xwork2.interceptor.Interceptor, Serializable

public class DestopMetadataInterceptor
extends com.opensymphony.xwork2.interceptor.AbstractInterceptor

桌面模式元数据处理拦截器。使用方法:

 1. 在 Struts.xml 中定义拦截器:
    <interceptor name="metadataInterceptor" class="gboat2.base.plugin.struts.interceptor.DestopMetadataInterceptor" />
 2. 定义一个拦截器栈,并将 metadataInterceptor 添加到该栈中:
    <interceptor-stack name="gboat2Stack">
        <interceptor-ref name="metadataInterceptor" />
    </interceptors>
 3. 将刚才定义的拦截器栈设置为默认执行: <default-interceptor-ref name="gboat2Stack" />

从以下版本开始:
1.0
作者:
lysming, 何明旺
另请参见:
序列化表格

构造方法摘要
DestopMetadataInterceptor()
           
 
方法摘要
 String intercept(com.opensymphony.xwork2.ActionInvocation invocation)
           
 
从类 com.opensymphony.xwork2.interceptor.AbstractInterceptor 继承的方法
destroy, init
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

DestopMetadataInterceptor

public DestopMetadataInterceptor()
方法详细信息

intercept

public String intercept(com.opensymphony.xwork2.ActionInvocation invocation)
                 throws Exception
指定者:
接口 com.opensymphony.xwork2.interceptor.Interceptor 中的 intercept
指定者:
com.opensymphony.xwork2.interceptor.AbstractInterceptor 中的 intercept
抛出:
Exception


Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.