|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.apache.taglibs.mailer2.HeaderTag
JSP tag mt:header is used to set additional headers in an e-mail message.
It is a child ofmt:mail or mt:part.
| Field Summary | |
Logger |
log
Used for logging. |
| Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
bodyContent |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
| 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 | |
HeaderTag()
Default zero-arg constructor. |
|
| Method Summary | |
int |
doAfterBody()
|
int |
doEndTag()
|
int |
doStartTag()
|
String |
getBody()
Returns the body content. |
String |
getName()
Returns the name of this header. |
String |
getValue()
Returns the value of this header. |
void |
release()
|
void |
setBody(String body)
Sets the body attribute. |
void |
setName(String name)
Sets the name of the header. |
void |
setValue(String value)
Sets the value of the header. |
| Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doInitBody, getBodyContent, getPreviousOut, setBodyContent |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, resetCustomAttributes, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setPageContext, setParent |
| Field Detail |
public Logger log
| Constructor Detail |
public HeaderTag()
| Method Detail |
public int doStartTag()
throws JspException
JspException
public int doAfterBody()
throws JspException
JspException
public int doEndTag()
throws JspException
JspExceptionpublic void release()
public String getBody()
public void setBody(String body)
body - The body contentpublic void setName(String name)
name - The name of the headerpublic void setValue(String value)
value - The value of the headerpublic String getName()
public String getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||