railo.runtime.tag
Class Invoke

java.lang.Object
  extended by railo.runtime.ext.tag.TagImpl
      extended by railo.runtime.ext.tag.BodyTagImpl
          extended by railo.runtime.tag.Invoke
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag, DynamicAttributes

public final class Invoke
extends BodyTagImpl
implements DynamicAttributes

Invokes component methods from within a page or component. You use this tag to reference a WSDL file and consume a web service from within a block of CFML code.


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
Invoke()
           
 
Method Summary
 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)
           
 
Methods inherited from class railo.runtime.ext.tag.BodyTagImpl
doAfterBody, doInitBody, setBodyContent
 
Methods inherited from class railo.runtime.ext.tag.TagImpl
getParent, required, required, required, required, setPageContext, setPageContext, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

Invoke

public Invoke()
Method Detail

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class BodyTagImpl

setComponent

public void setComponent(Object component)
Parameters:
component - the component to set

setMethod

public void setMethod(String method)
Parameters:
method - the method to set

setPassword

public void setPassword(String password)
Parameters:
password - the password to set

setProxyserver

public void setProxyserver(String proxyserver)
Parameters:
proxyserver - the proxyserver to set

setProxyport

public void setProxyport(double proxyport)
Parameters:
proxyport - the proxyport to set

setProxyuser

public void setProxyuser(String proxyuser)
Parameters:
proxyuser - the proxyuser to set

setProxypassword

public void setProxypassword(String proxypassword)
Parameters:
proxypassword - the proxypassword to set

setReturnvariable

public void setReturnvariable(String returnvariable)
Parameters:
returnvariable - the returnvariable to set

setServiceport

public void setServiceport(String serviceport)
Parameters:
serviceport - the serviceport to set

setTimeout

public void setTimeout(double timeout)
Parameters:
timeout - the timeout to set

setUsername

public void setUsername(String username)
Parameters:
username - the username to set

setWebservice

public void setWebservice(String webservice)
Parameters:
webservice - the webservice to set

setDynamicAttribute

public void setDynamicAttribute(String uri,
                                String localName,
                                Object value)
Specified by:
setDynamicAttribute in interface DynamicAttributes
Parameters:
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 attribute

setDynamicAttribute

public void setDynamicAttribute(String uri,
                                Collection.Key localName,
                                Object value)
Specified by:
setDynamicAttribute in interface DynamicAttributes
Parameters:
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 attribute

doStartTag

public int doStartTag()
               throws PageException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class TagImpl
Throws:
PageException

doEndTag

public int doEndTag()
             throws PageException
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class TagImpl
Throws:
PageException

setArgument

public void setArgument(String name,
                        Object value)
                 throws PageException
Parameters:
name -
value -
Throws:
PageException

hasBody

public void hasBody(boolean hasBody)
sets if taf has a body or not

Parameters:
hasBody -


Copyright © 2012 Railo