You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Gerhard Petracek (Updated) (JIRA)" <ji...@apache.org> on 2012/04/06 12:53:24 UTC

[jira] [Updated] (DELTASPIKE-148) optional @MessageContextConfig - static usage

     [ https://issues.apache.org/jira/browse/DELTASPIKE-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerhard Petracek updated DELTASPIKE-148:
----------------------------------------

    Description: 
based on the MessageContextConfig it should be possible to customize the config of the current message-context - esp. custom
 - MessageResolver
 - MessageInterpolator
 - LocaleResolver

see https://cwiki.apache.org/confluence/display/DeltaSpike/Message+Module+Drafts

e.g.:

@MessageBundle
@MessageContextConfig(messageInterpolator = CustomMessageInterpolator.class)
public interface Message
{
    //...
}

  was:
based on the MessageContextConfig it should be possible to customize the config of the current message-context - esp. custom
 - MessageResolver
 - MessageInterpolator
 - LocaleResolver

see https://cwiki.apache.org/confluence/display/DeltaSpike/Message+Module+Drafts

        Summary: optional @MessageContextConfig - static usage  (was: @MessageContextConfig)
    
> optional @MessageContextConfig - static usage
> ---------------------------------------------
>
>                 Key: DELTASPIKE-148
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-148
>             Project: DeltaSpike
>          Issue Type: New Feature
>          Components: Core, I18n-Module
>            Reporter: Gerhard Petracek
>            Assignee: Gerhard Petracek
>             Fix For: 0.3-incubating
>
>
> based on the MessageContextConfig it should be possible to customize the config of the current message-context - esp. custom
>  - MessageResolver
>  - MessageInterpolator
>  - LocaleResolver
> see https://cwiki.apache.org/confluence/display/DeltaSpike/Message+Module+Drafts
> e.g.:
> @MessageBundle
> @MessageContextConfig(messageInterpolator = CustomMessageInterpolator.class)
> public interface Message
> {
>     //...
> }

--
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