Constructor and Description |
---|
HttpParam() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
int |
doStartTag() |
void |
release() |
void |
setEncoded(boolean encoded)
Applies to FormField and CGI types; ignored for all other types.
|
void |
setFile(String file)
set the value file
Required for type = "File".
|
void |
setMimetype(String mimetype)
Applies to File type; invalid for all other types.
|
void |
setName(String name)
set the value name
A variable name for the data being passed.
|
void |
setType(String type)
set the value type
The transaction type.
|
void |
setValue(Object value)
set the value value
Specifies the value of the URL, FormField, Cookie, File, or CGI variable being passed.
|
getParent, required, required, required, required, setPageContext, setPageContext, setParent
public HttpParam()
public void setEncoded(boolean encoded)
encoded
- public void setMimetype(String mimetype)
mimetype
- public void setValue(Object value)
value
- value to setpublic void setType(String type)
type
- value to setpublic void setFile(String file)
file
- value to setpublic void setName(String name)
name
- value to setpublic int doStartTag() throws ApplicationException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TagImpl
ApplicationException
public int doEndTag()
Copyright © 2015 Lucee