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.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionpublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionprotected void handleError(Throwable t)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.