-
-
class
Implementation of
Command
that logs its identifier and
and attempts to add a new
Command
to the
Chain
.
class
Implementation of
Command
that logs its identifier and
and delegates to the rest of the chain.
class
Implementation of
Filter
that logs its identifier and
and delegates to the rest of the chain.
class
Implementation of
Command
that logs its identifier and
and throws an Exception.
class
Implementation of
Filter
that logs its identifier and
and throws an Exception.
class
Implementation of
Filter
that logs its identifier and
and returns [@code true}.