|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Command to the list of Commands that will
be called in turn when this Chain's execute()
method is called.
Chain represents a configured list of
Commands that will be executed in order to perform processing
on a specified Context.Chain implementations.Chain with no configured Commands.
Chain configured with the specified
Command.
Chain configured with the specified
Commands.
Chain configured with the specified
Commands.
Map behavior to clear all keys and
values except those corresponding to JavaBeans properties.
Command encapsulates a unit of processing work to be
performed, whose purpose is to examine and/or modify the state of a
transaction that is represented by a Context.Command implementations.Commands configured for this Chain, in
the order in which they may delegate processing to the remainder of
the Chain.
Map behavior to return
true if the specified value is present in either the
underlying Map or one of the local property values.
Context represents the state information that is
accessed and manipulated by the execution of a Command or a
Chain.Context implementations.Context by copying the
values from the specified Map.
Map behavior to return a
Set that meets the specified default behavior except
for attempts to remove the key for a property of the Context
implementation class, which will throw
UnsupportedOperationException.
Chain according
to the following algorithm.
Filter is a specialized Command that also expects
the Chain that is executing it to call the
postprocess() method if it called the execute()
method.execute() method.
Map behavior to return the value
of a local property if the specified key matches a local property name.
Map behavior to return
true if the underlying Map only contains
key-value pairs for local properties (if any).
Map behavior to return a
Set that meets the specified default behavior except
for attempts to remove the key for a property of the Context
implementation class, which will throw
UnsupportedOperationException.
execute() method of this
Filter instance.
Map behavior to set the value
of a local property if the specified key matches a local property name.
Map behavior to call the
put() method individually for each key-value pair
in the specified Map.
Map behavior to throw
UnsupportedOperationException on any attempt to
remove a key that is the name of a local property.
Map behavior to return a
Collection that meets the specified default behavior except
for attempts to remove the key for a property of the Context
implementation class, which will throw
UnsupportedOperationException.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||