Class FindResourcesTag

  • All Implemented Interfaces:
    java.io.Serializable, IterationTag, JspTag, Tag

    public class FindResourcesTag
    extends TagSupport
    Tag for searching for resources using the given query formulated in the given language.
    See Also:
    Serialized Form
    • Constructor Detail

      • FindResourcesTag

        public FindResourcesTag()
    • Method Detail

      • getLanguage

        public java.lang.String getLanguage()
        Gets the language.
        Returns:
        the language
      • getQuery

        public java.lang.String getQuery()
        Gets the query.
        Returns:
        the query
      • getVar

        public java.lang.String getVar()
        Gets the variable name to which to save the list of children.
        Returns:
        the variable name
      • setLanguage

        public void setLanguage​(java.lang.String language)
        Sets the language.
        Parameters:
        language - the new language
      • setQuery

        public void setQuery​(java.lang.String query)
        Sets the query.
        Parameters:
        query - the new query
      • setVar

        public void setVar​(java.lang.String var)
        Sets the variable name to which to save the list of children.
        Parameters:
        var - the variable name