public class GetResourceTag
extends TagSupport
Constructor and Description |
---|
GetResourceTag() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
Resource |
getBase()
Gets the base resource.
|
String |
getPath()
Get the path of the resource to retrieve.
|
String |
getVar()
Gets the variable name to which to save the list of children.
|
void |
setBase(Resource base)
Sets the base resource.
|
void |
setPath(String path)
Set the path of the resource to retrieve.
|
void |
setVar(String var)
Sets the variable name to which to save the list of children.
|
public int doEndTag()
public Resource getBase()
public String getPath()
public String getVar()
public void setBase(Resource base)
base
- the new base resourcepublic void setPath(String path)
path
- the pathpublic void setVar(String var)
var
- the variable name"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"