public class HeadContributionTag
extends javax.servlet.jsp.tagext.BodyTagSupport
Modifier and Type | Field and Description |
---|---|
protected String |
category
Comma separated category list where this head element should be in.
|
protected Element |
element |
protected String |
keyHint |
Constructor and Description |
---|
HeadContributionTag() |
Modifier and Type | Method and Description |
---|---|
protected void |
cleanup() |
int |
doEndTag() |
String |
getCategory() |
Element |
getElement() |
String |
getKeyHint() |
void |
setCategory(String category) |
void |
setElement(Element element) |
void |
setKeyHint(String keyHint) |
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
protected String keyHint
protected Element element
protected String category
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
protected void cleanup()
public void setKeyHint(String keyHint)
public String getKeyHint()
public void setElement(Element element)
public Element getElement()
public void setCategory(String category)
public String getCategory()
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.