Uses of Class
org.basex.http.web.WebModule
-
Packages that use WebModule Package Description org.basex.http.restxq org.basex.http.web org.basex.http.ws -
-
Uses of WebModule in org.basex.http.restxq
Method parameters in org.basex.http.restxq with type arguments of type WebModule Modifier and Type Method Description FNodeRestXqWadl. create(HashMap<String,WebModule> modules)Returns a WADL description for all available URIs.Constructors in org.basex.http.restxq with parameters of type WebModule Constructor Description RestXqFunction(StaticFunc function, WebModule module, QueryContext qc)Constructor. -
Uses of WebModule in org.basex.http.web
Fields in org.basex.http.web declared as WebModule Modifier and Type Field Description WebModuleWebFunction. moduleWeb module.Constructors in org.basex.http.web with parameters of type WebModule Constructor Description WebFunction(StaticFunc function, WebModule module, QueryContext qc)Constructor. -
Uses of WebModule in org.basex.http.ws
Constructors in org.basex.http.ws with parameters of type WebModule Constructor Description WsFunction(StaticFunc function, WebModule module, QueryContext qc)Constructor.
-