Uses of Class
org.basex.http.web.WebFunction
Packages that use WebFunction
-
Uses of WebFunction in org.basex.http.restxq
Subclasses of WebFunction in org.basex.http.restxqModifier and TypeClassDescriptionfinal classThis class represents a single RESTXQ function.Methods in org.basex.http.restxq with parameters of type WebFunction -
Uses of WebFunction in org.basex.http.web
Methods in org.basex.http.web with parameters of type WebFunctionModifier and TypeMethodDescriptionfinal WebResponse.ResponseWebResponse.create(WebFunction function, Object data, boolean body) Creates the Response.protected abstract voidWebResponse.init(WebFunction function) Creates and returns a function instance that can be evaluated. -
Uses of WebFunction in org.basex.http.ws
Subclasses of WebFunction in org.basex.http.wsModifier and TypeClassDescriptionfinal classThis class represents a single WebSocket function.Methods in org.basex.http.ws with parameters of type WebFunctionModifier and TypeMethodDescriptionintWsFunction.compareTo(WebFunction func) protected voidWsResponse.init(WebFunction function)