| Package | Description |
|---|---|
| org.apache.wicket.util.encoding |
| Modifier and Type | Field and Description |
|---|---|
static UrlEncoder |
UrlEncoder.FULL_PATH_INSTANCE
Encoder used to encode all path segments.
|
static UrlEncoder |
UrlEncoder.PATH_INSTANCE
Encoder used to encode components of a path.
For example: http://org.acme/foo/thispart/orthispart?butnot=thispart |
static UrlEncoder |
UrlEncoder.QUERY_INSTANCE
Encoder used to encode name or value components of a query string.
For example: http://org.acme/notthis/northis/oreventhis?buthis=isokay&asis=thispart |
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.