|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.twenty11.skysail.server.restlet.DocumentedInfo
de.twenty11.skysail.server.restlet.RequestInfo
public class RequestInfo
| Constructor Summary | |
|---|---|
RequestInfo()
Constructor. |
|
RequestInfo(DocumentationInfo documentation)
Constructor with a single documentation element. |
|
RequestInfo(List<DocumentationInfo> documentations)
Constructor with a list of documentation elements. |
|
RequestInfo(String documentation)
Constructor with a single documentation element. |
|
| Method Summary | |
|---|---|
List<ParameterInfo> |
getParameters()
Returns the list of parameters. |
List<RepresentationInfo> |
getRepresentations()
Returns the list of supported input representations. |
void |
setParameters(List<ParameterInfo> parameters)
Sets the list of parameters. |
String |
toString()
List of supported input representations. |
void |
updateNamespaces(Map<String,String> namespaces)
Completes the given map of namespaces with the namespaces used in the documentation elements. |
| Methods inherited from class de.twenty11.skysail.server.restlet.DocumentedInfo |
|---|
getDocumentations, resolveNamespaces, setDocumentation, setDocumentation, setDocumentations |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RequestInfo()
public RequestInfo(DocumentationInfo documentation)
documentation - A single documentation element.public RequestInfo(List<DocumentationInfo> documentations)
documentations - The list of documentation elements.public RequestInfo(String documentation)
documentation - A single documentation element.| Method Detail |
|---|
public String toString()
toString in class Objectpublic List<ParameterInfo> getParameters()
public List<RepresentationInfo> getRepresentations()
public void setParameters(List<ParameterInfo> parameters)
parameters - The list of parameters.public void updateNamespaces(Map<String,String> namespaces)
DocumentedInfo
updateNamespaces in class DocumentedInfonamespaces - The given map of namespaces to complete.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||