public class HstFacetNavigationLinkTag
extends javax.servlet.jsp.tagext.TagSupport
Modifier and Type | Class and Description |
---|---|
static class |
HstFacetNavigationLinkTag.TEI
TagExtraInfo class for HstURLTag.
|
Modifier and Type | Field and Description |
---|---|
protected HippoFacetSubNavigation |
current |
protected Map<String,List<String>> |
parametersMap |
protected HippoFacetSubNavigation |
remove |
protected List<HippoFacetSubNavigation> |
removeList |
protected String |
var |
Constructor and Description |
---|
HstFacetNavigationLinkTag() |
Modifier and Type | Method and Description |
---|---|
protected void |
cleanup() |
int |
doEndTag() |
int |
doStartTag() |
HippoFacetSubNavigation |
getCurrent() |
HippoFacetSubNavigation |
getRemove() |
List<HippoFacetSubNavigation> |
getRemoveList() |
String |
getVar()
Returns the var property.
|
void |
release() |
void |
setCurrent(HippoFacetSubNavigation current) |
void |
setRemove(HippoFacetSubNavigation remove) |
void |
setRemoveList(List<HippoFacetSubNavigation> removeList) |
void |
setVar(String var)
Sets the var property.
|
protected HippoFacetSubNavigation current
protected HippoFacetSubNavigation remove
protected List<HippoFacetSubNavigation> removeList
protected 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 void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class javax.servlet.jsp.tagext.TagSupport
public String getVar()
public HippoFacetSubNavigation getCurrent()
public void setCurrent(HippoFacetSubNavigation current)
public HippoFacetSubNavigation getRemove()
public void setRemove(HippoFacetSubNavigation remove)
public List<HippoFacetSubNavigation> getRemoveList()
public void setRemoveList(List<HippoFacetSubNavigation> removeList)
public void setVar(String var)
var
- The var to setCopyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.