Package sk.iway.iwcm.components.dmail
Class DmailApp
java.lang.Object
sk.iway.iwcm.components.WebjetComponentAbstract
sk.iway.iwcm.components.dmail.DmailApp
- All Implemented Interfaces:
WebjetComponentInterface
-
Field Summary
Fields inherited from class sk.iway.iwcm.components.WebjetComponentAbstract
cacheMinutes, device
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
initAppEditor
(ComponentRequest componentRequest, javax.servlet.http.HttpServletRequest request) Initialization method for app editor in webpagevoid
setEmailBodyId
(Integer emailBodyId) void
void
setIframe3
(String iframe3) void
setSenderEmail
(String senderEmail) void
setSenderName
(String senderName) void
Methods inherited from class sk.iway.iwcm.components.WebjetComponentAbstract
addCurrentValueToOptions, addCurrentValueToOptions, addOptions, getAppOptions, getCacheMinutes, getDevice, getViewFolder, init, init, setCacheMinutes, setDevice, setViewFolder
-
Constructor Details
-
DmailApp
public DmailApp()
-
-
Method Details
-
initAppEditor
public void initAppEditor(ComponentRequest componentRequest, javax.servlet.http.HttpServletRequest request) Description copied from class:WebjetComponentAbstract
Initialization method for app editor in webpage- Specified by:
initAppEditor
in interfaceWebjetComponentInterface
- Overrides:
initAppEditor
in classWebjetComponentAbstract
-
getTypeId
-
getSenderName
-
getSenderEmail
-
getEmailBodyId
-
getIframe
-
getIframe3
-
setTypeId
-
setSenderName
-
setSenderEmail
-
setEmailBodyId
-
setIframe
-
setIframe3
-