|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.jsp.tagext.TagSupport info.magnolia.cms.taglibs.util.SimpleMailTag
public class SimpleMailTag
Sends a simple mail generated with all the fields found in nodeCollectionName.
Field Summary |
---|
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
---|
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
SimpleMailTag()
Deprecated. |
Method Summary | |
---|---|
int |
doEndTag()
Deprecated. |
protected String |
excelCSVFormat(String str)
Deprecated. |
String |
getLoggingDirectory()
Deprecated. |
String |
getLoggingEncoding()
Deprecated. |
String |
getLoggingExtension()
Deprecated. |
String |
getLoggingFilename()
Deprecated. |
boolean |
isLogging()
Deprecated. |
void |
release()
Deprecated. |
void |
setBcc(String bcc)
Deprecated. Mail "bcc" field. |
void |
setCc(String cc)
Deprecated. Mail "cc" field. |
void |
setFrom(String from)
Deprecated. Mail "from" field. |
void |
setLogging(boolean trackMail)
Deprecated. Log all the information sent by the mail. |
void |
setLoggingDirectory(String loggingDirectory)
Deprecated. Where to log to. |
void |
setLoggingEncoding(String loggingEncoding)
Deprecated. Encoding of the log file. |
void |
setLoggingExtension(String loggingExtension)
Deprecated. The file extension to use for new files. |
void |
setLoggingFilename(String loggingFilename)
Deprecated. Name for the file (without extension). |
void |
setNodeCollectionName(String nodeCollectionName)
Deprecated. Collection (paragraphs) that holds the configured form fields. |
void |
setRedirect(String redirect)
Deprecated. Page to redirect to after a successfull submission. |
void |
setReplyTo(String replyTo)
Deprecated. Mail "replyTo" field. |
void |
setSubject(String subject)
Deprecated. Mail "subject" field. |
void |
setTemplate(String template)
Deprecated. Instead of the mail type you can define a template to use. |
void |
setTo(String to)
Deprecated. Mail "to" field. |
void |
setType(String type)
Deprecated. Mail type. |
protected void |
trackMail(javax.servlet.http.HttpServletRequest request,
String activePagePath,
StringBuffer titles,
StringBuffer values)
Deprecated. |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
doAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleMailTag()
Method Detail |
---|
public void setBcc(String bcc)
public void setReplyTo(String replyTo)
public void setCc(String cc)
public void setFrom(String from)
public void setNodeCollectionName(String nodeCollectionName)
public void setTo(String to)
public void setSubject(String subject)
public void setRedirect(String redirect)
public void setType(String type)
public void setLogging(boolean trackMail)
public void setTemplate(String template)
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.JspException
TagSupport.doEndTag()
protected String excelCSVFormat(String str)
protected void trackMail(javax.servlet.http.HttpServletRequest request, String activePagePath, StringBuffer titles, StringBuffer values)
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class javax.servlet.jsp.tagext.TagSupport
TagSupport.release()
public String getLoggingDirectory()
public void setLoggingDirectory(String loggingDirectory)
public String getLoggingEncoding()
public void setLoggingEncoding(String loggingEncoding)
public boolean isLogging()
public void setLoggingExtension(String loggingExtension)
public String getLoggingExtension()
public void setLoggingFilename(String loggingFilename)
public String getLoggingFilename()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |