@Path(value="/") public class RootService extends Object implements javax.ws.rs.container.ContainerRequestFilter
Modifier and Type | Field and Description |
---|---|
private static String |
AUTHENTICATION_SCHEME |
private static String |
AUTHORIZATION_PROPERTY |
private Helper |
helper |
private javax.servlet.http.HttpServletRequest |
httpServletRequest |
static org.objectweb.util.monolog.api.Logger |
logger |
Constructor and Description |
---|
RootService() |
Modifier and Type | Method and Description |
---|---|
void |
filter(javax.ws.rs.container.ContainerRequestContext requestContext) |
String |
info(javax.ws.rs.core.UriInfo uriInfo) |
public static org.objectweb.util.monolog.api.Logger logger
private static final String AUTHORIZATION_PROPERTY
private static final String AUTHENTICATION_SCHEME
private final Helper helper
@Context private javax.servlet.http.HttpServletRequest httpServletRequest
@GET @Produces(value="text/html") public String info(@Context javax.ws.rs.core.UriInfo uriInfo)
public void filter(javax.ws.rs.container.ContainerRequestContext requestContext) throws IOException
filter
in interface javax.ws.rs.container.ContainerRequestFilter
IOException
Copyright © 2018 ScalAgent D.T.. All Rights Reserved.