railo.runtime.tag
Class ObjectTag
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.tag.ObjectTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.Tag
public final class ObjectTag
- extends TagImpl
Lets you call methods in COM, CORBA, and JAVA objects.
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
ObjectTag
public ObjectTag()
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class TagImpl
- See Also:
Tag.release()
doStartTag
public int doStartTag()
throws PageException
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class TagImpl
- Throws:
PageException
- See Also:
Tag.doStartTag()
doEndTag
public int doEndTag()
- Specified by:
doEndTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in class TagImpl
- See Also:
Tag.doEndTag()
setLocale
public void setLocale(String locale)
- Parameters:
locale
- The locale to set.
setName
public void setName(String name)
- Parameters:
name
- The name to set.
setServer
public void setServer(String server)
- Parameters:
server
- The server to set.
setType
public void setType(String type)
- Parameters:
type
- The type to set.
setWebservice
public void setWebservice(String webservice)
- Parameters:
webservice
- The webservice to set.
setAction
public void setAction(String action)
- Parameters:
action
- The action to set.
setClass
public void setClass(String clazz)
- Parameters:
clazz
- The clazz to set.
setComponent
public void setComponent(String component)
- Parameters:
component
- The component to set.
setContext
public void setContext(String context)
- Parameters:
context
- The context to set.
setPassword
public void setPassword(String password)
setUsername
public void setUsername(String username)
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
setDelimiters
public void setDelimiters(String delimiters)
- Parameters:
delimiters
- the delimiters to set
Copyright © 2012 Railo