Class CompositeResouceWrapper

java.lang.Object
jakarta.faces.application.ViewResource
jakarta.faces.application.Resource
org.apache.myfaces.view.facelets.tag.composite.CompositeResouceWrapper
All Implemented Interfaces:
FacesWrapper<Resource>, Externalizable, Serializable

public final class CompositeResouceWrapper extends Resource implements FacesWrapper<Resource>, Externalizable
The value inside composite component attribute map with the key Resource.COMPONENT_RESOURCE_KEY should be a Serializable. This wrapper add serialization to Resource instances, because ResourceImpl depends from the ResourceLoader used by it.
Version:
$Revision$ $Date$
Author:
Leonardo Uribe (latest modification by $Author$)
See Also: