jsf.js_next_gen 4.0.2-beta.1 → 4.0.2-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/docs/assets/main.js +3 -3
- package/dist/docs/assets/search.js +1 -1
- package/dist/docs/assets/style.css +450 -362
- package/dist/docs/functions/faces.ajax.addOnError.html +41 -32
- package/dist/docs/functions/faces.ajax.addOnEvent.html +41 -32
- package/dist/docs/functions/faces.ajax.request.html +41 -32
- package/dist/docs/functions/faces.ajax.response.html +42 -32
- package/dist/docs/functions/faces.getClientWindow.html +32 -34
- package/dist/docs/functions/faces.getProjectStage.html +31 -34
- package/dist/docs/functions/faces.getViewState.html +33 -35
- package/dist/docs/functions/faces.push.close.html +40 -31
- package/dist/docs/functions/faces.push.init.html +62 -45
- package/dist/docs/functions/faces.push.open.html +40 -31
- package/dist/docs/functions/faces.util.chain.html +39 -31
- package/dist/docs/functions/myfaces.ab.html +40 -39
- package/dist/docs/functions/myfaces.onDomReady.html +25 -29
- package/dist/docs/index.html +45 -72
- package/dist/docs/modules/faces.ajax.html +36 -29
- package/dist/docs/modules/faces.html +35 -38
- package/dist/docs/modules/faces.push.html +34 -27
- package/dist/docs/modules/faces.util.html +30 -23
- package/dist/docs/modules/myfaces.html +21 -27
- package/dist/docs/modules.html +15 -23
- package/dist/docs/variables/faces.contextpath.html +28 -30
- package/dist/docs/variables/faces.implversion.html +29 -31
- package/dist/docs/variables/faces.separatorchar.html +28 -30
- package/dist/docs/variables/faces.specversion.html +29 -31
- package/dist/docs/variables/myfaces.oam.html +21 -26
- package/dist/window/faces-development.js +166 -68
- package/dist/window/faces-development.js.map +1 -1
- package/dist/window/faces.js +1 -1
- package/dist/window/faces.js.map +1 -1
- package/dist/window/jsf-development.js +166 -68
- package/dist/window/jsf-development.js.map +1 -1
- package/dist/window/jsf.js +1 -1
- package/dist/window/jsf.js.map +1 -1
- package/faulty_response.html +167 -0
- package/package.json +17 -18
- package/src/main/typescript/impl/AjaxImpl.ts +22 -19
- package/src/main/typescript/impl/PushImpl.ts +1 -1
- package/src/main/typescript/impl/util/FileUtils.ts +3 -2
- package/src/main/typescript/impl/util/HiddenInputBuilder.ts +2 -2
- package/src/main/typescript/impl/xhrCore/XhrRequest.ts +28 -8
- package/src/main/typescript/test/frameworkBase/_ext/shared/StandardInits.ts +50 -0
- package/src/main/typescript/test/impl/ImplTest.spec.ts +85 -0
- package/src/main/typescript/test/xhrCore/RequestParamsTest.spec.ts +299 -1
- package/src/main/typescript/test/xhrCore/RequestTest.spec.ts +245 -1
- package/src/main/typescript/test/xhrCore/ResponseTest.spec.ts +3 -3
- package/target/api/_api.js +2 -2
- package/target/api/_api.js.map +1 -1
- package/target/classes/com/example/jsfs_js_ts/DecoratedFacesJS.class +0 -0
- package/target/classes/com/example/jsfs_js_ts/DecoratingResourceHandlerWrapper.class +0 -0
- package/target/classes/com/example/jsfs_js_ts/FacesJSMapFileResourceWrapper.class +0 -0
- package/target/classes/com/example/jsfs_js_ts/FacesJSMappingDecorator.class +0 -0
- package/target/impl/AjaxImpl.js +22 -20
- package/target/impl/AjaxImpl.js.map +1 -1
- package/target/impl/PushImpl.js +4 -4
- package/target/impl/PushImpl.js.map +1 -1
- package/target/impl/util/Assertions.js +1 -1
- package/target/impl/util/Assertions.js.map +1 -1
- package/target/impl/util/FileUtils.js +3 -2
- package/target/impl/util/FileUtils.js.map +1 -1
- package/target/impl/util/HiddenInputBuilder.js +2 -2
- package/target/impl/util/HiddenInputBuilder.js.map +1 -1
- package/target/impl/util/Lang.js +1 -1
- package/target/impl/util/Lang.js.map +1 -1
- package/target/impl/xhrCore/ErrorData.js +1 -1
- package/target/impl/xhrCore/ErrorData.js.map +1 -1
- package/target/impl/xhrCore/Response.js +1 -1
- package/target/impl/xhrCore/Response.js.map +1 -1
- package/target/impl/xhrCore/XhrRequest.js +25 -7
- package/target/impl/xhrCore/XhrRequest.js.map +1 -1
- package/target/myfaces/OamSubmit.js +1 -1
- package/target/myfaces/OamSubmit.js.map +1 -1
- package/target/test/frameworkBase/_ext/shared/StandardInits.js +47 -1
- package/target/test/frameworkBase/_ext/shared/StandardInits.js.map +1 -1
- package/target/test/frameworkBase/_ext/shared/XmlResponses.js +1 -1
- package/target/test/frameworkBase/_ext/shared/XmlResponses.js.map +1 -1
- package/target/test/impl/ImplTest.spec.js +64 -0
- package/target/test/impl/ImplTest.spec.js.map +1 -1
- package/target/test/xhrCore/RequestParamsTest.spec.js +283 -0
- package/target/test/xhrCore/RequestParamsTest.spec.js.map +1 -1
- package/target/test/xhrCore/RequestTest.spec.js +212 -0
- package/target/test/xhrCore/RequestTest.spec.js.map +1 -1
- package/target/test/xhrCore/ResponseTest.spec.js +3 -3
- package/target/test-classes/.gz +0 -0
- package/target/test-classes/com/example/jsfs_js_ts/JsfsJsTsApplicationTests.class +0 -0
- package/target/test-classes/fileuploadtest.html +24 -0
- package/target/test-classes/jsf-development.js +3559 -0
- package/target/test-classes/jsf-development.js.br +0 -0
- package/target/test-classes/jsf-development.js.gz +0 -0
- package/target/test-classes/jsf-development.js.map +1 -0
- package/target/test-classes/jsf.js +3 -0
- package/target/test-classes/jsf.js.br +0 -0
- package/target/test-classes/jsf.js.gz +0 -0
- package/webpack.config.ts +1 -23
- package/dist/window/faces-development.js.br +0 -0
- package/dist/window/faces-development.js.gz +0 -0
- package/dist/window/faces.js.br +0 -0
- package/dist/window/faces.js.gz +0 -0
- package/dist/window/jsf-development.js.br +0 -0
- package/dist/window/jsf-development.js.gz +0 -0
- package/dist/window/jsf.js.br +0 -0
- package/dist/window/jsf.js.gz +0 -0
- package/webpack.config.js +0 -71
- package/webpack.config.js.map +0 -1
package/dist/docs/index.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>jsf.js_next_gen</title><meta name="description" content="Documentation for jsf.js_next_gen"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css"/><link rel="stylesheet" href="assets/highlight.css"/><script async src="assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>jsf.js_next_gen</title><meta name="description" content="Documentation for jsf.js_next_gen"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css"/><link rel="stylesheet" href="assets/highlight.css"/><script defer src="assets/main.js"></script><script async src="assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base=".">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -9,18 +9,10 @@
|
|
|
9
9
|
<li class="state failure">The search index is not available</li></ul><a href="index.html" class="title">jsf.js_next_gen</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
|
-
<div class="col-
|
|
12
|
+
<div class="col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<h2>jsf.js_next_gen</h2></div>
|
|
15
|
-
<div class="tsd-panel tsd-typography">
|
|
16
|
-
<a href="#🚀-scratchpad-for-the-typescript-based-reimplementation-of-jsf-js" id="🚀-scratchpad-for-the-typescript-based-reimplementation-of-jsf-js" style="color: inherit; text-decoration: none;">
|
|
17
|
-
<h1>🚀 Scratchpad for the typescript based reimplementation of jsf js</h1>
|
|
18
|
-
</a>
|
|
19
|
-
|
|
20
|
-
<a href="#what-is-this" id="what-is-this" style="color: inherit; text-decoration: none;">
|
|
21
|
-
<h2>What is this?</h2>
|
|
22
|
-
</a>
|
|
23
|
-
<p>This project is a work in progress for a next gen typescript based
|
|
15
|
+
<div class="tsd-panel tsd-typography"><a id="md:🚀-scratchpad-for-the-typescript-based-reimplementation-of-jsf-js" class="tsd-anchor"></a><h1><a href="#md:🚀-scratchpad-for-the-typescript-based-reimplementation-of-jsf-js">🚀 Scratchpad for the typescript based reimplementation of jsf js</a></h1><a id="md:what-is-this" class="tsd-anchor"></a><h2><a href="#md:what-is-this">What is this?</a></h2><p>This project is a work in progress for a next gen typescript based
|
|
24
16
|
reimplementation of jsf.js/faces.js</p>
|
|
25
17
|
<p>The main goal is maintainability. It omits legacy browsers
|
|
26
18
|
with Edge 14 and Ecmascript 2015 being the browser and ES baseline for the moment.</p>
|
|
@@ -40,22 +32,14 @@ aspects of the implementation.</p>
|
|
|
40
32
|
test coverage via Mocha based unit tests.</p>
|
|
41
33
|
<p>This was also severely lacking in my old implementation
|
|
42
34
|
where I just ran a set of 20 integration tests on macro scale.</p>
|
|
43
|
-
|
|
44
|
-
<a href="#status" id="status" style="color: inherit; text-decoration: none;">
|
|
45
|
-
<h2>Status</h2>
|
|
46
|
-
</a>
|
|
47
|
-
<p>We now have a stable version!
|
|
35
|
+
<a id="md:status" class="tsd-anchor"></a><h2><a href="#md:status">Status</a></h2><p>We now have a stable version!
|
|
48
36
|
The current stable version (and first stable version is 4.0)
|
|
49
37
|
Why 4.0 and not 1.0?
|
|
50
38
|
The reason for this is, it is faces 4.0 compliant (but also faces 2.3 compliant)
|
|
51
39
|
and also used in MyFaces 4.0.
|
|
52
40
|
In order to avoid version confusion the projects stable version always will be in
|
|
53
41
|
sync with the Faces implementation level it provides now and in the future.</p>
|
|
54
|
-
|
|
55
|
-
<a href="#special-info" id="special-info" style="color: inherit; text-decoration: none;">
|
|
56
|
-
<h3>Special info</h3>
|
|
57
|
-
</a>
|
|
58
|
-
<p>Due to a small api change, if you want to embed the 4.0 version (faces.js)
|
|
42
|
+
<a id="md:special-info" class="tsd-anchor"></a><h3><a href="#md:special-info">Special info</a></h3><p>Due to a small api change, if you want to embed the 4.0 version (faces.js)
|
|
59
43
|
in your code, a new attribute specified by the Faces 4.0 spec is not set
|
|
60
44
|
at its proper value, <em>contextpath</em>. This attribute atm is a value expression
|
|
61
45
|
which needs to be set by the loading implementation.</p>
|
|
@@ -67,26 +51,14 @@ by the internal resource loader.</p>
|
|
|
67
51
|
<p>The JSF 2.3 version (jsf.js) is not affected by this change, so nothing needs to be done.
|
|
68
52
|
In fact the <em>contextpath</em> attribute is not present there.
|
|
69
53
|
All other attributes behave the same in both versions as in the original legacy codebase.</p>
|
|
70
|
-
|
|
71
|
-
<a href="#usage" id="usage" style="color: inherit; text-decoration: none;">
|
|
72
|
-
<h2>Usage</h2>
|
|
73
|
-
</a>
|
|
74
|
-
<p>It still is code complete and in bugfixing phase, for testing purposes
|
|
54
|
+
<a id="md:usage" class="tsd-anchor"></a><h2><a href="#md:usage">Usage</a></h2><p>It still is code complete and in bugfixing phase, for testing purposes
|
|
75
55
|
it can be used (check the dist directory for builds, I consider
|
|
76
56
|
stable enough for testing, or your own builds)</p>
|
|
77
|
-
|
|
78
|
-
<a href="#general-build" id="general-build" style="color: inherit; text-decoration: none;">
|
|
79
|
-
<h3>General build</h3>
|
|
80
|
-
</a>
|
|
81
|
-
<p>run </p>
|
|
57
|
+
<a id="md:general-build" class="tsd-anchor"></a><h3><a href="#md:general-build">General build</a></h3><p>run </p>
|
|
82
58
|
<ul>
|
|
83
59
|
<li>npm install</li>
|
|
84
60
|
</ul>
|
|
85
|
-
|
|
86
|
-
<a href="#on-windows" id="on-windows" style="color: inherit; text-decoration: none;">
|
|
87
|
-
<h4>On Windows</h4>
|
|
88
|
-
</a>
|
|
89
|
-
<p>if not done yet</p>
|
|
61
|
+
<a id="md:on-windows" class="tsd-anchor"></a><h4><a href="#md:on-windows">On Windows</a></h4><p>if not done yet</p>
|
|
90
62
|
<ul>
|
|
91
63
|
<li>npm install --global --production windows-build-tools</li>
|
|
92
64
|
</ul>
|
|
@@ -94,26 +66,14 @@ stable enough for testing, or your own builds)</p>
|
|
|
94
66
|
<ul>
|
|
95
67
|
<li>npm install</li>
|
|
96
68
|
</ul>
|
|
97
|
-
|
|
98
|
-
<a href="#tests" id="tests" style="color: inherit; text-decoration: none;">
|
|
99
|
-
<h3>Tests</h3>
|
|
100
|
-
</a>
|
|
101
|
-
<p>run</p>
|
|
69
|
+
<a id="md:tests" class="tsd-anchor"></a><h3><a href="#md:tests">Tests</a></h3><p>run</p>
|
|
102
70
|
<ul>
|
|
103
71
|
<li>npm test</li>
|
|
104
72
|
</ul>
|
|
105
|
-
|
|
106
|
-
<a href="#test-coverage" id="test-coverage" style="color: inherit; text-decoration: none;">
|
|
107
|
-
<h3>Test Coverage</h3>
|
|
108
|
-
</a>
|
|
109
|
-
<ul>
|
|
73
|
+
<a id="md:test-coverage" class="tsd-anchor"></a><h3><a href="#md:test-coverage">Test Coverage</a></h3><ul>
|
|
110
74
|
<li>npm coverage</li>
|
|
111
75
|
</ul>
|
|
112
|
-
|
|
113
|
-
<a href="#changelist-compared-to-the-original-implementation" id="changelist-compared-to-the-original-implementation" style="color: inherit; text-decoration: none;">
|
|
114
|
-
<h3>Changelist compared to the original implementation</h3>
|
|
115
|
-
</a>
|
|
116
|
-
<ul>
|
|
76
|
+
<a id="md:changelist-compared-to-the-original-implementation" class="tsd-anchor"></a><h3><a href="#md:changelist-compared-to-the-original-implementation">Changelist compared to the original implementation</a></h3><ul>
|
|
117
77
|
<li><p><em>no_portlet_env</em> is no more
|
|
118
78
|
the configuration parameter 'no_portlet_env' has become obsolete with
|
|
119
79
|
jsf 2.3 which introduced a proper namespaced viewstate handling
|
|
@@ -168,44 +128,57 @@ This works for normal includes, but if you include the jsf.js in a resource libr
|
|
|
168
128
|
the decorator provided.</p>
|
|
169
129
|
<p>Usage <em>faces-config.xml</em></p>
|
|
170
130
|
<pre><code class="language-xml"><br/><span class="hl-0"><</span><span class="hl-1">application</span><span class="hl-0">></span><br/><span class="hl-2"> </span><span class="hl-0"><</span><span class="hl-1">resource-handler</span><span class="hl-0">></span><span class="hl-2">com.example.jsfs_js_ts.FacesJSMapFileResourceWrapper</span><span class="hl-0"></</span><span class="hl-1">resource-handler</span><span class="hl-0">></span><br/><span class="hl-0"></</span><span class="hl-1">application</span><span class="hl-0">></span>
|
|
171
|
-
</code></pre>
|
|
131
|
+
</code><button>Copy</button></pre>
|
|
172
132
|
<p>This resource decorator detects automatically a faces*.js file coming from a resource library
|
|
173
133
|
and adjusts the references in the resource accordingly to the request patterns</p>
|
|
174
|
-
|
|
175
|
-
<a href="#changes-since-40" id="changes-since-40" style="color: inherit; text-decoration: none;">
|
|
176
|
-
<h2>Changes since 4.0</h2>
|
|
177
|
-
</a>
|
|
178
|
-
<ul>
|
|
134
|
+
<a id="md:changes-since-40" class="tsd-anchor"></a><h2><a href="#md:changes-since-40">Changes since 4.0</a></h2><ul>
|
|
179
135
|
<li>Elimination of Streams in favor of native arrays</li>
|
|
180
136
|
<li>Providing an internal non intrusive shim for browsers which do not have array map and flapMap
|
|
181
137
|
(older Edge and Chromium versions) - done in mona-dish</li>
|
|
182
138
|
</ul>
|
|
183
139
|
</div></div>
|
|
184
|
-
<div class="col-
|
|
140
|
+
<div class="col-sidebar">
|
|
141
|
+
<div class="page-menu">
|
|
185
142
|
<div class="tsd-navigation settings">
|
|
186
143
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
187
|
-
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg>
|
|
144
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)" id="icon-chevronDown"></path></svg>Settings</h3></summary>
|
|
188
145
|
<div class="tsd-accordion-details">
|
|
189
146
|
<div class="tsd-filter-visibility">
|
|
190
147
|
<h4 class="uppercase">Member Visibility</h4><form>
|
|
191
148
|
<ul id="tsd-filter-options">
|
|
192
149
|
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></form></div>
|
|
193
150
|
<div class="tsd-theme-toggle">
|
|
194
|
-
<h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
195
|
-
<
|
|
196
|
-
<
|
|
197
|
-
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
151
|
+
<h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
152
|
+
<details open class="tsd-index-accordion tsd-page-navigation"><summary class="tsd-accordion-summary">
|
|
153
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon-chevronDown"></use></svg>On This Page</h3></summary>
|
|
198
154
|
<div class="tsd-accordion-details">
|
|
199
155
|
<ul>
|
|
200
|
-
<li
|
|
156
|
+
<li>
|
|
157
|
+
<ul>
|
|
158
|
+
<li><a href="#md:🚀-scratchpad-for-the-typescript-based-reimplementation-of-jsf-js"><span>🚀 <wbr/>Scratchpad for the typescript based reimplementation of jsf js</span></a></li>
|
|
159
|
+
<li>
|
|
160
|
+
<ul>
|
|
161
|
+
<li><a href="#md:what-is-this"><span>What is this?</span></a></li>
|
|
162
|
+
<li><a href="#md:status"><span>Status</span></a></li>
|
|
163
|
+
<li>
|
|
164
|
+
<ul>
|
|
165
|
+
<li><a href="#md:special-info"><span>Special info</span></a></li></ul></li>
|
|
166
|
+
<li><a href="#md:usage"><span>Usage</span></a></li>
|
|
167
|
+
<li>
|
|
201
168
|
<ul>
|
|
202
|
-
<li
|
|
169
|
+
<li><a href="#md:general-build"><span>General build</span></a></li>
|
|
170
|
+
<li>
|
|
203
171
|
<ul>
|
|
204
|
-
<li
|
|
205
|
-
<li
|
|
206
|
-
<li
|
|
207
|
-
<li
|
|
208
|
-
<
|
|
209
|
-
<div class="
|
|
172
|
+
<li><a href="#md:on-windows"><span>On <wbr/>Windows</span></a></li></ul></li>
|
|
173
|
+
<li><a href="#md:tests"><span>Tests</span></a></li>
|
|
174
|
+
<li><a href="#md:test-coverage"><span>Test <wbr/>Coverage</span></a></li>
|
|
175
|
+
<li><a href="#md:changelist-compared-to-the-original-implementation"><span>Changelist compared to the original implementation</span></a></li></ul></li>
|
|
176
|
+
<li><a href="#md:changes-since-40"><span>Changes since 4.0</span></a></li></ul></li></ul></li></ul></div></details></div>
|
|
177
|
+
<div class="site-menu">
|
|
178
|
+
<nav class="tsd-navigation"><a href="modules.html" class="current"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g></svg><span>jsf.js_<wbr/>next_<wbr/>gen</span></a>
|
|
179
|
+
<ul class="tsd-small-nested-navigation">
|
|
180
|
+
<li><a href="modules/faces.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>faces</span></a></li>
|
|
181
|
+
<li><a href="modules/myfaces.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>myfaces</span></a></li></ul></nav></div></div></div>
|
|
182
|
+
<div class="tsd-generator">
|
|
210
183
|
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
211
|
-
<div class="overlay"></div
|
|
184
|
+
<div class="overlay"></div></body></html>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ajax | jsf.js_next_gen</title><meta name="description" content="Documentation for jsf.js_next_gen"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ajax | jsf.js_next_gen</title><meta name="description" content="Documentation for jsf.js_next_gen"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">jsf.js_next_gen</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
|
-
<div class="col-
|
|
12
|
+
<div class="col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
15
|
<li><a href="../modules.html">jsf.js_next_gen</a></li>
|
|
@@ -21,41 +21,48 @@
|
|
|
21
21
|
<h3 class="tsd-index-heading uppercase">Index</h3>
|
|
22
22
|
<section class="tsd-index-section">
|
|
23
23
|
<h3 class="tsd-index-heading">Functions</h3>
|
|
24
|
-
<div class="tsd-index-list"><a href="../functions/faces.ajax.addOnError.html" class="tsd-index-link
|
|
25
|
-
<a href="../functions/faces.ajax.addOnEvent.html" class="tsd-index-link
|
|
26
|
-
<a href="../functions/faces.ajax.request.html" class="tsd-index-link
|
|
27
|
-
<a href="../functions/faces.ajax.response.html" class="tsd-index-link
|
|
24
|
+
<div class="tsd-index-list"><a href="../functions/faces.ajax.addOnError.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-64"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)"></path></g></svg><span>add<wbr/>On<wbr/>Error</span></a>
|
|
25
|
+
<a href="../functions/faces.ajax.addOnEvent.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-64"></use></svg><span>add<wbr/>On<wbr/>Event</span></a>
|
|
26
|
+
<a href="../functions/faces.ajax.request.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-64"></use></svg><span>request</span></a>
|
|
27
|
+
<a href="../functions/faces.ajax.response.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-64"></use></svg><span>response</span></a>
|
|
28
28
|
</div></section></section></section></div>
|
|
29
|
-
<div class="col-
|
|
29
|
+
<div class="col-sidebar">
|
|
30
|
+
<div class="page-menu">
|
|
30
31
|
<div class="tsd-navigation settings">
|
|
31
32
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
32
|
-
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg>
|
|
33
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)" id="icon-chevronDown"></path></svg>Settings</h3></summary>
|
|
33
34
|
<div class="tsd-accordion-details">
|
|
34
35
|
<div class="tsd-filter-visibility">
|
|
35
36
|
<h4 class="uppercase">Member Visibility</h4><form>
|
|
36
37
|
<ul id="tsd-filter-options">
|
|
37
38
|
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></form></div>
|
|
38
39
|
<div class="tsd-theme-toggle">
|
|
39
|
-
<h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
40
|
-
<
|
|
41
|
-
<
|
|
42
|
-
<
|
|
40
|
+
<h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div>
|
|
41
|
+
<div class="site-menu">
|
|
42
|
+
<nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g></svg><span>jsf.js_<wbr/>next_<wbr/>gen</span></a>
|
|
43
|
+
<ul class="tsd-small-nested-navigation">
|
|
44
|
+
<li>
|
|
45
|
+
<details class="tsd-index-accordion" open data-key="faces"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon-chevronDown"></use></svg><a href="faces.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>faces</span></a></summary>
|
|
43
46
|
<div class="tsd-accordion-details">
|
|
44
|
-
<ul>
|
|
45
|
-
<li
|
|
46
|
-
<
|
|
47
|
-
<
|
|
48
|
-
<ul>
|
|
49
|
-
<li class="
|
|
50
|
-
<li class="tsd-kind-
|
|
51
|
-
<li class="tsd-kind-
|
|
52
|
-
<li class="tsd-kind-
|
|
53
|
-
<
|
|
54
|
-
<
|
|
55
|
-
<li
|
|
56
|
-
<li
|
|
57
|
-
<li
|
|
58
|
-
<li
|
|
59
|
-
<
|
|
47
|
+
<ul class="tsd-nested-navigation">
|
|
48
|
+
<li>
|
|
49
|
+
<details class="tsd-index-accordion" open data-key="faces.ajax"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon-chevronDown"></use></svg><a href="faces.ajax.html" class="current"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>ajax</span></a></summary>
|
|
50
|
+
<div class="tsd-accordion-details">
|
|
51
|
+
<ul class="tsd-nested-navigation">
|
|
52
|
+
<li><a href="../functions/faces.ajax.addOnError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-64"></use></svg><span>add<wbr/>On<wbr/>Error</span></a></li>
|
|
53
|
+
<li><a href="../functions/faces.ajax.addOnEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-64"></use></svg><span>add<wbr/>On<wbr/>Event</span></a></li>
|
|
54
|
+
<li><a href="../functions/faces.ajax.request.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-64"></use></svg><span>request</span></a></li>
|
|
55
|
+
<li><a href="../functions/faces.ajax.response.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-64"></use></svg><span>response</span></a></li></ul></div></details></li>
|
|
56
|
+
<li><a href="faces.push.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>push</span></a></li>
|
|
57
|
+
<li><a href="faces.util.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>util</span></a></li>
|
|
58
|
+
<li><a href="../variables/faces.contextpath.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-32"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)"></path></g></svg><span>contextpath</span></a></li>
|
|
59
|
+
<li><a href="../variables/faces.implversion.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-32"></use></svg><span>implversion</span></a></li>
|
|
60
|
+
<li><a href="../variables/faces.separatorchar.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-32"></use></svg><span>separatorchar</span></a></li>
|
|
61
|
+
<li><a href="../variables/faces.specversion.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-32"></use></svg><span>specversion</span></a></li>
|
|
62
|
+
<li><a href="../functions/faces.getClientWindow.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-64"></use></svg><span>get<wbr/>Client<wbr/>Window</span></a></li>
|
|
63
|
+
<li><a href="../functions/faces.getProjectStage.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-64"></use></svg><span>get<wbr/>Project<wbr/>Stage</span></a></li>
|
|
64
|
+
<li><a href="../functions/faces.getViewState.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-64"></use></svg><span>get<wbr/>View<wbr/>State</span></a></li></ul></div></details></li>
|
|
65
|
+
<li><a href="myfaces.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>myfaces</span></a></li></ul></nav></div></div></div>
|
|
66
|
+
<div class="tsd-generator">
|
|
60
67
|
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
61
|
-
<div class="overlay"></div
|
|
68
|
+
<div class="overlay"></div></body></html>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>faces | jsf.js_next_gen</title><meta name="description" content="Documentation for jsf.js_next_gen"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>faces | jsf.js_next_gen</title><meta name="description" content="Documentation for jsf.js_next_gen"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">jsf.js_next_gen</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
|
-
<div class="col-
|
|
12
|
+
<div class="col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
15
|
<li><a href="../modules.html">jsf.js_next_gen</a></li>
|
|
@@ -20,56 +20,53 @@
|
|
|
20
20
|
<h3 class="tsd-index-heading uppercase">Index</h3>
|
|
21
21
|
<section class="tsd-index-section">
|
|
22
22
|
<h3 class="tsd-index-heading">Namespaces</h3>
|
|
23
|
-
<div class="tsd-index-list"><a href="faces.ajax.html" class="tsd-index-link
|
|
24
|
-
<a href="faces.push.html" class="tsd-index-link
|
|
25
|
-
<a href="faces.util.html" class="tsd-index-link
|
|
23
|
+
<div class="tsd-index-list"><a href="faces.ajax.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g></svg><span>ajax</span></a>
|
|
24
|
+
<a href="faces.push.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>push</span></a>
|
|
25
|
+
<a href="faces.util.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>util</span></a>
|
|
26
26
|
</div></section>
|
|
27
27
|
<section class="tsd-index-section">
|
|
28
28
|
<h3 class="tsd-index-heading">Variables</h3>
|
|
29
|
-
<div class="tsd-index-list"><a href="../variables/faces.contextpath.html" class="tsd-index-link
|
|
30
|
-
<a href="../variables/faces.implversion.html" class="tsd-index-link
|
|
31
|
-
<a href="../variables/faces.separatorchar.html" class="tsd-index-link
|
|
32
|
-
<a href="../variables/faces.specversion.html" class="tsd-index-link
|
|
29
|
+
<div class="tsd-index-list"><a href="../variables/faces.contextpath.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-32"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)"></path></g></svg><span>contextpath</span></a>
|
|
30
|
+
<a href="../variables/faces.implversion.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-32"></use></svg><span>implversion</span></a>
|
|
31
|
+
<a href="../variables/faces.separatorchar.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-32"></use></svg><span>separatorchar</span></a>
|
|
32
|
+
<a href="../variables/faces.specversion.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-32"></use></svg><span>specversion</span></a>
|
|
33
33
|
</div></section>
|
|
34
34
|
<section class="tsd-index-section">
|
|
35
35
|
<h3 class="tsd-index-heading">Functions</h3>
|
|
36
|
-
<div class="tsd-index-list"><a href="../functions/faces.getClientWindow.html" class="tsd-index-link
|
|
37
|
-
<a href="../functions/faces.getProjectStage.html" class="tsd-index-link
|
|
38
|
-
<a href="../functions/faces.getViewState.html" class="tsd-index-link
|
|
36
|
+
<div class="tsd-index-list"><a href="../functions/faces.getClientWindow.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-64"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)"></path></g></svg><span>get<wbr/>Client<wbr/>Window</span></a>
|
|
37
|
+
<a href="../functions/faces.getProjectStage.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-64"></use></svg><span>get<wbr/>Project<wbr/>Stage</span></a>
|
|
38
|
+
<a href="../functions/faces.getViewState.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-64"></use></svg><span>get<wbr/>View<wbr/>State</span></a>
|
|
39
39
|
</div></section></section></section></div>
|
|
40
|
-
<div class="col-
|
|
40
|
+
<div class="col-sidebar">
|
|
41
|
+
<div class="page-menu">
|
|
41
42
|
<div class="tsd-navigation settings">
|
|
42
43
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
43
|
-
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg>
|
|
44
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)" id="icon-chevronDown"></path></svg>Settings</h3></summary>
|
|
44
45
|
<div class="tsd-accordion-details">
|
|
45
46
|
<div class="tsd-filter-visibility">
|
|
46
47
|
<h4 class="uppercase">Member Visibility</h4><form>
|
|
47
48
|
<ul id="tsd-filter-options">
|
|
48
49
|
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></form></div>
|
|
49
50
|
<div class="tsd-theme-toggle">
|
|
50
|
-
<h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
51
|
-
<
|
|
52
|
-
<
|
|
53
|
-
<
|
|
51
|
+
<h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div>
|
|
52
|
+
<div class="site-menu">
|
|
53
|
+
<nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>jsf.js_<wbr/>next_<wbr/>gen</span></a>
|
|
54
|
+
<ul class="tsd-small-nested-navigation">
|
|
55
|
+
<li>
|
|
56
|
+
<details class="tsd-index-accordion" open data-key="faces"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon-chevronDown"></use></svg><a href="faces.html" class="current"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>faces</span></a></summary>
|
|
54
57
|
<div class="tsd-accordion-details">
|
|
55
|
-
<ul>
|
|
56
|
-
<li class="
|
|
57
|
-
<
|
|
58
|
-
<li class="
|
|
59
|
-
<
|
|
60
|
-
<li class="tsd-kind-
|
|
61
|
-
<li class="tsd-kind-
|
|
62
|
-
<li class="tsd-kind-
|
|
63
|
-
<li class="tsd-kind-
|
|
64
|
-
<
|
|
65
|
-
<ul>
|
|
66
|
-
<li
|
|
67
|
-
<
|
|
68
|
-
<li class="tsd-kind-variable tsd-parent-kind-namespace"><a href="../variables/faces.separatorchar.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>separatorchar</a></li>
|
|
69
|
-
<li class="tsd-kind-variable tsd-parent-kind-namespace"><a href="../variables/faces.specversion.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>specversion</a></li>
|
|
70
|
-
<li class="tsd-kind-function tsd-parent-kind-namespace"><a href="../functions/faces.getClientWindow.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get<wbr/>Client<wbr/>Window</a></li>
|
|
71
|
-
<li class="tsd-kind-function tsd-parent-kind-namespace"><a href="../functions/faces.getProjectStage.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get<wbr/>Project<wbr/>Stage</a></li>
|
|
72
|
-
<li class="tsd-kind-function tsd-parent-kind-namespace"><a href="../functions/faces.getViewState.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get<wbr/>View<wbr/>State</a></li></ul></nav></div></div>
|
|
73
|
-
<div class="container tsd-generator">
|
|
58
|
+
<ul class="tsd-nested-navigation">
|
|
59
|
+
<li><a href="faces.ajax.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>ajax</span></a></li>
|
|
60
|
+
<li><a href="faces.push.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>push</span></a></li>
|
|
61
|
+
<li><a href="faces.util.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>util</span></a></li>
|
|
62
|
+
<li><a href="../variables/faces.contextpath.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-32"></use></svg><span>contextpath</span></a></li>
|
|
63
|
+
<li><a href="../variables/faces.implversion.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-32"></use></svg><span>implversion</span></a></li>
|
|
64
|
+
<li><a href="../variables/faces.separatorchar.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-32"></use></svg><span>separatorchar</span></a></li>
|
|
65
|
+
<li><a href="../variables/faces.specversion.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-32"></use></svg><span>specversion</span></a></li>
|
|
66
|
+
<li><a href="../functions/faces.getClientWindow.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-64"></use></svg><span>get<wbr/>Client<wbr/>Window</span></a></li>
|
|
67
|
+
<li><a href="../functions/faces.getProjectStage.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-64"></use></svg><span>get<wbr/>Project<wbr/>Stage</span></a></li>
|
|
68
|
+
<li><a href="../functions/faces.getViewState.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-64"></use></svg><span>get<wbr/>View<wbr/>State</span></a></li></ul></div></details></li>
|
|
69
|
+
<li><a href="myfaces.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>myfaces</span></a></li></ul></nav></div></div></div>
|
|
70
|
+
<div class="tsd-generator">
|
|
74
71
|
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
75
|
-
<div class="overlay"></div
|
|
72
|
+
<div class="overlay"></div></body></html>
|