Class ResourceImpl

All Implemented Interfaces:
Externalizable, Serializable

public class ResourceImpl
extends Resource
implements Externalizable
Default implementation of Resource. The ResourceImpl instance itself has the same lifespan as the request, however, the ResourceInfo instances that back this object are cached by the ResourceManager to reduce the time spent scanning for resources.
See Also:
Serialized Form