public abstract class HtmlHeadBodyBase extends BodyTagTryCatchFinallyImpl
Constructor and Description |
---|
HtmlHeadBodyBase() |
Modifier and Type | Method and Description |
---|---|
abstract void |
actionAppend() |
abstract void |
actionFlush() |
abstract void |
actionRead() |
abstract void |
actionReset() |
abstract void |
actionWrite() |
int |
doAfterBody() |
int |
doEndTag() |
int |
doStartTag() |
abstract String |
getTagName() |
void |
release() |
void |
setAction(String action) |
void |
setId(String id) |
void |
setText(String text)
set the value text
The text to add to the 'head' area of an HTML page.
|
void |
setVariable(String variable) |
doCatch, doFinally
doInitBody, setBodyContent
getParent, required, required, required, required, setPageContext, setPageContext, setParent
public HtmlHeadBodyBase()
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class BodyTagImpl
public abstract String getTagName()
public abstract void actionAppend() throws IOException, ApplicationException
IOException
ApplicationException
public abstract void actionFlush() throws IOException
IOException
public abstract void actionRead() throws IOException, PageException
IOException
PageException
public abstract void actionReset() throws IOException
IOException
public abstract void actionWrite() throws IOException, ApplicationException
IOException
ApplicationException
public void setVariable(String variable)
variable
- the variable to setpublic void setText(String text)
text
- value to setpublic int doStartTag() throws PageException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TagImpl
PageException
public int doEndTag() throws PageException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class TagImpl
PageException
public int doAfterBody() throws PageException
doAfterBody
in interface javax.servlet.jsp.tagext.IterationTag
doAfterBody
in class BodyTagImpl
PageException
Copyright © 2015 Lucee