public class ListChildrenTag extends ComponentTagSupport
logger| Constructor and Description |
|---|
ListChildrenTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
Integer |
getMaxItems() |
String |
getRelPath() |
String |
getVar() |
void |
setAbsPath(String absPath) |
void |
setMaxItems(Integer maxItems) |
void |
setRelPath(String relPath) |
void |
setResource(org.apache.sling.api.resource.Resource resource) |
void |
setVar(String var) |
createRequestObjects, getActualResourcepublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionpublic String getVar()
public void setVar(String var)
public String getRelPath()
public void setRelPath(String relPath)
public Integer getMaxItems()
public void setMaxItems(Integer maxItems)
public void setResource(org.apache.sling.api.resource.Resource resource)
public void setAbsPath(String absPath)
Copyright © 2015. All rights reserved.