Class KualiPropertyMessageResourcesFactory
java.lang.Object
org.apache.struts.util.MessageResourcesFactory
org.apache.struts.util.PropertyMessageResourcesFactory
org.kuali.rice.kns.web.struts.action.KualiPropertyMessageResourcesFactory
- All Implemented Interfaces:
Serializable
@Deprecated
public class KualiPropertyMessageResourcesFactory
extends org.apache.struts.util.PropertyMessageResourcesFactory
Deprecated.
KNS Struts deprecated, use KRAD and the Spring MVC framework.
A custom MessageResourceFactory that delegates to the ConfigurationService's pre-loaded properties.
This factory can be used in struts-config.xml files by specifying a factory attribute in the <message-resources/> tag Example: <message-resources factory="KualiPropertyMessageResourcesFactory" parameter="SampleApplicationResources" />
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Field Summary
Fields inherited from class org.apache.struts.util.MessageResourcesFactory
clazz, config, factoryClass, returnNull -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.struts.util.MessageResourcescreateResources(String config) Deprecated.Uses KualiPropertyMessageResources, which allows multiple property files to be loaded into the default message setMethods inherited from class org.apache.struts.util.MessageResourcesFactory
createFactory, getConfig, getFactoryClass, getReturnNull, setConfig, setFactoryClass, setReturnNull
-
Constructor Details
-
KualiPropertyMessageResourcesFactory
public KualiPropertyMessageResourcesFactory()Deprecated.
-
-
Method Details
-
createResources
Deprecated.Uses KualiPropertyMessageResources, which allows multiple property files to be loaded into the default message set- Overrides:
createResourcesin classorg.apache.struts.util.PropertyMessageResourcesFactory- See Also:
-
MessageResourcesFactory.createResources(java.lang.String)
-