Asset Factory Plugin Framework

NEWS & TIPS

  • Site Access Keys
  • Top: Alt+t
    Previous: Alt+,
    Next: Alt+.
    Up: Alt+;
    (Note: use Ctrl on the Mac)

Using Asset Factory Plug-ins

The asset factory plugin framework allows administrators to tie Java plugin classes with certain asset factories. These plugins, configurable through a file named "asset-factory-plugin-config.xml", allow administrators to accomplish certain tasks as users create new assets from asset factories.

  1. Available Plug-ins »
    These plug-ins may be used to enhance Asset Factories.
    1. Create Resized Images Plug-in
      This plug-in allows an administrator to specify that multiple resized images will be created when a user uploads a single image.
    2. Friendly File Name Plug-in
      This plug-in limits the system name of file assets to a-z, A-Z, 0-9 and underscores, periods, and hyphens.
    3. Friendly Page Name Plug-in
      This plugin limits the system name of new page assets to configurable regular expression.
    4. Title to System Name Plug-in
      This plug-in ensures that newly-created assets are given search engine friendly system names.
    5. Set Start Date Plug-in
      This plug-in sets the metadata field "start date" to the current time for newly created assets, with an optional configurable offset.
    6. File Limit Plug-in
      This plug-in allows administrators to place restrictions on the size and type of file created using a specific asset factory.
    7. Display to System Name Plug-in
      This plug-in ensures that newly-created assets are given search engine friendly system names.
    8.  
  2. Writing your own Asset Factory Plugin
    Learn about what functions to implement, disallowing asset creation, exceptions, what to do with your plugin afterwards, and examples.
Last modified on Mon, 05 Nov 2007 11:05:03 -0500

Top / Next / Up / Table of Contents