@Path(value="/tools/substring_tester") public class SubstringTesterResource extends RestResource
objectMapper, serverStatus, userService
Constructor and Description |
---|
SubstringTesterResource() |
Modifier and Type | Method and Description |
---|---|
SubstringTesterResponse |
substringTester(int beginIndex,
int endIndex,
String string) |
bytesToValueMap, checkPermission, checkPermission, getCurrentUser, getSubject, guessContentType, isPermitted, isPermitted, page, restrictToMaster, setPrettyPrint
@GET @Timed @Produces(value="application/json") public SubstringTesterResponse substringTester(@QueryParam(value="begin_index")@Min(value=0L) int beginIndex, @QueryParam(value="end_index")@Min(value=1L) int endIndex, @QueryParam(value="string")@NotNull String string)
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.