Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TCK documentation #1644

Merged
merged 2 commits into from
Mar 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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