MCPcopy Create free account
hub / github.com/BaseXdb/basex / init

Method init

basex-api/src/main/java/org/basex/http/HTTPContext.java:83–86  ·  view source on GitHub ↗

Initializes the HTTP context with static options. @param sopts static options @param webXml web.xml file

(final StaticOptions sopts, final IOFile webXml)

Source from the content-addressed store, hash-verified

81 * @param webXml web.xml file
82 */
83 public void init(final StaticOptions sopts, final IOFile webXml) {
84 soptions = sopts;
85 initFile = webXml;
86 }
87
88 /**
89 * Initializes the HTTP context, based on the initial servlet context.

Callers 1

initMethod · 0.95

Calls 11

putMethod · 0.95
debuglnMethod · 0.95
initServerMethod · 0.80
getMethod · 0.65
setPropertyMethod · 0.45
listMethod · 0.45
startsWithMethod · 0.45
endsWithMethod · 0.45
isAbsoluteMethod · 0.45
pathMethod · 0.45
setSystemMethod · 0.45

Tested by

no test coverage detected