public class URLEncodeFunction
extends java.lang.Object
implements org.jaxen.Function
Constructor and Description |
---|
URLEncodeFunction() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
call(org.jaxen.Context context,
java.util.List args)
Returns the url-encoded string value of the first argument.
|
public java.lang.Object call(org.jaxen.Context context, java.util.List args) throws org.jaxen.FunctionCallException
call
in interface org.jaxen.Function
context
- the context at the point in the expression when the function is calledargs
- arguments of the functionsorg.jaxen.FunctionCallException
Copyright © 2005-2022 Apache Software Foundation. All Rights Reserved.