• Login
  • Preferences
  • Help/Guide
  • About Trac
  • Register
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Wiki Navigation

  • Start Page
  • Index
  • History
  • Last Change

Table of Contents

  1. Welcome to the Fusebox Project Wiki
    1. Bug Tracker
    2. History
    3. Team Fusebox and TeraTech
  2. Documentation Overview
    1. Frequently Asked Questions
  3. Understanding the XML Files
    1. What are the Fusebox XML files?
    1. The fusebox.xml File
    1. The circuit.xml file
      1. circuit
      2. fuseaction
      3. prefuseaction, postfuseaction
  4. Circuit XML Grammar
    1. Overview
    2. The Builtin Verbs
    3. Gotchas
    4. Summary
  5. Extending the FB5 framework with Custom Lexicons
    1. What’s happening here?
    2. Built-in Verbs
    3. Writing Custom Verbs
    4. Example verbs
      1. <cf:abort>
      2. <cf:dump>
  6. Extending The FB5 Framework With Plugins
  7. FLiP Methodology Overview
  8. Fusebox 5.1 Release Notes
    1. Bugs fixed in Fusebox 5.1
    2. Enhancements added in Fusebox 5.1
    3. Other miscellaneous tickets closed in Fusebox 5.1
  9. Fusebox 5.1 Enhancements
    1. Globally Shared Files
      1. Globally Shared Circuits
      2. Globally Shared Plugins
      3. Globally Shared Error Templates
      4. Globally Shared Lexicons
    2. Search Engine Safe URLs
    3. Using event as an alternative to attributes

Special Considerations with <appinit> and plugins

Note that the fuseaction specified in <appinit> executes outside the normal fuseaction lifecycle: no plugins are executed as part of the application initialization. The <appinit> fuseaction must therefore not depend on any plugin behavior. However, this allows any and all of the plugin points to safely depend on code that is executed as part of application startup.

Download in other formats:

  • Plain Text

Trac Powered

Powered by Trac 0.11dev-r5883
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/