public final class Invoke extends BodyTagImpl implements DynamicAttributes
Constructor and Description |
---|
Invoke() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
int |
doStartTag() |
void |
hasBody(boolean hasBody)
sets if taf has a body or not
|
void |
release() |
void |
setArgument(String name,
Object value) |
void |
setComponent(Object component) |
void |
setDynamicAttribute(String uri,
Collection.Key localName,
Object value) |
void |
setDynamicAttribute(String uri,
String localName,
Object value) |
void |
setMethod(String method) |
void |
setPassword(String password) |
void |
setProxypassword(String proxypassword) |
void |
setProxyport(double proxyport) |
void |
setProxyserver(String proxyserver) |
void |
setProxyuser(String proxyuser) |
void |
setReturnvariable(String returnvariable) |
void |
setServiceport(String serviceport) |
void |
setTimeout(double timeout) |
void |
setUsername(String username) |
void |
setWebservice(String webservice) |
doAfterBody, doInitBody, setBodyContent
getParent, required, required, required, required, setPageContext, setPageContext, setParent
public Invoke()
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class BodyTagImpl
public void setComponent(Object component)
component
- the component to setpublic void setPassword(String password)
password
- the password to setpublic void setProxyserver(String proxyserver)
proxyserver
- the proxyserver to setpublic void setProxyport(double proxyport)
proxyport
- the proxyport to setpublic void setProxyuser(String proxyuser)
proxyuser
- the proxyuser to setpublic void setProxypassword(String proxypassword)
proxypassword
- the proxypassword to setpublic void setReturnvariable(String returnvariable)
returnvariable
- the returnvariable to setpublic void setServiceport(String serviceport)
serviceport
- the serviceport to setpublic void setTimeout(double timeout)
timeout
- the timeout to setpublic void setUsername(String username)
username
- the username to setpublic void setWebservice(String webservice)
webservice
- the webservice to setpublic void setDynamicAttribute(String uri, String localName, Object value)
setDynamicAttribute
in interface DynamicAttributes
uri
- the namespace of the attribute, or null if in the default namespace.localName
- the name of the attribute being set.value
- the value of the attributepublic void setDynamicAttribute(String uri, Collection.Key localName, Object value)
setDynamicAttribute
in interface DynamicAttributes
uri
- the namespace of the attribute, or null if in the default namespace.localName
- the name of the attribute being set.value
- the value of the attributepublic int doStartTag() throws PageException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TagImpl
PageException
public int doEndTag() throws PageException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class TagImpl
PageException
public void setArgument(String name, Object value) throws PageException
name
- value
- PageException
public void hasBody(boolean hasBody)
hasBody
- Copyright © 2015 Lucee