public static class Decorating.DecoratingBuild<U,T> extends Object
Modifier and Type | Method and Description |
---|---|
T |
build()
Creating a decorating proxy for an object using the
StandardProxyFactory . |
T |
build(ProxyFactory proxyFactory)
Creating a decorating proxy for an object using a special
ProxyFactory . |
public T build()
StandardProxyFactory
.public T build(ProxyFactory proxyFactory)
ProxyFactory
.proxyFactory
- the ProxyFactory
to use.Copyright © 2005–2019 Codehaus. All rights reserved.