|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sage.orion.sdata.servlet.SchemaResponse
public class SchemaResponse
Implementation of ResourceResponse
where the payload is a schema
Constructor Summary | |
---|---|
SchemaResponse(SDataSchema schema)
|
Method Summary | |
---|---|
void |
addToResponse(javax.servlet.http.HttpServletResponse response,
java.lang.String resourcesURL,
java.lang.String fullURL,
SDataDiagnoses sdataDiagnoses)
|
java.lang.String |
getCacheControl()
Gets the caching control information to place in the response header for the "Cache-Control" (e.g. |
SDataResponseEntry |
getEntry()
Gets the SDataResponseEntry . |
SDataResponseFeed |
getFeed()
Gets the SDataResponseFeed . |
int |
getResponseCode()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SchemaResponse(SDataSchema schema)
Method Detail |
---|
public int getResponseCode()
getResponseCode
in interface ResourceResponse
public void addToResponse(javax.servlet.http.HttpServletResponse response, java.lang.String resourcesURL, java.lang.String fullURL, SDataDiagnoses sdataDiagnoses)
addToResponse
in interface ResourceResponse
public SDataResponseEntry getEntry()
ResourceResponse
SDataResponseEntry
.
getEntry
in interface ResourceResponse
public SDataResponseFeed getFeed()
ResourceResponse
SDataResponseFeed
.
getFeed
in interface ResourceResponse
public java.lang.String getCacheControl()
ResourceResponse
getCacheControl
in interface ResourceResponse
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |