public class ExpressionArgumentsStrategy extends ObjectSE implements ArgumentsStrategy, BeanFactoryAware, InitializingBean
| コンストラクターと説明 |
|---|
ExpressionArgumentsStrategy(StringSE[] argumentExpressions) |
ExpressionArgumentsStrategy(StringSE[] argumentExpressions, boolean useCommandVariable) |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | afterPropertiesSet() |
ObjectSE[] | resolve(StringSE command, Message<?> message) |
void | setBeanFactory(BeanFactory beanFactory) |
void | setIntegrationEvaluationContext(EvaluationContext evaluationContext) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic ExpressionArgumentsStrategy(StringSE[] argumentExpressions)
public ExpressionArgumentsStrategy(StringSE[] argumentExpressions, boolean useCommandVariable)
public void setIntegrationEvaluationContext(EvaluationContext evaluationContext)
public void setBeanFactory(BeanFactory beanFactory) throws BeansException
BeanFactoryAware の setBeanFactory BeansExceptionpublic void afterPropertiesSet()
InitializingBean の afterPropertiesSet public ObjectSE[] resolve(StringSE command, Message<?> message)
ArgumentsStrategy の resolve