|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Decorator | |
---|---|
com.thoughtworks.proxy.toys.decorate | A toy to decorate the interaction with another object. |
com.thoughtworks.proxy.toys.echo | A toy to trace method calls to objects. |
Uses of Decorator in com.thoughtworks.proxy.toys.decorate |
---|
Methods in com.thoughtworks.proxy.toys.decorate with parameters of type Decorator | |
---|---|
Decorating.DecoratingBuild<U,T> |
Decorating.DecoratingVisitor.visiting(Decorator<T> decorator)
specify the visited decorator |
Constructors in com.thoughtworks.proxy.toys.decorate with parameters of type Decorator | |
---|---|
DecoratingInvoker(Invoker decorated,
Decorator<T> decorator)
Construct a DecoratingInvoker decorating another Invoker. |
|
DecoratingInvoker(Object delegate,
Decorator<T> decorator)
Construct a DecoratingInvoker decorating another object. |
Uses of Decorator in com.thoughtworks.proxy.toys.echo |
---|
Subclasses of Decorator in com.thoughtworks.proxy.toys.echo | |
---|---|
class |
EchoDecorator<T>
A Decorator implementation that echoes any invocation to a PrintWriter . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |