DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

Apache::AxKit::Provider::FileWrite



NAME

Apache::AxKit::Provider::FileWrite - File provider class with write support


SYNOPSIS

Override the base ContentProvider class and enable it using:

    AxContentProvider Apache::AxKit::Provider::FileWrite
    
Using this with the StyleProvider directive is not very useful at the
moment. This might change depending on processor features.
    
=head1 DESCRIPTION

Warning: This is experimental. It was included for testing purposes. The API might change, or the module might be removed again.

This provider provides the bare minimum of write access. Use this like any other provider.

This class supports the following additional interfaces:

This is the minimum set of operations to manage files. If you need locking, you have to implement that yourself. Metadata can be queried through the AxHandleDirs extension, but cannot yet be set. are no provisions for locking or metadata - you have to do that yourself. These primitives are abstract enough to apply to other sources as well, for example a XML database. If you implement other providers with write support, please stick to this API.


AUTHOR

Jörg Walter <jwalt@cpan.org>


SEE ALSO

AxKit, Apache::AxKit::Provider