Repository: deltaspike Updated Branches: refs/heads/master cc5319095 -> 40d112309
[DELTASPIKE-DOC] Fix formatting issues at core and bv docs Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/40d11230 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/40d11230 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/40d11230 Branch: refs/heads/master Commit: 40d11230957195243065671b5843f56a2527f10e Parents: cc53190 Author: Rafael Benevides <[email protected]> Authored: Wed Oct 15 16:41:17 2014 -0300 Committer: Rafael Benevides <[email protected]> Committed: Wed Oct 15 16:49:20 2014 -0300 ---------------------------------------------------------------------- documentation/src/main/asciidoc/bean-validation.adoc | 5 +++-- documentation/src/main/asciidoc/core.adoc | 2 +- documentation/src/main/template/document.html.erb | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/40d11230/documentation/src/main/asciidoc/bean-validation.adoc ---------------------------------------------------------------------- diff --git a/documentation/src/main/asciidoc/bean-validation.adoc b/documentation/src/main/asciidoc/bean-validation.adoc index e756824..fe26187 100644 --- a/documentation/src/main/asciidoc/bean-validation.adoc +++ b/documentation/src/main/asciidoc/bean-validation.adoc @@ -7,13 +7,14 @@ == Introduction The main feature of the Bean Validation module is to provide CDI -integration in to `ConstraintValidator`\`s. This allows you to inject CDI +integration in to `ConstraintValidator` `s. This allows you to inject CDI objects, EJBs etc in to your validators. === Scoping -`ConstraintValidator`\`s will inherit whatever scope as defined in the bean class. +`ConstraintValidator` `s will inherit whatever scope as defined in the bean class. + Inherently, a `ConstraintValidator` may be invoked by multiple threads so please keep that in mind when using them. You should consider using at least `RequestScoped` validators. http://git-wip-us.apache.org/repos/asf/deltaspike/blob/40d11230/documentation/src/main/asciidoc/core.adoc ---------------------------------------------------------------------- diff --git a/documentation/src/main/asciidoc/core.adoc b/documentation/src/main/asciidoc/core.adoc index 043eee5..5d61420 100644 --- a/documentation/src/main/asciidoc/core.adoc +++ b/documentation/src/main/asciidoc/core.adoc @@ -573,7 +573,7 @@ and `FileResourceProvider`. They can be extended as well by implementing the `InjectableResourceProvider` interface to allow reading from alternate sources, if needed (e.g. database LOBs, NoSQL storage areas). -===Exception Control +=== Exception Control Exception handling in DeltaSpike is based around the CDI eventing model. While the implementation of exception handlers may not be the same as a http://git-wip-us.apache.org/repos/asf/deltaspike/blob/40d11230/documentation/src/main/template/document.html.erb ---------------------------------------------------------------------- diff --git a/documentation/src/main/template/document.html.erb b/documentation/src/main/template/document.html.erb index 92ef9ff..3b04a60 100644 --- a/documentation/src/main/template/document.html.erb +++ b/documentation/src/main/template/document.html.erb @@ -13,8 +13,8 @@ <!-- Styles --> -<link href="//deltaspike.apache.org/resources/css/bootstrap.css" rel="stylesheet"> -<link href="//deltaspike.apache.org/resources/css/bootstrap-responsive.css" rel="stylesheet"> +<link href="https://deltaspike.apache.org/resources/css/bootstrap.css" rel="stylesheet"> +<link href="https://deltaspike.apache.org/resources/css/bootstrap-responsive.css" rel="stylesheet"> <style type="text/css"> <%= ::Asciidoctor::Stylesheets.instance.coderay_stylesheet_data %>
