Uses of Class
org.seaborne.delta.server.http.Args
-
-
Uses of Args in org.seaborne.delta.server.http
Fields in org.seaborne.delta.server.http declared as Args Modifier and Type Field Description ArgsDeltaAction. httpArgsMethods in org.seaborne.delta.server.http that return Args Modifier and Type Method Description static ArgsArgs. argsParams(javax.servlet.http.HttpServletRequest request)static ArgsArgs. pathArgs(javax.servlet.http.HttpServletRequest request)Process an HTTP request to extract the arguments.Methods in org.seaborne.delta.server.http with parameters of type Args Modifier and Type Method Description static DeltaActionDeltaAction. create(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.seaborne.delta.link.DeltaLink deltaLink, String token, String opName, String opId, Args args)HTTP action
-