|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.restlet.resource.Resource com.jalios.jcms.rest.JcmsRestResource com.jalios.jcms.rest.DataRestResource com.jalios.jcms.rest.DataCollectionRestResource com.jalios.jcms.rest.resources.SearchResource
public class SearchResource
Implementation of a JcmsResource, used to return the result of a search in JCMS internal search engine through REST.
Field Summary |
---|
Fields inherited from class com.jalios.jcms.rest.DataRestResource |
---|
data, relateds |
Fields inherited from class com.jalios.jcms.rest.JcmsRestResource |
---|
channel, context, formQueryString, j2eeRequest, jcmsContext, pagerData, queryString, xmlEncoding |
Fields inherited from interface com.jalios.jcms.rest.RestConstants |
---|
HTTP_HEADERS, METHOD_OVERRIDE_HTTP_HEADER, SERVER_REQUEST_HTTP_HEADER_PREFIX, UTS_ADMIN, UTS_DATA_CHILDREN, UTS_DATA_PARAM, UTS_DATATYPE_ITEM, UTS_DATATYPE_LIST, UTS_DOC, UTS_MEMBER_ITEM, UTS_SEARCH, UTS_WORKFLOWS, UTS_WORKFLOWS_ITEM |
Fields inherited from interface com.jalios.jcms.mashup.MashupConstants |
---|
DATA_TAG, DATASET_TAG, FIELD_CLASS, FIELD_ENTRY, FIELD_ITEM, FIELD_KEY, FIELD_NAME, FIELD_TAG, FIELD_VALUE, FILE_FIELD, FILE_ID, FILE_MTIME, FILE_SIZE, FILE_TAG, FILE_TICKET, FILESET_TAG, RELATED_TAG, REVISION |
Constructor Summary | |
---|---|
SearchResource(org.restlet.Context context,
org.restlet.data.Request request,
org.restlet.data.Response response)
|
Method Summary | |
---|---|
protected String |
getItemXmlRepresentation(Object item)
|
protected String |
insertAfterXml()
|
protected String |
insertBeforeXml()
|
Methods inherited from class com.jalios.jcms.rest.JcmsRestResource |
---|
checkReadRight, delete, doDelete, doPost, doPost, doPut, doStat, forward, generateErrorRepresentation, getAtomRepresentation, getJSONRepresentation, getLoggedMember, getPlainTextRepresentation, getRepresentation, getXmlProlog, getXmlRepresentation, post, put, setXmlUTF8Encoding |
Methods inherited from class org.restlet.resource.Resource |
---|
allowDelete, allowGet, allowPost, allowPut, generateRef, getContext, getLogger, getPreferredRepresentation, getPreferredVariant, getRequest, getResponse, getVariants, handleDelete, handleGet, handleHead, handleOptions, handlePost, handlePut, init, isNegotiateContent, setContext, setNegotiateContent, setRequest, setResponse |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchResource(org.restlet.Context context, org.restlet.data.Request request, org.restlet.data.Response response)
Method Detail |
---|
protected String insertBeforeXml()
insertBeforeXml
in class JcmsRestResource
protected String getItemXmlRepresentation(Object item)
getItemXmlRepresentation
in class DataCollectionRestResource
protected String insertAfterXml()
insertAfterXml
in class JcmsRestResource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |