gboat2.base.plugin.struts.convention
类 GboatConventionsServiceImpl

java.lang.Object
  继承者 org.apache.struts2.convention.ConventionsServiceImpl
      继承者 gboat2.base.plugin.struts.convention.GboatConventionsServiceImpl
所有已实现的接口:
org.apache.struts2.convention.ConventionsService

public class GboatConventionsServiceImpl
extends org.apache.struts2.convention.ConventionsServiceImpl

扩展 Struts2 内置的 ConventionsServiceImpl,修复无法从 bundle 中获取 Action 类信息的问题。
使用方法为在 struts.xml 中加入如下配置:
<bean name="gboat2" type="org.apache.struts2.convention.ConventionsService" class="gboat2.base.plugin.struts.GboatConventionsServiceImpl"/>
<constant name="struts.convention.conventionsService" value="gboat2" />

从以下版本开始:
1.0
作者:
lysming
另请参见:
ConventionsServiceImpl

构造方法摘要
GboatConventionsServiceImpl(String resultPath)
           
 
方法摘要
 String determineResultPath(com.opensymphony.xwork2.config.entities.ActionConfig actionConfig)
           
 Map<String,com.opensymphony.xwork2.config.entities.ResultTypeConfig> getResultTypesByExtension(com.opensymphony.xwork2.config.entities.PackageConfig packageConfig)
           
 
从类 org.apache.struts2.convention.ConventionsServiceImpl 继承的方法
determineResultPath
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

GboatConventionsServiceImpl

public GboatConventionsServiceImpl(String resultPath)
方法详细信息

determineResultPath

public String determineResultPath(com.opensymphony.xwork2.config.entities.ActionConfig actionConfig)
指定者:
接口 org.apache.struts2.convention.ConventionsService 中的 determineResultPath
覆盖:
org.apache.struts2.convention.ConventionsServiceImpl 中的 determineResultPath

getResultTypesByExtension

public Map<String,com.opensymphony.xwork2.config.entities.ResultTypeConfig> getResultTypesByExtension(com.opensymphony.xwork2.config.entities.PackageConfig packageConfig)
指定者:
接口 org.apache.struts2.convention.ConventionsService 中的 getResultTypesByExtension
覆盖:
org.apache.struts2.convention.ConventionsServiceImpl 中的 getResultTypesByExtension


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