org.glassfish.jersey.examples.bookstore.webapp.resource
Class Happy

java.lang.Object
  extended by org.glassfish.jersey.examples.bookstore.webapp.resource.Happy

@Path(value="/happy")
@Singleton
public class Happy
extends Object

Generates a header display resource which is useful for displaying the various headers browsers use for making test cases


Constructor Summary
Happy()
           
 
Method Summary
 String getHeaders()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Happy

public Happy()
Method Detail

getHeaders

public String getHeaders()


Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.