Skip to content

Commit

Permalink
Merge pull request #1644 from alwin-joseph/documentation
Browse files Browse the repository at this point in the history
TCK documentation
  • Loading branch information
arjantijms authored Mar 17, 2022
2 parents 5f99ab6 + 18a4bb6 commit 1236c58
Show file tree
Hide file tree
Showing 60 changed files with 250,702 additions and 0 deletions.
Empty file added tck/docs/TCK-Exclude-List.txt
Empty file.
41,396 changes: 41,396 additions & 0 deletions tck/docs/assertions/javadoc/JakartaFacesJavadocAssertions_3.0.html

Large diffs are not rendered by default.

125,706 changes: 125,706 additions & 0 deletions tck/docs/assertions/javadoc/JakartaFacesJavadocAssertions_4.0.html

Large diffs are not rendered by default.

66,471 changes: 66,471 additions & 0 deletions tck/docs/assertions/javadoc/JakartaFacesJavadocAssertions_4.0.xml

Large diffs are not rendered by default.

704 changes: 704 additions & 0 deletions tck/docs/assertions/spec/JSFSpecAssertions_2.3.xml

Large diffs are not rendered by default.

6,022 changes: 6,022 additions & 0 deletions tck/docs/assertions/spec/JakartaFacesSpecAssertions_3.0.html

Large diffs are not rendered by default.

273 changes: 273 additions & 0 deletions tck/docs/assertions/spec/jsf_avk.xml

Large diffs are not rendered by default.

437 changes: 437 additions & 0 deletions tck/docs/assertions/spec/jsf_ch10.xml

Large diffs are not rendered by default.

713 changes: 713 additions & 0 deletions tck/docs/assertions/spec/jsf_ch11.xml

Large diffs are not rendered by default.

60 changes: 60 additions & 0 deletions tck/docs/assertions/spec/jsf_ch12.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2009, 2018 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the
Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
version 2 with the GNU Classpath Exception, which is available at
https://www.gnu.org/software/classpath/license.html.
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
-->

<!-- =============================== Chapter 12 ============================ -->

<assertion required="true" impl-spec="false" defined-by="technology"
status="active" testable="true">
<id>__NUMBER__</id>
<description>
Upon receipt of each JSF-destined request to this web application,
the JSF implementation must acquire a reference to the Lifecycle
instance for this web application, and call its execute() and render()
methods to perform the request processing lifecycle.
</description>
<location chapter="12" section="1"/>
</assertion>
<assertion required="true" impl-spec="false" defined-by="technology"
status="active" testable="true">
<id>__NUMBER__</id>
<description>
Any exceptions thrown during the beforePhase() listeners must be caught
and published to the ExceptionHandler.
</description>
<location chapter="12" section="3"/>
</assertion>
<assertion required="true" impl-spec="false" defined-by="technology"
status="active" testable="true">
<id>__NUMBER__</id>
<description>
Any exceptions thrown during the execution of the actual lifecycle
phase, that reach the runtime code that implements the JSF lifecycle
phase, must be caught and and published to the ExceptionHandler
</description>
<location chapter="12" section="3"/>
</assertion>
<assertion required="true" impl-spec="false" defined-by="technology"
status="active" testable="true">
<id>__NUMBER__</id>
<description>
Any exceptions thrown during the afterPhase() liseteners must be caught
and published to the ExceptionHandler.
</description>
<location chapter="12" section="3"/>
</assertion>
Loading

0 comments on commit 1236c58

Please sign in to comment.