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