|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourceDescriptor
Created by The eXo Platform SAS.
Abstraction of resource description.
| Method Summary | |
|---|---|
String |
getAcceptableMethod()
HTTP method for serving by ResourceContainer. |
String |
getConsumedMimeTypes()
Describe mimetype(s) which RessourceContainer can consume. |
Class<? extends InputEntityTransformer> |
getInputTransformerType()
Return Class of InputEntityTransformer. |
Annotation[] |
getMethodParameterAnnotations()
Return the array of annotation for method parameters. |
Class<?>[] |
getMethodParameters()
Return the array of types method parameters. |
Class<? extends OutputEntityTransformer> |
getOutputTransformerType()
Return Class of OutputEntityTransformer. |
String |
getProducedMimeTypes()
Describe mimetype(s) which RessourceContainer can produce. |
MultivaluedMetadata |
getQueryPattern()
|
ResourceContainer |
getResourceContainer()
Object of ResourecContainer. |
Method |
getServer()
Method of ResourceContainer object. |
URIPattern |
getURIPattern()
Return URIPattern object. |
| Method Detail |
|---|
String getAcceptableMethod()
String getConsumedMimeTypes()
String getProducedMimeTypes()
MultivaluedMetadata getQueryPattern()
ResourceContainer getResourceContainer()
Method getServer()
URIPattern getURIPattern()
Annotation[] getMethodParameterAnnotations()
Class<?>[] getMethodParameters()
Class<? extends OutputEntityTransformer> getOutputTransformerType()
Class<? extends InputEntityTransformer> getInputTransformerType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||