Uses of Class
com.jalios.jcms.rest.JcmsRestResource

Packages that use JcmsRestResource
com.jalios.jcms.rest   
com.jalios.jcms.rest.resources   
 

Uses of JcmsRestResource in com.jalios.jcms.rest
 

Subclasses of JcmsRestResource in com.jalios.jcms.rest
 class DataCollectionRestResource
          The classes extending this one are representing a list of JCMS data resource.
 class DataRestResource
          The classes extending this one are representing a JCMS data resource.
 

Methods in com.jalios.jcms.rest that return types with arguments of type JcmsRestResource
 Map<Plugin,Map<String,Class<? extends JcmsRestResource>>> RestManager.getExtendedResourcesMap()
           
 

Method parameters in com.jalios.jcms.rest with type arguments of type JcmsRestResource
 void RestManager.addResourcesMap(Plugin plugin, Map<String,Class<? extends JcmsRestResource>> resourcesMap)
           
 

Uses of JcmsRestResource in com.jalios.jcms.rest.resources
 

Subclasses of JcmsRestResource in com.jalios.jcms.rest.resources
 class AdminResource
          Implementation of a JcmsResource, used with GET method to return a represention of the channel through REST (actually, the result of statusXml.jsp).
 class DataChildrenResource
          Implementation of a JcmsResource, used to return the set of children of a given data.
 class DataResource
          Rest Resource for Data management.
 class DataTypeCollectionResource
          Implementation of a JcmsResource, used to return a represention of a list of DataType through REST.
 class DataTypeItemResource
          Implementation of a JcmsResource, used to return a represention of a DataType through REST.
 class MemberResource
          Implementation of a JcmsResource, used to return a represention of a member through REST.
 class SearchResource
          Implementation of a JcmsResource, used to return the result of a search in JCMS internal search engine through REST.
 class WorkflowItemResource
          Implementation of a JcmsResource, used to return the description of a workflow through REST.
 class WorkflowsResource
          Implementation of a JcmsResource, used to return a represention of the list of the workflows through REST.
 



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