| Package | Description |
|---|---|
| org.apache.struts.util |
The Utilities package provides a variety of families of classes,
to solve problems that are commonly encountered in building web applications.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyMessageResourcesFactory
Factory for
PropertyMessageResources instances. |
| Modifier and Type | Field and Description |
|---|---|
protected static MessageResourcesFactory |
MessageResources.defaultFactory
The default MessageResourcesFactory used to create MessageResources
instances.
|
protected MessageResourcesFactory |
MessageResources.factory
The
MessageResourcesFactory that created this instance. |
| Modifier and Type | Method and Description |
|---|---|
static MessageResourcesFactory |
MessageResourcesFactory.createFactory()
Create and return a
MessageResourcesFactory instance of
the appropriate class, which can be used to create customized
MessageResources instances. |
MessageResourcesFactory |
MessageResources.getFactory()
The
MessageResourcesFactory that created this instance. |
| Constructor and Description |
|---|
MessageResources(MessageResourcesFactory factory,
java.lang.String config)
Construct a new MessageResources according to the specified
parameters.
|
MessageResources(MessageResourcesFactory factory,
java.lang.String config,
boolean returnNull)
Construct a new MessageResources according to the specified
parameters.
|
PropertyMessageResources(MessageResourcesFactory factory,
java.lang.String config)
Construct a new PropertyMessageResources according to the specified
parameters.
|
PropertyMessageResources(MessageResourcesFactory factory,
java.lang.String config,
boolean returnNull)
Construct a new PropertyMessageResources according to the specified
parameters.
|
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.