lumis.portal.rest.resource
Class ServiceInstanceResource

Package class diagram package ServiceInstanceResource
java.lang.Object
  extended by lumis.portal.rest.resource.ServiceInstanceResource

public class ServiceInstanceResource
extends Object

Resource that treats all rest request for Service Instances (Content, Doui and non-doui). This resource forwards the request to sub-resources in the class that represents the service implementation. All methods, that will be sub-resource, must have the method annotation e.g. @GET, @POST, @PUT or

Since:
6.1.0

Constructor Summary
ServiceInstanceResource()
           
 
Method Summary
 IService customPathResource(String restShortName, javax.ws.rs.core.UriInfo ui)
          Forwards requests to the sub-resources.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInstanceResource

public ServiceInstanceResource()
Method Detail

customPathResource

public IService customPathResource(String restShortName,
                                   @Context
                                   javax.ws.rs.core.UriInfo ui)
Forwards requests to the sub-resources.

Parameters:
restShortName - rest short name of the service instance target.
ui - the context of the request. This parameter contains all informations about the request.
Since:
6.1.0


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.