|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.server.model.RuntimeResourceModel
public class RuntimeResourceModel
Runtime Resource model contains structured information about runtime resources.
| Constructor Summary | |
|---|---|
RuntimeResourceModel(java.util.List<Resource> resources)
Creates new runtime resource model from the list of resources. |
|
| Method Summary | |
|---|---|
java.util.List<RuntimeResource> |
getRuntimeResources()
Get list of runtime resources from this model (excluding child resources which are accessible in the returned resources). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RuntimeResourceModel(java.util.List<Resource> resources)
resources - List of all resource that should be base for the model.| Method Detail |
|---|
public java.util.List<RuntimeResource> getRuntimeResources()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||