Repository: deltaspike Updated Branches: refs/heads/master 6cf348a2a -> 0166d3532
Fixed typing in JSF documentation Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/0166d353 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/0166d353 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/0166d353 Branch: refs/heads/master Commit: 0166d3532159ab09eeb556cf10b1611138616a44 Parents: 6cf348a Author: tandraschko <[email protected]> Authored: Thu Jul 23 09:50:57 2015 +0200 Committer: tandraschko <[email protected]> Committed: Thu Jul 23 09:50:57 2015 +0200 ---------------------------------------------------------------------- documentation/src/main/asciidoc/jsf.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/0166d353/documentation/src/main/asciidoc/jsf.adoc ---------------------------------------------------------------------- diff --git a/documentation/src/main/asciidoc/jsf.adoc b/documentation/src/main/asciidoc/jsf.adoc index 3e3990a..5796e32 100644 --- a/documentation/src/main/asciidoc/jsf.adoc +++ b/documentation/src/main/asciidoc/jsf.adoc @@ -79,7 +79,7 @@ public interface Messages --------------------------------------------- MessageBundle methods which are used as JsfMessage can return a `org.apache.deltaspike.core.api.message.Message` or a String. -In case of a String we use it for both the summary and detail information on the FacesMessage. +In case of a String we use it for both the summary and detail information on the FacesMessage. If a Message is returned, we lookup the 'detail' and 'summary' categories (see `org.apache.deltaspike.core.api.message.Message#toString(String)` for creating the FacesMessage. @@ -422,7 +422,7 @@ DeltaSpike provides an CDI context for the JSF 2.0/2.1 === JSF 2.0 Scopes JSF 2.0 introduced new annotations as well as a new scope - the View -Scope. CODI allows to use all the CDI mechanisms in beans annotated +Scope. DeltaSpike allows to use all the CDI mechanisms in beans annotated with: * javax.faces.bean.ApplicationScoped
