public class ResourceConfig extends Object implements Serializable
| Constructor and Description |
|---|
ResourceConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
addResource(Resource resource)
Method addResource.
|
boolean |
containsResource(Resource res) |
String |
getModelEncoding()
Method getModelEncoding.
|
List |
getResources()
Method getResources.
|
void |
removeResource(Resource resource)
Method removeResource.
|
void |
setModelEncoding(String modelEncoding)
Set an encoding used for reading/writing the model.
|
void |
setResources(List resources)
Set the resources field.
|
public void addResource(Resource resource)
resource - public String getModelEncoding()
public List getResources()
public void removeResource(Resource resource)
resource - public void setModelEncoding(String modelEncoding)
modelEncoding - public void setResources(List resources)
resources - public boolean containsResource(Resource res)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.