|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.struts.action.ActionServlet
jp.terasoluna.fw.web.struts.action.ActionServletEx
public class ActionServletEx
拡張ActionServletクラスです。
ワイルドカードで指定したパスにマッチするStruts設定ファイル(struts-config.xml)をロードします。
[web.xmlでの設定例]
<servlet-class>jp.terasoluna.fw.supplement.web.struts.action.ActionServletEx</servlet-class>
<init-param>
<param-name>config</param-name>
<param-value>/WEB-INF/**/struts-config*.xml</param-value>
</init-param>
フィールドの概要 |
---|
クラス org.apache.struts.action.ActionServlet から継承されたフィールド |
---|
config, configDigester, convertNull, dataSources, internal, internalName, processor, registrations, servletMapping, servletName |
コンストラクタの概要 | |
---|---|
ActionServletEx()
|
メソッドの概要 | |
---|---|
protected void |
handleConfigException(String path,
Exception e)
|
protected org.apache.struts.config.ModuleConfig |
initModuleConfig(String prefix,
String paths)
モジュール設定情報を初期化します。 |
protected String |
parseModuleConfigPath(String locationPattern)
パスのパターンに該当するパスをカンマ区切りで連結して返す |
クラス org.apache.struts.action.ActionServlet から継承されたメソッド |
---|
addServletMapping, destroy, destroyConfigDigester, destroyInternal, destroyModules, doGet, doPost, getInternal, getModuleConfig, getRequestProcessor, init, initConfigDigester, initInternal, initModuleConfigFactory, initModuleDataSources, initModuleMessageResources, initModulePlugIns, initModulePrefixes, initOther, initServlet, parseModuleConfigFile, process |
クラス javax.servlet.http.HttpServlet から継承されたメソッド |
---|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
クラス javax.servlet.GenericServlet から継承されたメソッド |
---|
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ActionServletEx()
メソッドの詳細 |
---|
protected org.apache.struts.config.ModuleConfig initModuleConfig(String prefix, String paths) throws javax.servlet.ServletException
org.apache.struts.action.ActionServlet
内の initModuleConfig
javax.servlet.ServletException
ActionServlet.initModuleConfig(java.lang.String, java.lang.String)
protected String parseModuleConfigPath(String locationPattern) throws javax.servlet.UnavailableException
locationPattern
- パスのパターン
javax.servlet.UnavailableException
protected void handleConfigException(String path, Exception e) throws javax.servlet.UnavailableException
path
- リソースのパスe
- 例外
javax.servlet.UnavailableException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |