public class FindResourcesTag
extends javax.servlet.jsp.tagext.TagSupport
| Constructor and Description |
|---|
FindResourcesTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
String |
getLanguage()
Gets the language.
|
String |
getQuery()
Gets the query.
|
protected org.apache.sling.api.resource.ResourceResolver |
getResourceResolver()
Method for retrieving the ResourceResolver from the page context.
|
String |
getVar()
Gets the variable name to which to save the list of children.
|
void |
setLanguage(String language)
Sets the language.
|
void |
setQuery(String query)
Sets the query.
|
void |
setVar(String var)
Sets the variable name to which to save the list of children.
|
public int doEndTag()
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.TagSupportprotected org.apache.sling.api.resource.ResourceResolver getResourceResolver()
public String getLanguage()
public String getQuery()
public String getVar()
public void setLanguage(String language)
language - the new languagepublic void setQuery(String query)
query - the new querypublic void setVar(String var)
var - the variable nameCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.