public class OutTag
extends javax.servlet.jsp.tagext.BodyTagSupport
| Constructor and Description |
|---|
OutTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doAfterBody() |
int |
doStartTag() |
int |
getMaxLength()
Gets the max length.
|
Object |
getValue()
Gets the value.
|
boolean |
isEllipsisRight()
Checks if is ellipsis right.
|
void |
setEllipsisRight(boolean ellipsisRight)
Sets the ellipsis right.
|
void |
setMaxLength(int maxLength)
Sets the max length.
|
void |
setValue(Object value)
Sets the value.
|
doEndTag, doInitBody, getBodyContent, getPreviousOut, release, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic Object getValue()
public void setValue(Object value)
value - the new valuepublic int getMaxLength()
public void setMaxLength(int maxLength)
maxLength - the new max lengthpublic boolean isEllipsisRight()
public void setEllipsisRight(boolean ellipsisRight)
ellipsisRight - the new ellipsis rightpublic int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionpublic int doAfterBody()
throws javax.servlet.jsp.JspException
doAfterBody in interface javax.servlet.jsp.tagext.IterationTagdoAfterBody in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionCopyright © 2009–2020 psi-probe. All rights reserved.