public class JSPIncludeTag
extends javax.servlet.jsp.tagext.TagSupport
Modifier and Type | Field and Description |
---|---|
protected String |
errorPage
The JSP to render if an error occurs.
|
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() |
String |
getErrorPage() |
Boolean |
getFlush() |
String |
getPage() |
protected void |
handleError(Throwable t) |
void |
setErrorPage(String errorPage) |
void |
setFlush(Boolean flush) |
void |
setPage(String page) |
protected String page
protected Boolean flush
protected String errorPage
public String getPage()
public void setPage(String page)
public String getErrorPage()
public void setErrorPage(String errorPage)
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.TagSupport
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.TagSupport
javax.servlet.jsp.JspException
protected void handleError(Throwable t)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.