public abstract class AbstractMobileActionPerformable
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected ActionHelper |
actionHelper |
protected java.lang.String |
beanName |
protected ModelService |
modelService |
protected TextService |
textService |
protected VelocityTemplateHelper |
velocityTemplateHelper |
| Constructor and Description |
|---|
AbstractMobileActionPerformable() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
expand(java.lang.String input,
MobileMessageContextModel message) |
void |
setActionHelper(ActionHelper actionHelper) |
void |
setBeanName(java.lang.String name) |
void |
setModelService(ModelService modelService) |
void |
setTextService(TextService textService) |
void |
setVelocityTemplateHelper(VelocityTemplateHelper velocityTemplateHelper) |
protected java.lang.String beanName
protected ModelService modelService
protected TextService textService
protected ActionHelper actionHelper
protected VelocityTemplateHelper velocityTemplateHelper
protected java.lang.String expand(java.lang.String input,
MobileMessageContextModel message)
public void setBeanName(java.lang.String name)
public void setModelService(ModelService modelService)
public void setVelocityTemplateHelper(VelocityTemplateHelper velocityTemplateHelper)
public void setActionHelper(ActionHelper actionHelper)
public void setTextService(TextService textService)
Copyright © 2018 SAP SE. All Rights Reserved.