|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
com.acsinet_solutions.cetia4.tags.support.LogTagSupport
com.acsinet_solutions.cetia4.tags.DisplayTag
public class DisplayTag
Text limiting and/or decoding version of <c:out>.
| 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 | |
|---|---|
DisplayTag()
|
|
| Method Summary | |
|---|---|
int |
doEndTag()
|
int |
doStartTag()
|
protected java.lang.String |
limit(java.lang.String text)
Write the text just limited. |
void |
setDecoder(java.lang.String decoder)
Set an optional decoding; "url", "alpha", and "html" are valid values. |
void |
setLimit(java.lang.String limit)
Set the limit property |
void |
setPadding(java.lang.String padding)
Set the value of the padding, that is the value that will be appended to the text limited output if limit is set. |
void |
setText(java.lang.String text)
Set the text value. |
protected void |
writeText(java.io.Writer writer)
Get the text to print. |
| Methods inherited from class com.acsinet_solutions.cetia4.tags.support.LogTagSupport |
|---|
doCatch, doFinally, fillDynamicValues, fillDynamicValues, getConfiguration, getDynamicAttributes, getLocale, getLogger, getPortalPath, getRequest, getServletContext, getSession, setDynamicAttribute |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, 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 DisplayTag()
| Method Detail |
|---|
public final void setLimit(java.lang.String limit)
public final void setText(java.lang.String text)
public final void setPadding(java.lang.String padding)
public final void setDecoder(java.lang.String decoder)
URLCodec,
AlphaCodec,
format(Writer,String)protected final java.lang.String limit(java.lang.String text)
protected void writeText(java.io.Writer writer)
throws java.io.IOException
java.io.IOException
public final int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspException
public int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class LogTagSupportjavax.servlet.jsp.JspException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||