|
||||||||||
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.NamedArgumentBuilder
public class NamedArgumentBuilder
Helper for creating named-arguments
Method Summary | |
---|---|
NamedArgumentBuilder |
add(String name,
Serializable value)
Allows to add further arguments which are mapped to a name. |
NamedArgument[] |
create()
Creates an array of NamedArgument s for the stored arguments |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public NamedArgumentBuilder add(String name, Serializable value)
name
- name of the argumentvalue
- value of the argument
public NamedArgument[] create()
NamedArgument
s for the stored arguments
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |