public class GetResourceTag extends javax.servlet.jsp.tagext.TagSupport
EVAL_BODY_AGAINEVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE| Constructor and Description |
|---|
GetResourceTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
Resource |
getBase()
Gets the base resource.
|
java.lang.String |
getPath()
Get the path of the resource to retrieve.
|
java.lang.String |
getVar()
Gets the variable name to which to save the list of children.
|
void |
setBase(Resource base)
Sets the base resource.
|
void |
setPath(java.lang.String path)
Set the path of the resource to retrieve.
|
void |
setVar(java.lang.String var)
Sets the variable name to which to save the list of children.
|
doAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValuepublic int doEndTag()
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.TagSupportpublic Resource getBase()
public java.lang.String getPath()
public java.lang.String getVar()
public void setBase(Resource base)
base - the new base resourcepublic void setPath(java.lang.String path)
path - the pathpublic void setVar(java.lang.String var)
var - the variable nameCopyright © 2010 - 2020 Adobe. All Rights Reserved