railo.runtime.tag
Class DocumentSection
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.ext.tag.BodyTagImpl
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
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 |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setPageContext, setParent |
DocumentSection
public DocumentSection()
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