railo.runtime.tag
Class Feed
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.tag.Feed
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.Tag
public final class Feed
- extends TagImpl
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary |
Feed()
|
Feed
public Feed()
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class TagImpl
setCharset
public void setCharset(String charset)
- set the value charset
Character set name for the file contents.
- Parameters:
charset
- value to set
setAction
public void setAction(String strAction)
throws ApplicationException
- Parameters:
action
- the action to set
- Throws:
ApplicationException
setType
public void setType(String strType)
throws ApplicationException
- Throws:
ApplicationException
setColumnmap
public void setColumnmap(Struct columnMap)
- Parameters:
columnMap
- the columnMap to set
setEnclosuredir
public void setEnclosuredir(String strEnclosureDir)
throws ExpressionException
- Parameters:
enclosureDir
- the enclosureDir to set
- Throws:
ExpressionException
setIgnoreenclosureerror
public void setIgnoreenclosureerror(boolean ignoreEnclosureError)
- Parameters:
ignoreEnclosureError
- the ignoreEnclosureError to set
setName
public void setName(Object name)
- Parameters:
name
- the name to set
setOutputfile
public void setOutputfile(String strOutputFile)
throws ExpressionException
- Parameters:
outputFile
- the outputFile to set
- Throws:
ExpressionException
setOverwrite
public void setOverwrite(boolean overwrite)
- Parameters:
overwrite
- the overwrite to set
setOverwriteenclosure
public void setOverwriteenclosure(boolean overwriteEnclosure)
- Parameters:
overwriteEnclosure
- the overwriteEnclosure to set
setProperties
public void setProperties(Object properties)
- Parameters:
properties
- the properties to set
setQuery
public void setQuery(Object query)
- Parameters:
query
- the query to set
setSource
public void setSource(String strSource)
throws ExpressionException
- Parameters:
source
- the source to set
- Throws:
ExpressionException
setTimeout
public void setTimeout(double timeout)
- Parameters:
timeout
- the timeout to set
setUseragent
public void setUseragent(String userAgent)
- Parameters:
userAgent
- the userAgent to set
setXmlvar
public void setXmlvar(String xmlVar)
- Parameters:
xmlVar
- the xmlVar to set
setProxypassword
public void setProxypassword(String proxyPassword)
- Parameters:
proxyPassword
- the proxyPassword to set
setProxyport
public void setProxyport(double proxyPort)
- Parameters:
proxyPort
- the proxyPort to set
setProxyserver
public void setProxyserver(String proxyServer)
- Parameters:
proxyServer
- the proxyServer to set
setProxyuser
public void setProxyuser(String proxyUser)
- Parameters:
proxyUser
- the proxyUser to set
doStartTag
public int doStartTag()
throws PageException
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class TagImpl
- Throws:
PageException
Copyright © 2012 Railo