@Path(value="/hello") public class TestHtmlResource extends Object
TestHtmlResource()
View
testHtml(String value)
Redirect
testParam(String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TestHtmlResource()
@GET @Produces(value="text/html") public View testHtml(@QueryParam(value="value") @DefaultValue(value="world") String value)
@GET @Produces(value="text/html") @Path(value="/{param}") public Redirect testParam(@PathParam(value="param") @Encoded String value)
Copyright © 2016 JBoss by Red Hat. All rights reserved.