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 java.lang.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
 java.lang.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 java.lang.String getHeaders()


Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.