Uses of Package
org.mentawai.core

Packages that use org.mentawai.core
org.mentawai.action   
org.mentawai.ajax   
org.mentawai.ajaxtag   
org.mentawai.authorization   
org.mentawai.coc   
org.mentawai.converter   
org.mentawai.core   
org.mentawai.filter   
org.mentawai.guice   
org.mentawai.ioc   
org.mentawai.jruby   
org.mentawai.message   
org.mentawai.rule   
org.mentawai.spring   
org.mentawai.tag.authentication   
org.mentawai.tag.authorization   
org.mentawai.tag.util   
org.mentawai.util   
org.mentawai.validation   
 

Classes in org.mentawai.core used by org.mentawai.action
Action
          Describes a Mentawai action, the central idea of the framework architecture.
BaseAction
          The abstract base implementation of a Mentawai action.
Context
          Describes the behavior of a Mentawai context.
SingleInstanceBaseAction
          This is the base class for single instance actions, in other words, those actions that will be instantiated only once and shared among all requests.
StickyAction
          An interface describing a sticky action, in other words, an action that can adhere to the session and persist its state.
 

Classes in org.mentawai.core used by org.mentawai.ajax
Action
          Describes a Mentawai action, the central idea of the framework architecture.
Consequence
          Defines a Mentawai consequence.
ConsequenceException
          An exception that can happen when a consequence is executed.
 

Classes in org.mentawai.core used by org.mentawai.ajaxtag
Action
          Describes a Mentawai action, the central idea of the framework architecture.
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.
StickyAction
          An interface describing a sticky action, in other words, an action that can adhere to the session and persist its state.
 

Classes in org.mentawai.core used by org.mentawai.authorization
Context
          Describes the behavior of a Mentawai context.
 

Classes in org.mentawai.core used by org.mentawai.coc
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.
Consequence
          Defines a Mentawai consequence.
 

Classes in org.mentawai.core used by org.mentawai.converter
Action
          Describes a Mentawai action, the central idea of the framework architecture.
 

Classes in org.mentawai.core used by org.mentawai.core
AbstractInput
           
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.
ApplicationContext
          Encapsulates a ServletContext as a context for Mentawai actions.
ApplicationManager
          The central abstract base manager which controls actions, filters, locales and data lists.
ApplicationManager.Environment
           
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.
Controller
          The Mentawai central controller.
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.
Props
           
RequestInput
          Encapsulates a HttpServletRequest as an Input for Mentawai actions.
ScriptApplicationManager
          An ApplicationManager that runs a script in any language to configure itself.
StickyAction
          An interface describing a sticky action, in other words, an action that can adhere to the session and persist its state.
StreamConsequence
          A web-based consequence that gets a ready-to-use input stream from the output of the action, get the contents from that input stream and flush them to the servlet output stream.
StringConsequence
          Returns a String as the result of an action.
 

Classes in org.mentawai.core used by org.mentawai.filter
Action
          Describes a Mentawai action, the central idea of the framework architecture.
AfterConsequenceFilter
           
Consequence
          Defines a Mentawai consequence.
Filter
          A filter intercepts an action so it can modify its input and output, before and after the action is executed.
FilterException
          An exception that can happen when a filter is executed.
Input
          Defines the behavior of an action input.
InputWrapper
          A wrapper for the action input.
InvocationChain
          When an action is executed, a chain of filters is created.
Output
          Defines the behavior of an action output.
OutputWrapper
           
 

Classes in org.mentawai.core used by org.mentawai.guice
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.
 

Classes in org.mentawai.core used by org.mentawai.ioc
Action
          Describes a Mentawai action, the central idea of the framework architecture.
 

Classes in org.mentawai.core used by org.mentawai.jruby
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.
Context
          Describes the behavior of a Mentawai context.
Input
          Defines the behavior of an action input.
Output
          Defines the behavior of an action output.
 

Classes in org.mentawai.core used by org.mentawai.message
Action
          Describes a Mentawai action, the central idea of the framework architecture.
 

Classes in org.mentawai.core used by org.mentawai.rule
Action
          Describes a Mentawai action, the central idea of the framework architecture.
 

Classes in org.mentawai.core used by org.mentawai.spring
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.
Input
          Defines the behavior of an action input.
InputWrapper
          A wrapper for the action input.
 

Classes in org.mentawai.core used by org.mentawai.tag.authentication
Action
          Describes a Mentawai action, the central idea of the framework architecture.
ApplicationManager
          The central abstract base manager which controls actions, filters, locales and data lists.
 

Classes in org.mentawai.core used by org.mentawai.tag.authorization
Action
          Describes a Mentawai action, the central idea of the framework architecture.
ApplicationManager
          The central abstract base manager which controls actions, filters, locales and data lists.
 

Classes in org.mentawai.core used by org.mentawai.tag.util
Action
          Describes a Mentawai action, the central idea of the framework architecture.
 

Classes in org.mentawai.core used by org.mentawai.util
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.
Consequence
          Defines a Mentawai consequence.
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.
Output
          Defines the behavior of an action output.
 

Classes in org.mentawai.core used by org.mentawai.validation
Action
          Describes a Mentawai action, the central idea of the framework architecture.
 



Copyright © 2011. All Rights Reserved.