FileSystemResourceHandler class

FileSystemResourceHandler class

This class is an implementation of the ResourceHandler class designed to save resources to the local file system.

Inheritance: FileSystemResourceHandlerResourceHandler

The FileSystemResourceHandler type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the FileSystemResourceHandler class.
initInitializes a new instance of the FileSystemResourceHandler class.

Methods

MethodDescription
handle_resourceThis method is responsible for handling the resource. In it you can save the Resource to the stream or embed it into the parent resource.
handle_resource_referenceThis method is responsible for handling the resource reference. In this method, you can set what the reference to the resource being handled will look like.

See Also