public class ResourceManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.Object> |
resJndiNameOrResUrl |
protected java.lang.String |
resName |
Constructor and Description |
---|
ResourceManager() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Object> |
getResJndiNameOrResUrl()
Gets the value of the resJndiNameOrResUrl property.
|
java.lang.String |
getResName()
Gets the value of the resName property.
|
void |
setResName(java.lang.String value)
Sets the value of the resName property.
|
protected java.lang.String resName
protected java.util.List<java.lang.Object> resJndiNameOrResUrl
public java.lang.String getResName()
String
public void setResName(java.lang.String value)
value
- allowed object is
String
public java.util.List<java.lang.Object> getResJndiNameOrResUrl()
set
method for the resJndiNameOrResUrl property.
For example, to add a new item, do as follows:
getResJndiNameOrResUrl().add(newItem);Objects of the following type(s) are allowed in the list
ResJndiName
ResUrl