|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.extensions.cdi.message.impl.NamedArguments
public final class NamedArguments
Helper for creating named-arguments
Method Summary | |
---|---|
static NamedArgumentBuilder |
add(String name,
Serializable value)
Helper for creating named arguments easily |
static Serializable[] |
convert(Map<String,Serializable> arguments)
Converts the given arguments to an array |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Serializable[] convert(Map<String,Serializable> arguments)
arguments
- current arguments
public static NamedArgumentBuilder add(String name, Serializable value)
name
- name of the argumentvalue
- value of the argument
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |