public class HstIncludeTag
extends javax.servlet.jsp.tagext.TagSupport
Modifier and Type | Field and Description |
---|---|
protected String |
ref |
protected String |
var |
Constructor and Description |
---|
HstIncludeTag() |
Modifier and Type | Method and Description |
---|---|
protected void |
cleanup() |
int |
doEndTag() |
int |
doStartTag() |
String |
getRef()
Returns the referenced name of the child window content to include
|
String |
getVar() |
void |
setRef(String ref)
Sets the ref property.
|
void |
setVar(String var) |
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 cleanup()
public String getRef()
public void setRef(String ref)
ref
- The referenced name of the child window content to includepublic String getVar()
public void setVar(String var)
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.