org.apache.myfaces.extensions.cdi.message.api
Interface NamedArgument

All Superinterfaces:
Serializable

public interface NamedArgument
extends Serializable

to allow a simpler interface for adding arguments. furthermore, it allows message with mixed (numbered and named) arguments

Author:
Gerhard Petracek

Method Summary
 String getName()
           
 Serializable getValue()
           
 

Method Detail

getName

String getName()
Returns:
name/key of the argument which can be used in the message-text as placeholder

getValue

Serializable getValue()
Returns:
value of the argument


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.