gboat2.base.core.web
接口 IBaseActionSupport

所有超级接口:
org.apache.struts2.osgi.interceptor.BundleContextAware, com.opensymphony.xwork2.Preparable, org.apache.struts2.util.ServletContextAware, org.apache.struts2.interceptor.ServletRequestAware, org.apache.struts2.interceptor.ServletResponseAware
所有已知实现类:
BaseActionSupport

public interface IBaseActionSupport
extends com.opensymphony.xwork2.Preparable, org.apache.struts2.interceptor.ServletResponseAware, org.apache.struts2.interceptor.ServletRequestAware, org.apache.struts2.osgi.interceptor.BundleContextAware, org.apache.struts2.util.ServletContextAware

Action 基础类的接口定义

作者:
lysming

方法摘要
 String delete()
          删除
 String edit()
          跳转到编辑页
 Object getMetadata(String metadataType, String invokeMethod)
          根据元数据的类型选择相应的处理类进行元数据处理
 String list()
          列表查询
 String save()
          保存
 String view()
          查看详细信息
 
从接口 com.opensymphony.xwork2.Preparable 继承的方法
prepare
 
从接口 org.apache.struts2.interceptor.ServletResponseAware 继承的方法
setServletResponse
 
从接口 org.apache.struts2.interceptor.ServletRequestAware 继承的方法
setServletRequest
 
从接口 org.apache.struts2.osgi.interceptor.BundleContextAware 继承的方法
setBundleContext
 
从接口 org.apache.struts2.util.ServletContextAware 继承的方法
setServletContext
 

方法详细信息

list

String list()
列表查询

返回:

edit

String edit()
跳转到编辑页

返回:

view

String view()
查看详细信息

返回:

save

String save()
保存

返回:

delete

String delete()
删除

返回:

getMetadata

Object getMetadata(String metadataType,
                   String invokeMethod)
根据元数据的类型选择相应的处理类进行元数据处理

参数:
metadataType - 元数据的类型
invokeMethod - 调用的方法
返回:


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