Class FindResourcesTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.apache.sling.scripting.jsp.taglib.FindResourcesTag
- All Implemented Interfaces:
Serializable,IterationTag,JspTag,Tag
Tag for searching for resources using the given query formulated in the given
language.
- See Also:
-
Field Summary
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAINFields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintdoEndTag()Default processing of the end tag returning EVAL_PAGE.Gets the language.getQuery()Gets the query.getVar()Gets the variable name to which to save the list of children.voidsetLanguage(String language) Sets the language.voidSets the query.voidSets the variable name to which to save the list of children.Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
-
Constructor Details
-
FindResourcesTag
public FindResourcesTag()
-
-
Method Details
-
doEndTag
public int doEndTag()Description copied from class:TagSupportDefault processing of the end tag returning EVAL_PAGE.- Specified by:
doEndTagin interfaceTag- Overrides:
doEndTagin classTagSupport- Returns:
- EVAL_PAGE
- See Also:
-
getLanguage
Gets the language.- Returns:
- the language
-
getQuery
Gets the query.- Returns:
- the query
-
getVar
Gets the variable name to which to save the list of children.- Returns:
- the variable name
-
setLanguage
Sets the language.- Parameters:
language- the new language
-
setQuery
Sets the query.- Parameters:
query- the new query
-
setVar
Sets the variable name to which to save the list of children.- Parameters:
var- the variable name
-