public abstract class AbstractCATag
extends javax.servlet.jsp.tagext.TagSupport
Constructor and Description |
---|
AbstractCATag() |
Modifier and Type | Method and Description |
---|---|
String |
getBucket() |
protected org.apache.sling.caconfig.resource.ConfigurationResourceResolver |
getConfigurationResourceResolver()
Method for retrieving the ConfigurationResourceResolver from the page
context.
|
String |
getName() |
org.apache.sling.api.resource.Resource |
getResource() |
String |
getVar()
Gets the variable name to which to save the list of children.
|
void |
setBucket(String bucket) |
void |
setName(String name) |
void |
setResource(org.apache.sling.api.resource.Resource resource) |
void |
setVar(String var)
Sets the variable name to which to save the list of children.
|
public String getBucket()
public String getName()
public org.apache.sling.api.resource.Resource getResource()
protected org.apache.sling.caconfig.resource.ConfigurationResourceResolver getConfigurationResourceResolver()
public String getVar()
public void setBucket(String bucket)
bucket
- the bucket to setpublic void setName(String name)
name
- the name to setpublic void setResource(org.apache.sling.api.resource.Resource resource)
resource
- the resource to setpublic void setVar(String var)
var
- the variable nameCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.