📄 serialized-form.html
字号:
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/struts/config/MessageResourcesConfig.html">org.apache.struts.config.MessageResourcesConfig</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
configured</H3>
<PRE>
boolean <B>configured</B></PRE>
<DL>
<DD>Has this component been completely configured?</DL>
<HR>
<H3>
factory</H3>
<PRE>
java.lang.String <B>factory</B></PRE>
<DL>
<DD>Fully qualified Java class name of the MessageResourcesFactory class we should use.</DL>
<HR>
<H3>
key</H3>
<PRE>
java.lang.String <B>key</B></PRE>
<DL>
<DD>The servlet context attributes key under which this MessageResources instance is stored.</DL>
<HR>
<H3>
nullValue</H3>
<PRE>
boolean <B>nullValue</B></PRE>
<DL>
<DD>Should we return <code>null</code> for unknown message keys?</DL>
<HR>
<H3>
escape</H3>
<PRE>
boolean <B>escape</B></PRE>
<DL>
<DD>Indicates whether 'escape processing' should be performed on the error message string.</DL>
<HR>
<H3>
parameter</H3>
<PRE>
java.lang.String <B>parameter</B></PRE>
<DL>
<DD>Parameter that is passed to the <code>createResources()</code> method of our MessageResourcesFactory implementation.</DL>
<P>
<A NAME="org.apache.struts.config.PlugInConfig"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/struts/config/PlugInConfig.html">org.apache.struts.config.PlugInConfig</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
configured</H3>
<PRE>
boolean <B>configured</B></PRE>
<DL>
<DD>Has this component been completely configured?</DL>
<HR>
<H3>
properties</H3>
<PRE>
java.util.Map <B>properties</B></PRE>
<DL>
<DD>A <code>Map</code> of the name-value pairs that will be used to configure the property values of a <code>PlugIn</code> instance.</DL>
<HR>
<H3>
className</H3>
<PRE>
java.lang.String <B>className</B></PRE>
<DL>
<DD>The fully qualified Java class name of the <code>PlugIn</code> implementation class being configured.</DL>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.struts.config.impl</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.struts.config.impl.DefaultModuleConfigFactory"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/struts/config/impl/DefaultModuleConfigFactory.html">org.apache.struts.config.impl.DefaultModuleConfigFactory</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.struts.config.impl.ModuleConfigImpl"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/struts/config/impl/ModuleConfigImpl.html">org.apache.struts.config.impl.ModuleConfigImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
actionConfigs</H3>
<PRE>
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>
<H3>
actionConfigList</H3>
<PRE>
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>
<H3>
dataSources</H3>
<PRE>
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>
<H3>
exceptions</H3>
<PRE>
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>
<H3>
formBeans</H3>
<PRE>
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>
<H3>
forwards</H3>
<PRE>
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>
<H3>
messageResources</H3>
<PRE>
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>
<H3>
plugIns</H3>
<PRE>
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>
<H3>
configured</H3>
<PRE>
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>
<H3>
controllerConfig</H3>
<PRE>
<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>
<H3>
prefix</H3>
<PRE>
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>
<H3>
actionFormBeanClass</H3>
<PRE>
java.lang.String <B>actionFormBeanClass</B></PRE>
<DL>
<DD>The default class name to be used when creating action form bean instances.</DL>
<HR>
<H3>
actionMappingClass</H3>
<PRE>
java.lang.String <B>actionMappingClass</B></PRE>
<DL>
<DD>The default class name to be used when creating action mapping instances.</DL>
<HR>
<H3>
actionForwardClass</H3>
<PRE>
java.lang.String <B>actionForwardClass</B></PRE>
<DL>
<DD>The default class name to be used when creating action forward instances.</DL>
<HR>
<H3>
matcher</H3>
<PRE>
<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>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.struts.taglib.bean</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.struts.taglib.bean.CookieTag"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/struts/taglib/bean/CookieTag.html">org.apache.struts.taglib.bean.CookieTag</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
id</H3>
<PRE>
java.lang.String <B>id</B></PRE>
<DL>
<DD>The name of the scripting variable that will be exposed as a page scope attribute.</DL>
<HR>
<H3>
multiple</H3>
<PRE>
java.lang.String <B>multiple</B></PRE>
<DL>
<DD>Return an array of Cookies if <code>multiple</code> is non-null.</DL>
<HR>
<H3>
name</H3>
<PRE>
java.lang.String <B>name</B></PRE>
<DL>
<DD>The name of the cookie whose value is to be exposed.</DL>
<HR>
<H3>
value</H3>
<PRE>
java.lang.String <B>value</B></PRE>
<DL>
<DD>The default value to return if no cookie of the specified name is found.</DL>
<P>
<A NAME="org.apache.struts.taglib.bean.DefineTag"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/struts/taglib/bean/DefineTag.html">org.apache.struts.taglib.bean.DefineTag</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
body</H3>
<PRE>
java.lang.String <B>body</B></PRE>
<DL>
<DD>The body content of this tag (if any).</DL>
<HR>
<H3>
id</H3>
<PRE>
java.lang.String <B>id</B></PRE>
<DL>
<DD>The name of the scripting variable that will be exposed as a page scope attribute.</DL>
<HR>
<H3>
name</H3>
<PRE>
java.lang.String <B>name</B></PRE>
<DL>
<DD>The name of the bean owning the property to be exposed.</DL>
<HR>
<H3>
property</H3>
<PRE>
java.lang.String <B>property</B></PRE>
<DL>
<DD>The name of the property to be retrieved.</DL>
<HR>
<H3>
scope</H3>
<PRE>
java.lang.String <B>scope</B></PRE>
<DL>
<DD>The scope within which to search for the specified bean.</DL>
<HR>
<H3>
toScope</H3>
<PRE>
java.lang.String <B>toScope</B></PRE>
<DL>
<DD>The scope within which the newly defined bean will be creatd.</DL>
<HR>
<H3>
type</H3>
<PRE>
java.lang.String <B>type</B></PRE>
<DL>
<DD>The fully qualified Java class name of the value to be exposed.</DL>
<HR>
<H3>
value</H3>
<PRE>
java.lang.String <B>value</B></PRE>
<DL>
<DD>The (String) value to which the defined bean will be set.</DL>
<P>
<A NAME="org.apache.struts.taglib.bean.HeaderTag"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/struts/taglib/bean/HeaderTag.html">org.apache.struts.taglib.bean.HeaderTag</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
id</H3>
<PRE>
java.lang.String <B>id</B></PRE>
<DL>
<DD>The name of the scripting variable that will be exposed as a page scope attribute.</DL>
<HR>
<H3>
multiple</H3>
<PRE>
java.lang.String <B>multiple</B></PRE>
<DL>
<DD>Return an array of header values if <code>multiple</code> is non-null.</DL>
<HR>
<H3>
name</H3>
<PRE>
java.lang.String <B>name</B></PRE>
<DL>
<DD>The name of the header whose value is to be exposed.</DL>
<HR>
<H3>
value</H3>
<PRE>
java.lang.String <B>value</B></PRE>
<DL>
<DD>The default value to return if no header of the specified name is found.</DL>
<P>
<A NAME="org.apache.struts.taglib.bean.IncludeTag"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/struts/taglib/bean/IncludeTag.html">org.apache.struts.taglib.bean.IncludeTag</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -