public class GetParentTag
extends javax.servlet.jsp.tagext.TagSupport
| Constructor and Description |
|---|
GetParentTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
java.lang.String |
getLevel()
Get the level of the parent resource to retrieve.
|
Resource |
getResource()
Gets the resource.
|
java.lang.String |
getVar()
Gets the variable name to which to save the list of children.
|
void |
setLevel(java.lang.String level)
Set the level of the parent resource to retrieve.
|
void |
setResource(Resource resource)
Sets the resource.
|
void |
setVar(java.lang.String var)
Sets the variable name to which to save the parent resource.
|
public int doEndTag()
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.TagSupportpublic Resource getResource()
public java.lang.String getLevel()
public java.lang.String getVar()
public void setResource(Resource resource)
resource - the new resourcepublic void setLevel(java.lang.String level)
level - the levelpublic void setVar(java.lang.String var)
var - the variable nameCopyright © 2010 - 2023 Adobe. All Rights Reserved