Constructor and Description |
---|
Param() |
Modifier and Type | Method and Description |
---|---|
int |
doStartTag() |
void |
release() |
void |
setDefault(Object _default)
set the value default
Default value to set the parameter to if it does not exist.
|
void |
setMax(double max) |
void |
setMin(double min) |
void |
setName(String name)
set the value name
The name of the parameter to test, such as Client.Email or Cookie.BackgroundColor.
|
void |
setPattern(String pattern) |
void |
setType(String type)
set the value type
The type of parameter that is required.
|
doEndTag, getParent, required, required, required, required, setPageContext, setPageContext, setParent
public Param() throws ApplicationException
ApplicationException
public void release()
public void setType(String type)
type
- value to setpublic void setDefault(Object _default)
_default
- value to setpublic void setMax(double max)
max
- the max to setpublic void setMin(double min)
min
- the min to setpublic void setPattern(String pattern)
pattern
- the pattern to setpublic void setName(String name)
name
- value to setpublic int doStartTag() throws PageException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TagImpl
PageException
Copyright © 2015 Lucee