📄 moduleconfigimpl.html
字号:
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/struts/config/impl/ModuleConfigImpl.html#removeDataSourceConfig(org.apache.struts.config.DataSourceConfig)">removeDataSourceConfig</A></B>(<A HREF="../../../../../org/apache/struts/config/DataSourceConfig.html">DataSourceConfig</A> config)</CODE>
<BR>
Remove the specified data source configuration instance.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/struts/config/impl/ModuleConfigImpl.html#removeExceptionConfig(org.apache.struts.config.ExceptionConfig)">removeExceptionConfig</A></B>(<A HREF="../../../../../org/apache/struts/config/ExceptionConfig.html">ExceptionConfig</A> config)</CODE>
<BR>
Remove the specified exception configuration instance.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/struts/config/impl/ModuleConfigImpl.html#removeFormBeanConfig(org.apache.struts.config.FormBeanConfig)">removeFormBeanConfig</A></B>(<A HREF="../../../../../org/apache/struts/config/FormBeanConfig.html">FormBeanConfig</A> config)</CODE>
<BR>
Remove the specified form bean configuration instance.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/struts/config/impl/ModuleConfigImpl.html#removeForwardConfig(org.apache.struts.config.ForwardConfig)">removeForwardConfig</A></B>(<A HREF="../../../../../org/apache/struts/config/ForwardConfig.html">ForwardConfig</A> config)</CODE>
<BR>
Remove the specified forward configuration instance.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/struts/config/impl/ModuleConfigImpl.html#removeMessageResourcesConfig(org.apache.struts.config.MessageResourcesConfig)">removeMessageResourcesConfig</A></B>(<A HREF="../../../../../org/apache/struts/config/MessageResourcesConfig.html">MessageResourcesConfig</A> config)</CODE>
<BR>
Remove the specified message resources configuration instance.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/struts/config/impl/ModuleConfigImpl.html#setActionFormBeanClass(java.lang.String)">setActionFormBeanClass</A></B>(java.lang.String actionFormBeanClass)</CODE>
<BR>
The default class name to be used when creating action form bean instances.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/struts/config/impl/ModuleConfigImpl.html#setActionForwardClass(java.lang.String)">setActionForwardClass</A></B>(java.lang.String actionForwardClass)</CODE>
<BR>
The default class name to be used when creating action forward instances.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/struts/config/impl/ModuleConfigImpl.html#setActionMappingClass(java.lang.String)">setActionMappingClass</A></B>(java.lang.String actionMappingClass)</CODE>
<BR>
The default class name to be used when creating action mapping instances.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/struts/config/impl/ModuleConfigImpl.html#setControllerConfig(org.apache.struts.config.ControllerConfig)">setControllerConfig</A></B>(<A HREF="../../../../../org/apache/struts/config/ControllerConfig.html">ControllerConfig</A> cc)</CODE>
<BR>
The controller configuration object for this module.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/struts/config/impl/ModuleConfigImpl.html#setPrefix(java.lang.String)">setPrefix</A></B>(java.lang.String prefix)</CODE>
<BR>
The prefix of the context-relative portion of the request URI, used to select this configuration versus others supported by the controller servlet.</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class java.lang.Object</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><clinit>, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Field Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="actionConfigs"><!-- --></A><H3>
actionConfigs</H3>
<PRE>
protected java.util.HashMap <B>actionConfigs</B></PRE>
<DL>
<DD>The set of action configurations for this module, if any, keyed by the <code>path</code> property.</DL>
<HR>
<A NAME="actionConfigList"><!-- --></A><H3>
actionConfigList</H3>
<PRE>
protected java.util.List <B>actionConfigList</B></PRE>
<DL>
<DD>The set of action configurations for this module, if any, listed in the order in which they are added.</DL>
<HR>
<A NAME="dataSources"><!-- --></A><H3>
dataSources</H3>
<PRE>
protected java.util.HashMap <B>dataSources</B></PRE>
<DL>
<DD>The set of JDBC data source configurations for this module, if any, keyed by the <code>key</code> property.</DL>
<HR>
<A NAME="exceptions"><!-- --></A><H3>
exceptions</H3>
<PRE>
protected java.util.HashMap <B>exceptions</B></PRE>
<DL>
<DD>The set of exception handling configurations for this module, if any, keyed by the <code>type</code> property.</DL>
<HR>
<A NAME="formBeans"><!-- --></A><H3>
formBeans</H3>
<PRE>
protected java.util.HashMap <B>formBeans</B></PRE>
<DL>
<DD>The set of form bean configurations for this module, if any, keyed by the <code>name</code> property.</DL>
<HR>
<A NAME="forwards"><!-- --></A><H3>
forwards</H3>
<PRE>
protected java.util.HashMap <B>forwards</B></PRE>
<DL>
<DD>The set of global forward configurations for this module, if any, keyed by the <code>name</code> property.</DL>
<HR>
<A NAME="messageResources"><!-- --></A><H3>
messageResources</H3>
<PRE>
protected java.util.HashMap <B>messageResources</B></PRE>
<DL>
<DD>The set of message resources configurations for this module, if any, keyed by the <code>key</code> property.</DL>
<HR>
<A NAME="plugIns"><!-- --></A><H3>
plugIns</H3>
<PRE>
protected java.util.ArrayList <B>plugIns</B></PRE>
<DL>
<DD>The set of configured plug-in Actions for this module, if any, in the order they were declared and configured.</DL>
<HR>
<A NAME="configured"><!-- --></A><H3>
configured</H3>
<PRE>
protected boolean <B>configured</B></PRE>
<DL>
<DD>Has this module been completely configured yet. Once this flag has been set, any attempt to modify the configuration will return an IllegalStateException.</DL>
<HR>
<A NAME="controllerConfig"><!-- --></A><H3>
controllerConfig</H3>
<PRE>
protected <A HREF="../../../../../org/apache/struts/config/ControllerConfig.html">ControllerConfig</A> <B>controllerConfig</B></PRE>
<DL>
<DD>The controller configuration object for this module.</DL>
<HR>
<A NAME="prefix"><!-- --></A><H3>
prefix</H3>
<PRE>
protected java.lang.String <B>prefix</B></PRE>
<DL>
<DD>The prefix of the context-relative portion of the request URI, used to select this configuration versus others supported by the controller servlet. A configuration with a prefix of a zero-length String is the default configuration for this web module.</DL>
<HR>
<A NAME="actionFormBeanClass"><!-- --></A><H3>
actionFormBeanClass</H3>
<PRE>
protected java.lang.String <B>actionFormBeanClass</B></PRE>
<DL>
<DD>The default class name to be used when creating action form bean instances.</DL>
<HR>
<A NAME="actionMappingClass"><!-- --></A><H3>
actionMappingClass</H3>
<PRE>
protected java.lang.String <B>actionMappingClass</B></PRE>
<DL>
<DD>The default class name to be used when creating action mapping instances.</DL>
<HR>
<A NAME="actionForwardClass"><!-- --></A><H3>
actionForwardClass</H3>
<PRE>
protected java.lang.String <B>actionForwardClass</B></PRE>
<DL>
<DD>The default class name to be used when creating action forward instances.</DL>
<HR>
<A NAME="matcher"><!-- --></A><H3>
matcher</H3>
<PRE>
protected <A HREF="../../../../../org/apache/struts/config/ActionConfigMatcher.html">ActionConfigMatcher</A> <B>matcher</B></PRE>
<DL>
<DD>Matches action config paths against compiled wildcard patterns</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="ModuleConfigImpl()"><!-- --></A><H3>
ModuleConfigImpl</H3>
<PRE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -