Uses of Interface
org.norther.tammi.spray.loader.task.Task

Packages that use Task
org.norther.tammi.spray.authenticator.task   
org.norther.tammi.spray.db.step   
org.norther.tammi.spray.loader   
org.norther.tammi.spray.loader.task   
org.norther.tammi.spray.template.step   
org.norther.tammi.spray.template.task   
 

Uses of Task in org.norther.tammi.spray.authenticator.task
 

Classes in org.norther.tammi.spray.authenticator.task that implement Task
 class QuickLogout
          The logout task.
 

Uses of Task in org.norther.tammi.spray.db.step
 

Classes in org.norther.tammi.spray.db.step that implement Task
 class DeleteVariableAction
          A flow step action for deleting a variable.
 class DictionaryAction
          A flow step action for maintaining a dictionary.
 class InsertVariableAction
          A flow step action for inserting a variable.
 class RepositoryStepAction
          A flow step action for repository based actions.
 class SelectionStepAction
          A flow step action for selecting and caching form variables.
 class UpdateVariableAction
          A flow step action for updating a variable.
 class UserAccountAction
          A flow step action for editing user accounts.
 

Uses of Task in org.norther.tammi.spray.loader
 

Methods in org.norther.tammi.spray.loader that return Task
protected  Task DefaultTaskLoader.load(String name, ServletRequest request, ServletResponse response, FilterChain chain, Object context)
          Loads an instance of a task.
 

Uses of Task in org.norther.tammi.spray.loader.task
 

Classes in org.norther.tammi.spray.loader.task that implement Task
 class Action
          Action is an abstract base class for tasks.
 class ActionEvent
          ActionEvent is an alternative to Action that allows you to do event based actions.
 class Script
          Script provides tasks based acces to ScripterMBean.
 

Uses of Task in org.norther.tammi.spray.template.step
 

Classes in org.norther.tammi.spray.template.step that implement Task
 class FlowStepAction
          Extends ActionEvent by providing a step flow context as the context parameter.
 class FormStepAction
          A flow step action updating form variables of steps.
 class NextStepAction
          A flow step action supporting simple browsing.
 

Uses of Task in org.norther.tammi.spray.template.task
 

Classes in org.norther.tammi.spray.template.task that implement Task
 class TemplateAction
          Extends ActionEvent by providing a template context as the context parameter.
 



Copyright © 2004 The Norther Organization. All rights reserved.