railo.runtime.tag
Class DocumentSection

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

public final class DocumentSection
extends BodyTagImpl


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
DocumentSection()
           
 
Method Summary
 int doAfterBody()
           
 int doEndTag()
           
 void doInitBody()
           
 int doStartTag()
           
 void hasBody(boolean hasBody)
          sets if has body or not
 void release()
           
 void setAuthpassword(String authPassword)
           
 void setAuthuser(String authUser)
           
 void setFooter(PDFPageMark footer)
           
 void setHeader(PDFPageMark header)
           
 void setMarginbottom(double marginbottom)
           
 void setMarginleft(double marginleft)
           
 void setMarginright(double marginright)
           
 void setMargintop(double margintop)
           
 void setMimetype(String strMimetype)
           
 void setName(String name)
           
 void setProxypassword(String proxypassword)
          set the value password When required by a proxy server, a valid password.
 void setProxyport(double proxyport)
          set the value proxyport The port number on the proxy server from which the object is requested.
 void setProxyserver(String proxyserver)
          set the value proxyserver Host name or IP address of a proxy server.
 void setProxyuser(String proxyuser)
          set the value username When required by a proxy server, a valid username.
 void setSrc(String src)
           
 void setSrcfile(String strSrcfile)
           
 void setUseragent(String userAgent)
           
 
Methods inherited from class railo.runtime.ext.tag.BodyTagImpl
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

DocumentSection

public DocumentSection()
Method Detail

release

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

setProxyserver

public void setProxyserver(String proxyserver)
set the value proxyserver Host name or IP address of a proxy server.

Parameters:
proxyserver - value to set

setProxyport

public void setProxyport(double proxyport)
set the value proxyport The port number on the proxy server from which the object is requested. Default is 80. When used with resolveURL, the URLs of retrieved documents that specify a port number are automatically resolved to preserve links in the retrieved document.

Parameters:
proxyport - value to set

setProxyuser

public void setProxyuser(String proxyuser)
set the value username When required by a proxy server, a valid username.

Parameters:
proxyuser - value to set

setProxypassword

public void setProxypassword(String proxypassword)
set the value password When required by a proxy server, a valid password.

Parameters:
proxypassword - value to set

setMarginbottom

public void setMarginbottom(double marginbottom)
Parameters:
marginbottom - the marginbottom to set

setMarginleft

public void setMarginleft(double marginleft)
Parameters:
marginleft - the marginleft to set

setMarginright

public void setMarginright(double marginright)
Parameters:
marginright - the marginright to set

setMargintop

public void setMargintop(double margintop)
Parameters:
margintop - the margintop to set

setSrc

public void setSrc(String src)
            throws ApplicationException
Parameters:
src - the src to set
Throws:
ApplicationException

setSrcfile

public void setSrcfile(String strSrcfile)
                throws PageException
Parameters:
srcfile - the srcfile to set
Throws:
PageException

setMimetype

public void setMimetype(String strMimetype)
Parameters:
mimetype - the mimetype to set

setHeader

public void setHeader(PDFPageMark header)

setFooter

public void setFooter(PDFPageMark footer)

setName

public void setName(String name)
Parameters:
name - the name to set

setAuthuser

public void setAuthuser(String authUser)
Parameters:
authUser - the authUser to set

setAuthpassword

public void setAuthpassword(String authPassword)
Parameters:
authPassword - the authPassword to set

setUseragent

public void setUseragent(String userAgent)
Parameters:
userAgent - the userAgent to set

doStartTag

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

doInitBody

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

doAfterBody

public int doAfterBody()
Specified by:
doAfterBody in interface javax.servlet.jsp.tagext.IterationTag
Overrides:
doAfterBody in class BodyTagImpl

doEndTag

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

hasBody

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

Parameters:
hasBody -


Copyright © 2012 Railo