Class FindResourcesTag

    • Constructor Detail

      • FindResourcesTag

        public FindResourcesTag()
    • Method Detail

      • getLanguage

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

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

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

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

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

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