Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
org.mentawai.core

Classes in org.mentawai.core used by org.mentawai.core
Action
          Describes a Mentawai action, the central idea of the framework architecture.
ActionConfig
          An ActionConfig links together an action implementation, an action name or alias, action results and action consequences.
ApplicationManager
          The central abstract base manager which controls actions, filters, locales and data lists.
BaseAction
          The abstract base implementation of a Mentawai action.
Consequence
          Defines a Mentawai consequence.
ConsequenceException
          An exception that can happen when a consequence is executed.
Context
          Describes the behavior of a Mentawai context.
Filter
          A filter intercepts an action so it can modify its input and output, before and after the action is executed.
Input
          Defines the behavior of an action input.
InvocationChain
          When an action is executed, a chain of filters is created.
Output
          Defines the behavior of an action output.