Ejemplo n.º 1
0
 protected void setThrowExceptionForAction(final String action, final boolean throwException) {
   final TestActionTemp tmp = (TestActionTemp) getBean(action);
   tmp.setThrowException(throwException);
 }
Ejemplo n.º 2
0
 protected void setResultForAction(final String action, final String result) {
   final TestActionTemp tmp = (TestActionTemp) getBean(action);
   tmp.setResult(result);
 }