public interface UrlEncoder extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
encode(String input)
Encodes the input to be used with URL using default encoding, e.g.: struts.i18n.encoding
|
String |
encode(String input,
String encoding)
Encodes the input tb be used with URL using the provided encoding
|
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.