Uses of Class
org.basex.http.web.WebFunction
-
Packages that use WebFunction Package Description org.basex.http.restxq org.basex.http.web org.basex.http.ws -
-
Uses of WebFunction in org.basex.http.restxq
Subclasses of WebFunction in org.basex.http.restxq Modifier and Type Class Description classRestXqFunctionThis class represents a single RESTXQ function.Methods in org.basex.http.restxq with parameters of type WebFunction Modifier and Type Method Description intRestXqFunction. compareTo(WebFunction func) -
Uses of WebFunction in org.basex.http.web
Methods in org.basex.http.web with parameters of type WebFunction Modifier and Type Method Description WebResponse.ResponseWebResponse. create(WebFunction function, Object data, boolean body)Creates the Response.protected abstract Expr[]WebResponse. init(WebFunction function, Object data)Initializes the evaluation of the specified function and binds function arguments. -
Uses of WebFunction in org.basex.http.ws
Subclasses of WebFunction in org.basex.http.ws Modifier and Type Class Description classWsFunctionThis class represents a single WebSocket function.Methods in org.basex.http.ws with parameters of type WebFunction Modifier and Type Method Description intWsFunction. compareTo(WebFunction func)protected Expr[]WsResponse. init(WebFunction function, Object data)
-