org.apache.myfaces.extensions.cdi.message.impl
Class NamedArguments

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.message.impl.NamedArguments

public final class NamedArguments
extends Object

Author:
Gerhard Petracek

Method Summary
static NamedArgumentBuilder add(String name, Serializable value)
           
static Serializable[] convert(Map<String,Serializable> arguments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

convert

public static Serializable[] convert(Map<String,Serializable> arguments)

add

public static NamedArgumentBuilder add(String name,
                                       Serializable value)


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