Repository: deltaspike
Updated Branches:
  refs/heads/master fac39b53b -> d2a015ced


OWB-805 Provide utils method to check if an context is active or not - 
Documentation


Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/0f99663c
Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/0f99663c
Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/0f99663c

Branch: refs/heads/master
Commit: 0f99663c00907c4d58bce395b60b26566ae73f4e
Parents: fac39b5
Author: tandraschko <tandrasc...@apache.org>
Authored: Fri Feb 13 16:47:12 2015 +0100
Committer: tandraschko <tandrasc...@apache.org>
Committed: Fri Feb 13 16:47:12 2015 +0100

----------------------------------------------------------------------
 documentation/src/main/asciidoc/core.adoc | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/0f99663c/documentation/src/main/asciidoc/core.adoc
----------------------------------------------------------------------
diff --git a/documentation/src/main/asciidoc/core.adoc 
b/documentation/src/main/asciidoc/core.adoc
index 950dcae..ad8816c 100644
--- a/documentation/src/main/asciidoc/core.adoc
+++ b/documentation/src/main/asciidoc/core.adoc
@@ -1050,6 +1050,14 @@ A set of utility methods for working with beans.
 * `#extractAnnotation` - Extract the annotations.
 * `#createInjectionPoints` - Given a method, and the bean on which the method 
is declared, create a collection of injection points representing the 
parameters of the method.
 
+
+==== ContextUtils
+
+A set of utility methods for working with contexts.
+
+* `#isContextActive` - Checks if the context for the scope annotation is 
active.
+
+
 ==== ClassDeactivationUtils
 
 

Reply via email to