com.jalios.jcms.rest.resources
Class AdminResource

java.lang.Object
  extended by org.restlet.resource.Resource
      extended by com.jalios.jcms.rest.JcmsRestResource
          extended by com.jalios.jcms.rest.resources.AdminResource
All Implemented Interfaces:
MashupConstants, RestConstants

public class AdminResource
extends JcmsRestResource

Implementation of a JcmsResource, used with GET method to return a represention of the channel through REST (actually, the result of statusXml.jsp). Action are possible with POST method : - disableDataWrite : to disable data write; - enableDataWrite : to enable data write.

Since:
JCMS-6.0
Author:
dissert

Field Summary
 
Fields inherited from class com.jalios.jcms.rest.JcmsRestResource
channel, context, formQueryString, j2eeRequest, pagerData, queryString, startPageRequest, xmlEncoding
 
Fields inherited from interface com.jalios.jcms.rest.RestConstants
HTTP_HEADERS, METHOD_OVERRIDE_HTTP_HEADER, UTS_ADMIN, UTS_DATA_PARAM, UTS_DATATYPE_ITEM, UTS_DATATYPE_LIST, UTS_DOC, UTS_MEMBER_ITEM, UTS_MEMBERS_LIST, 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, REVISION
 
Constructor Summary
AdminResource(org.restlet.Context context, org.restlet.data.Request request, org.restlet.data.Response response)
           
 
Method Summary
 boolean allowPost()
           
 void doPost(org.restlet.resource.Representation entity)
          Handle POST requests: stopWrite/startWrite.
protected  String getItemXmlRepresentation(Object item)
           
 
Methods inherited from class com.jalios.jcms.rest.JcmsRestResource
delete, doDelete, doPut, doStat, forward, generateErrorRepresentation, getAtomRepresentation, getJSONRepresentation, getLoggedMember, getPlainTextRepresentation, getRepresentation, getXmlProlog, getXmlRepresentation, post, put, setXmlUTF8Encoding
 
Methods inherited from class org.restlet.resource.Resource
allowDelete, allowGet, 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

AdminResource

public AdminResource(org.restlet.Context context,
                     org.restlet.data.Request request,
                     org.restlet.data.Response response)
Method Detail

getItemXmlRepresentation

protected String getItemXmlRepresentation(Object item)
Overrides:
getItemXmlRepresentation in class JcmsRestResource

allowPost

public boolean allowPost()
Overrides:
allowPost in class org.restlet.resource.Resource

doPost

public void doPost(org.restlet.resource.Representation entity)
Handle POST requests: stopWrite/startWrite.

Overrides:
doPost in class JcmsRestResource


Copyright © 2001-2007 Jalios SA. All Rights Reserved.