Class URLEncodeFunction

  • All Implemented Interfaces:
    Expression, Function, FunctionExpression, Factory

    public class URLEncodeFunction
    extends FunctionExpressionImpl
    URL encodes a string.

    This function expects:

    1. Literal: String to be URL encoded
    2. Literal: (Optional) Boolean indicating if string should be form URL encoded (defaults to false)
    Author:
    Billy Newman (BIT Systems)
    See Also:
    URLEncoder.encode(String)
    • Constructor Detail

      • URLEncodeFunction

        public URLEncodeFunction()
        Create a new FilterFunction_strURLEncode instance