public class ContextResource extends ResourceBase
<resource-ref> element in the
deployment descriptor.resources| Constructor and Description |
|---|
ContextResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuth() |
String |
getDescription() |
String |
getName() |
String |
getScope() |
String |
getType() |
void |
setAuth(String auth) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setScope(String scope) |
void |
setType(String type) |
String |
toString()
Return a String representation of this object.
|
getNamingResources, getProperty, listProperties, removeProperty, setPropertypublic String getAuth()
public void setAuth(String auth)
public String getDescription()
getDescription in class ResourceBasepublic void setDescription(String description)
setDescription in class ResourceBasepublic String getName()
getName in class ResourceBasepublic void setName(String name)
setName in class ResourceBasepublic String getScope()
public void setScope(String scope)
public String getType()
getType in class ResourceBasepublic void setType(String type)
setType in class ResourceBaseCopyright © 2019. All rights reserved.