public final class ProcessingDirective extends BodyTagTryCatchFinallyImpl
Constructor and Description |
---|
ProcessingDirective()
constructor for the tag class
|
Modifier and Type | Method and Description |
---|---|
int |
doAfterBody() |
void |
doFinally() |
void |
doInitBody() |
int |
doStartTag() |
void |
hasBody(boolean hasBody)
sets if tag has a body or not
|
void |
release() |
void |
setExecutionlog(boolean executionlog) |
void |
setPageencoding(String pageencoding)
set the value pageencoding
A string literal; the character encoding to use to read the page.
|
void |
setPreservecase(boolean b) |
void |
setSuppresswhitespace(boolean suppresswhitespace)
set the value suppresswhitespace
Boolean indicating whether to suppress the white space and other output generated by the
CFML tags within the cfprocessingdirective block.
|
doCatch
setBodyContent
doEndTag, getParent, required, required, required, required, setPageContext, setPageContext, setParent
public ProcessingDirective()
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class BodyTagImpl
public void setPageencoding(String pageencoding)
pageencoding
- value to setpublic void setExecutionlog(boolean executionlog)
public void setPreservecase(boolean b)
public void setSuppresswhitespace(boolean suppresswhitespace)
suppresswhitespace
- value to setpublic int doStartTag() throws ApplicationException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TagImpl
ApplicationException
public void doInitBody()
doInitBody
in interface javax.servlet.jsp.tagext.BodyTag
doInitBody
in class BodyTagImpl
public int doAfterBody()
doAfterBody
in interface javax.servlet.jsp.tagext.IterationTag
doAfterBody
in class BodyTagImpl
public void hasBody(boolean hasBody)
hasBody
- public void doFinally()
doFinally
in interface javax.servlet.jsp.tagext.TryCatchFinally
doFinally
in class BodyTagTryCatchFinallyImpl
Copyright © 2015 Lucee