railo.runtime.tag
Class Feed

java.lang.Object
  extended by railo.runtime.ext.tag.TagImpl
      extended by railo.runtime.tag.Feed
All Implemented Interfaces:
javax.servlet.jsp.tagext.Tag

public final class Feed
extends TagImpl


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
Feed()
           
 
Method Summary
 int doStartTag()
           
 void release()
           
 void setAction(String strAction)
           
 void setCharset(String charset)
          set the value charset Character set name for the file contents.
 void setColumnmap(Struct columnMap)
           
 void setEnclosuredir(String strEnclosureDir)
           
 void setIgnoreenclosureerror(boolean ignoreEnclosureError)
           
 void setName(Object name)
           
 void setOutputfile(String strOutputFile)
           
 void setOverwrite(boolean overwrite)
           
 void setOverwriteenclosure(boolean overwriteEnclosure)
           
 void setProperties(Object properties)
           
 void setProxypassword(String proxyPassword)
           
 void setProxyport(double proxyPort)
           
 void setProxyserver(String proxyServer)
           
 void setProxyuser(String proxyUser)
           
 void setQuery(Object query)
           
 void setSource(String strSource)
           
 void setTimeout(double timeout)
           
 void setType(String strType)
           
 void setUseragent(String userAgent)
           
 void setXmlvar(String xmlVar)
           
 
Methods inherited from class railo.runtime.ext.tag.TagImpl
doEndTag, getParent, required, required, required, required, setPageContext, setPageContext, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Feed

public Feed()
Method Detail

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