Class URLParameterTag.Parameter

    • Constructor Detail

      • Parameter

        public Parameter​(String name,
                         String value)
    • Method Detail

      • getName

        public String getName()
        Returns:
        Returns the name.
      • getValue

        public String getValue()
        Per JSR 168 spec, if null, return an empty value
        Returns:
        Returns the value.
      • isValid

        public boolean isValid()