Uses of Interface
org.mentawai.core.StickyAction

Packages that use StickyAction
org.mentawai.action   
org.mentawai.ajaxtag   
org.mentawai.core   
 

Uses of StickyAction in org.mentawai.action
 

Classes in org.mentawai.action that implement StickyAction
 class BaseLoginAction
          This action implements the basic functionality for a Login action.
 class LogoutAction
          A simple Logout action that can be used fot user logout.
 class SuccessAction
          A simple action that returns SUCCESS for every call.
 

Uses of StickyAction in org.mentawai.ajaxtag
 

Classes in org.mentawai.ajaxtag that implement StickyAction
 class BaseAjaxtagAction
          This actions holds an aschycronous response to ajaxtags.
 

Uses of StickyAction in org.mentawai.core
 

Classes in org.mentawai.core that implement StickyAction
 class BaseAction
          The abstract base implementation of a Mentawai action.
 class ProtectedBaseAction
          This class exists solely for the purpose of hidding the protected variables of BaseAction.
 class 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.
 



Copyright © 2011. All Rights Reserved.