|
Evaluating Software Design Patterns — the "Gang of Four" patterns implemented in Java 6 |
||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES All Classes |
request
by forwarding
it to each handler
in this chain until a
handler can handle it, starting from the first registered handler.
character
, false if not.
request
or
forwards it to the next handler in the chain represented
by the handler link
supplied as
link
, if any.
request
by forwarding
it to each handler
in this chain until a
handler can handle it, starting from the first registered handler.
throwable
can be managed by this
error handler, false if not.
step
sequence value goes from even to
odd or vice versa.handlers
that will be passed a request in turn until the first applicable
handler can handle it.handler
in a given handler chain.ProxyFactory.Proxy.getHandler()
method
defined in the ProxyFactory.Proxy
interface.
caller
can access member
based
on Java's visibility rules.
caller
can access clazz
based on Java's visibility rules.
modifiers
allows caller
to access to the owner of the modifiers declared
in, or being, clazz
.
name
,
regardless if it has an associated value or not.
variable
expression supplied as expression
has an
associated value
in this context, false if not.
variable
expression having the name supplied as name
has an associated value
in this context, false if not.
messages
with this log as is, no trailing new line or white space
inserted between heading parts, but with a single new line
character after the last part, underscored on the next log
line.
0
to A
.
|
Gunni Rode / rode.dk | ||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES All Classes |