|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.SimpleTagSupport
com.acme.Date2Tag
public class Date2Tag
| Constructor Summary | |
|---|---|
Date2Tag()
|
|
| Method Summary | |
|---|---|
void |
doTag()
Default processing of the tag does nothing. |
void |
setFormat(java.lang.String value)
|
| Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport |
|---|
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Date2Tag()
| Method Detail |
|---|
public void setFormat(java.lang.String value)
public void doTag()
throws JspException,
java.io.IOException
SimpleTagSupport
doTag in interface SimpleTagdoTag in class SimpleTagSupportJspException - Subclasses can throw JspException to indicate
an error occurred while processing this tag.
SkipPageException - If the page that
(either directly or indirectly) invoked this tag is to
cease evaluation. A Simple Tag EventHandler generated from a
tag file must throw this exception if an invoked Classic
Tag EventHandler returned SKIP_PAGE or if an invoked Simple
Tag EventHandler threw SkipPageException or if an invoked Jsp Fragment
threw a SkipPageException.
java.io.IOException - Subclasses can throw IOException if there was
an error writing to the output streamSimpleTag.doTag()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||