Class URLEncoderImpl
java.lang.Object
org.apache.tapestry5.internal.services.URLEncoderImpl
- All Implemented Interfaces:
URLEncoder
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
URLEncoderImpl
public URLEncoderImpl()
-
-
Method Details
-
encode
Description copied from interface:URLEncoder
Given an input value containing any characters, returns the input string, or an encoded version of the string (as outlined above).- Specified by:
encode
in interfaceURLEncoder
- Parameters:
input
- string to be encoded, which may be null- Returns:
- encoded version of input
-
decode
Description copied from interface:URLEncoder
Given a previously encoded string, returns the original input.- Specified by:
decode
in interfaceURLEncoder
- Parameters:
input
- encoded string (may not be null)- Returns:
- decoded input
-