com.restfully.shop.services
Class CarResource

java.lang.Object
  extended by com.restfully.shop.services.CarResource

public class CarResource
extends Object

Version:
$Revision: 1 $
Author:
Bill Burke

Nested Class Summary
static class CarResource.Color
           
 
Constructor Summary
CarResource()
           
 
Method Summary
 String getFromMatrixParam(String make, PathSegment car, CarResource.Color color, String year)
           
 String getFromMultipleSegments(String make, List<PathSegment> car, String year)
           
 String getFromPathSegment(String make, PathSegment car, String year)
           
 String getFromUriInfo(UriInfo info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CarResource

public CarResource()
Method Detail

getFromMatrixParam

public String getFromMatrixParam(String make,
                                 PathSegment car,
                                 CarResource.Color color,
                                 String year)

getFromPathSegment

public String getFromPathSegment(String make,
                                 PathSegment car,
                                 String year)

getFromMultipleSegments

public String getFromMultipleSegments(String make,
                                      List<PathSegment> car,
                                      String year)

getFromUriInfo

public String getFromUriInfo(@Context
                             UriInfo info)


Copyright © 2011. All Rights Reserved.