| |
|
| java.lang.Object org.apache.struts.config.BaseConfig org.apache.struts.config.MessageResourcesConfig
MessageResourcesConfig | public class MessageResourcesConfig extends BaseConfig (Code) | | A JavaBean representing the configuration information of a
<message-resources> element in a Struts configuration
file.
version: $Rev: 471754 $ $Date: 2005-08-29 23:57:50 -0400 (Mon, 29 Aug 2005) version: $ since: Struts 1.1 |
Field Summary | |
protected String | factory Fully qualified Java class name of the MessageResourcesFactory class we
should use. | protected String | key The servlet context attributes key under which this MessageResources
instance is stored. | protected boolean | nullValue | protected String | parameter Parameter that is passed to the createResources() method
of our MessageResourcesFactory implementation. |
factory | protected String factory(Code) | | Fully qualified Java class name of the MessageResourcesFactory class we
should use.
|
key | protected String key(Code) | | The servlet context attributes key under which this MessageResources
instance is stored.
|
nullValue | protected boolean nullValue(Code) | | Should we return null for unknown message keys?
|
parameter | protected String parameter(Code) | | Parameter that is passed to the createResources() method
of our MessageResourcesFactory implementation.
|
getNull | public boolean getNull()(Code) | | |
isEscape | public boolean isEscape()(Code) | | Indicates whether 'escape processing' should be performed on the error
message string.
since: Struts 1.2.8 |
setEscape | public void setEscape(boolean escape)(Code) | | Set whether 'escape processing' should be performed on the error
message string.
since: Struts 1.2.8 |
setNull | public void setNull(boolean nullValue)(Code) | | |
setParameter | public void setParameter(String parameter)(Code) | | |
toString | public String toString()(Code) | | Return a String representation of this object.
|
Fields inherited from org.apache.struts.config.BaseConfig | protected boolean configured(Code)(Java Doc)
|
|
|
|