public class JSPIncludeTag extends BaseTag
BaseTag.JSPIncludeTrace
Modifier and Type | Field and Description |
---|---|
protected Boolean |
flush
The JSP flush flag.
|
protected String |
page
The JSP to include.
|
Constructor and Description |
---|
JSPIncludeTag() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
int |
doStartTag() |
Boolean |
getFlush() |
String |
getPage() |
void |
setFlush(Boolean flush) |
void |
setPage(String page) |
getErrorPage, handleError, jspInclude, setErrorPage
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
protected String page
protected Boolean flush
public String getPage()
public void setPage(String page)
public Boolean getFlush()
public void setFlush(Boolean flush)
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.