public class TitleTag extends AbstractTag
<title>
value to out.Page.getTitle()
,
Serialized FormModifier and Type | Field and Description |
---|---|
private String |
defaultTitle |
pageContext, parent
DECORATOR, PAGE, ROBOT
Constructor and Description |
---|
TitleTag() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag()
To be implemented by all empty tags.
|
void |
setDefault(String defaultTitle)
Value to write if no title is found (optional).
|
doStartTag, getOut, getPage, getParent, release, setPageContext, setParent, trace
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
private String defaultTitle
public void setDefault(String defaultTitle)
public final int doEndTag()
AbstractTag
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class AbstractTag