Copyright© 2008-2022 Sitevision AB, all rights reserved.
public interface Wrapper<T>
A Wrapper "wraps" and "encapsulates" the functionality of another class or interface in order to make it easier to use and potentially provide different behaviour than the wrapped object can provide. In general a wrapper is going to expand on what the wrapped object does.
All invocations for the wrapper will be delegated to the wrapped object, or executed with the wrapped object as subject/context when performing the invocation.
Modifier and Type | Method and Description |
---|---|
T |
unwrap()
Gets the wrapped object.
|
T unwrap()
Sitevision - Portal and Content Management Made Easy
Sitevision is an advanced Java enterprise portal product and a portlet container (JSR 286) that implements Java Content Repository (JSR 283).
Copyright© 2008-2022 Sitevision AB, all rights reserved.