public class ParseNumberTag extends ParseNumberSupport
A handler for <parseNumber> that accepts attributes as Strings and evaluates them as expressions at runtime.
integerOnlySpecified, isIntegerOnly, parseLocale, pattern, type, value, valueSpecifiedbodyContentid, pageContextEVAL_BODY_BUFFERED, EVAL_BODY_TAGEVAL_BODY_AGAINEVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE| Constructor and Description |
|---|
ParseNumberTag()
Constructs a new ParseNumberTag.
|
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag()
Default processing of the start tag returning EVAL_BODY_BUFFERED.
|
void |
release()
Release state.
|
void |
setIntegerOnly(String integerOnly_) |
void |
setParseLocale(String parseLocale_) |
void |
setPattern(String pattern_) |
void |
setType(String type_) |
void |
setValue(String value_) |
doEndTag, setScope, setVardoAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParent, setPageContext, setParentpublic ParseNumberTag()
public int doStartTag()
throws JspException
BodyTagSupportdoStartTag in interface TagdoStartTag in class BodyTagSupportJspException - if an error occurred while processing this tagTag.doStartTag()public void release()
BodyTagSupportrelease in interface Tagrelease in class ParseNumberSupportTag.release()public void setValue(String value_)
public void setType(String type_)
public void setPattern(String pattern_)
public void setParseLocale(String parseLocale_)
public void setIntegerOnly(String integerOnly_)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.