|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.events.Event.ParamsBuilder
public static class Event.ParamsBuilder
This class is a fluent builder class for building up the parameter map.
Constructor Summary | |
---|---|
Event.ParamsBuilder()
|
Method Summary | |
---|---|
java.util.Map |
build()
Returns the accumulated parameter map. |
Event.ParamsBuilder |
param(java.lang.String name,
java.lang.Object value)
Adds a new parameter (a name/value pair). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Event.ParamsBuilder()
Method Detail |
---|
public Event.ParamsBuilder param(java.lang.String name, java.lang.Object value)
name
- the name of the parametervalue
- the value of the parameter
public java.util.Map build()
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |