Uses of Interface
org.weda.action.ActionDescriptor

Packages that use ActionDescriptor
org.weda.action   
org.weda.action.impl   
org.weda.test   
 

Uses of ActionDescriptor in org.weda.action
 

Methods in org.weda.action that return ActionDescriptor
 ActionDescriptor ActionState.getActionDescriptor()
          Возвращает объект хранящий статическую информацию о действии.
 ActionDescriptor ActionExecutionContext.getActionDescriptor()
          Метод возвращает дескриптор действия.
 

Methods in org.weda.action with parameters of type ActionDescriptor
 void ActionState.setActionDescriptor(ActionDescriptor descriptor)
          Метод задает статическую информацию о действии.
 

Uses of ActionDescriptor in org.weda.action.impl
 

Classes in org.weda.action.impl that implement ActionDescriptor
 class ActionDescriptorImpl
           
 

Methods in org.weda.action.impl that return ActionDescriptor
 ActionDescriptor ActionStateImpl.getActionDescriptor()
           
 ActionDescriptor ActionExecutionContextImpl.getActionDescriptor()
           
 

Methods in org.weda.action.impl with parameters of type ActionDescriptor
protected  void ActionRegistryImpl.extractActionParameters(ActionDescriptor actionDescriptor)
           
 void ActionStateImpl.setActionDescriptor(ActionDescriptor actionDescriptor)
           
 void ActionExecutionContextImpl.setActionDescriptor(ActionDescriptor actionDescriptor)
           
 

Method parameters in org.weda.action.impl with type arguments of type ActionDescriptor
 void ActionRegistryImpl.setActionDescriptors(java.util.List<ActionDescriptor> actionDescriptors)
           
 

Uses of ActionDescriptor in org.weda.test
 

Methods in org.weda.test that return ActionDescriptor
protected  ActionDescriptor WedaTestCase.getDescriptorByName(java.lang.String descriptorName, java.util.List<ActionState> states)
           
 



Copyright © 2005-2006 . All Rights Reserved.