public class ThirdPartyCookiesIframeEndpoint extends Object
Constructor and Description |
---|
ThirdPartyCookiesIframeEndpoint() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
step1(String version) |
javax.ws.rs.core.Response |
step2(String version) |
@GET @Path(value="step1.html") @Produces(value="text/html; charset=utf-8") public javax.ws.rs.core.Response step1(@QueryParam(value="version") String version)
@GET @Path(value="step2.html") @Produces(value="text/html; charset=utf-8") public javax.ws.rs.core.Response step2(@QueryParam(value="version") String version)
Copyright © 2021 JBoss by Red Hat. All rights reserved.