Uses of Class
org.weda.action.ActionRegistryException

Packages that use ActionRegistryException
org.weda.action   
org.weda.action.impl   
org.weda.model.impl   
org.weda.tapestry.component   
 

Uses of ActionRegistryException in org.weda.action
 

Methods in org.weda.action that throw ActionRegistryException
 ExecutedActionInfo ActionRegistry.executeAction(ActionExecutionContext context)
          Метод выполняет действие.
 ExecutedActionInfo ActionContainer.executeAction(ActionExecutionContext context)
          Метод выполненяет действие
 java.util.List<ActionState> ActionContainer.getActionsStates()
          Метод возвращает текущее состояние действий доступных для данного контейнера.
 java.util.List<ActionState> ActionRegistry.getActionsStates(ActionContainer targetObject, java.lang.Class targetClass)
          Метод возвращает список состояний действий досупных для указанного целевого объекта.
 

Uses of ActionRegistryException in org.weda.action.impl
 

Methods in org.weda.action.impl that throw ActionRegistryException
 ExecutedActionInfo ActionRegistryImpl.executeAction(ActionExecutionContext context)
           
 ExecutedActionInfo AbstractActionContainer.executeAction(ActionExecutionContext context)
           
protected  void ActionRegistryImpl.extractActionParameters(ActionDescriptor actionDescriptor)
           
 java.util.List<ActionState> AbstractActionContainer.getActionsStates()
           
 java.util.List<ActionState> ActionRegistryImpl.getActionsStates(ActionContainer targetObject, java.lang.Class targetClass)
           
 void ActionRegistryImpl.init()
           
 

Uses of ActionRegistryException in org.weda.model.impl
 

Methods in org.weda.model.impl that throw ActionRegistryException
 ExecutedActionInfo FilterEditorModelGroup.executeAction(ActionExecutionContext context)
           
 ExecutedActionInfo ColumnDescriptorImpl.executeAction(ActionExecutionContext context)
           
 java.util.List<ActionState> FilterEditorModelGroup.getActionsStates()
           
 java.util.List<ActionState> ColumnDescriptorImpl.getActionsStates()
           
 

Uses of ActionRegistryException in org.weda.tapestry.component
 

Methods in org.weda.tapestry.component that throw ActionRegistryException
 ExecutedActionInfo FileEditor.executeAction(ActionExecutionContext context)
           
 ExecutedActionInfo BaseEditor.executeAction(ActionExecutionContext context)
           
 java.util.List<ActionState> FileEditor.getActionsStates()
           
 java.util.List<ActionState> BaseEditor.getActionsStates()
           
 



Copyright © 2005-2006 . All Rights Reserved.