public class FindResourcesTag
extends javax.servlet.jsp.tagext.TagSupport
| Constructor and Description |
|---|
FindResourcesTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
java.lang.String |
getLanguage()
Gets the language.
|
java.lang.String |
getQuery()
Gets the query.
|
java.lang.String |
getVar()
Gets the variable name to which to save the list of children.
|
void |
setLanguage(java.lang.String language)
Sets the language.
|
void |
setQuery(java.lang.String query)
Sets the query.
|
void |
setVar(java.lang.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.TagSupportpublic java.lang.String getLanguage()
public java.lang.String getQuery()
public java.lang.String getVar()
public void setLanguage(java.lang.String language)
language - the new languagepublic void setQuery(java.lang.String query)
query - the new querypublic void setVar(java.lang.String var)
var - the variable nameCopyright © 2010 - 2023 Adobe. All Rights Reserved