You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Jason Porter (Commented) (JIRA)" <ji...@apache.org> on 2011/12/23 04:33:31 UTC

[jira] [Commented] (DELTASPIKE-20) move util methods to CdiUtils

    [ https://issues.apache.org/jira/browse/DELTASPIKE-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13175249#comment-13175249 ] 

Jason Porter commented on DELTASPIKE-20:
----------------------------------------

What's the optionalBeanAllowed param drive?
                
> move util methods to CdiUtils
> -----------------------------
>
>                 Key: DELTASPIKE-20
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-20
>             Project: DeltaSpike
>          Issue Type: Sub-task
>          Components: Core
>            Reporter: Gerhard Petracek
>            Assignee: Mark Struberg
>
> public <T> T getContextualReference(Class<T> type, boolean optionalBeanAllowed, Annotation... qualifiers)
> public <T> T getContextualReference(String name, boolean optionalBeanAllowed, Class<T> targetType)
> public <T> T getContextualReference(Bean<T> bean, boolean optionalBeanAllowed, Class<T> targetType)
> public <T> List<T> getContextualReferences(Class<T> type, boolean optionalBeanAllowed, Annotation... qualifiers)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira