-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1644 from alwin-joseph/documentation
TCK documentation
- Loading branch information
Showing
60 changed files
with
250,702 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
41,396 changes: 41,396 additions & 0 deletions
41,396
tck/docs/assertions/javadoc/JakartaFacesJavadocAssertions_3.0.html
Large diffs are not rendered by default.
Oops, something went wrong.
125,706 changes: 125,706 additions & 0 deletions
125,706
tck/docs/assertions/javadoc/JakartaFacesJavadocAssertions_4.0.html
Large diffs are not rendered by default.
Oops, something went wrong.
66,471 changes: 66,471 additions & 0 deletions
66,471
tck/docs/assertions/javadoc/JakartaFacesJavadocAssertions_4.0.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
6,022 changes: 6,022 additions & 0 deletions
6,022
tck/docs/assertions/spec/JakartaFacesSpecAssertions_3.0.html
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.