Class ResourceWrapper

All Implemented Interfaces:
FacesWrapper<Resource>

public abstract class ResourceWrapper extends Resource implements FacesWrapper<Resource>

Provides a simple implementation of Resource that can be subclassed by developers wishing to provide specialized behavior to an existing Resource instance. The default implementation of all methods is to call through to the wrapped Resource.

Usage: extend this class and override getWrapped() to return the instance we are wrapping.

Since:
2.0