public class ResourceManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
resJndiNameOrResUrl |
protected String |
resName |
| Constructor and Description |
|---|
ResourceManager() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getResJndiNameOrResUrl()
Gets the value of the resJndiNameOrResUrl property.
|
String |
getResName()
Gets the value of the resName property.
|
void |
setResName(String value)
Sets the value of the resName property.
|
protected String resName
public String getResName()
Stringpublic void setResName(String value)
value - allowed object is
Stringpublic List<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
ResUrlCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.