public class SmartIncludeTag
extends javax.servlet.jsp.tagext.TagSupport
| Constructor and Description |
|---|
SmartIncludeTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
int |
doStartTag() |
String |
getPage()
Gets the set page URL
|
void |
setPage(String page)
Set page url to include.
|
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.JspExceptionsuper.doEndTag()public String getPage()
public void setPage(String page)
page - the page URL to includeCopyright © 2018. All rights reserved.