org.weda.action
Interface ActionPreprocessor


public interface ActionPreprocessor

Цель: выполнение действий перед выполнением Action

Author:
tim

Method Summary
 java.lang.Object prepropecessAction(ActionExecutionContext context)
          Метод выполняется перед выполнением Action.execute(org.weda.action.ActionContainer)
 

Method Detail

prepropecessAction

java.lang.Object prepropecessAction(ActionExecutionContext context)
                                    throws java.lang.Exception
Метод выполняется перед выполнением Action.execute(org.weda.action.ActionContainer)

Throws:
java.lang.Exception


Copyright © 2005-2006 . All Rights Reserved.