Class HttpRequestParametersHashModel

    • Constructor Detail

      • HttpRequestParametersHashModel

        public HttpRequestParametersHashModel​(javax.servlet.http.HttpServletRequest request)
    • Method Detail

      • get

        public TemplateModel get​(java.lang.String key)
        Description copied from interface: TemplateHashModel
        Gets a TemplateModel from the hash.
        Specified by:
        get in interface TemplateHashModel
        Parameters:
        key - the name by which the TemplateModel is identified in the template.
        Returns:
        the TemplateModel referred to by the key, or null if not found.
      • size

        public int size()
        Specified by:
        size in interface TemplateHashModelEx
        Returns:
        the number of key/value mappings in the hash.
      • transcode

        protected java.lang.String transcode​(java.lang.String string)