|
Class Summary |
| AgentURLEncoder |
URL encoder that adds a serialized version of the Agent onto the URL
so that UIX uses the deserialized form of the Agent as the Agent to
generate results for. |
| EncoderUtils |
Utility functions for encoding URLs for output. |
| FormEncoder |
Class for the encoding of form values that are processed by the
server during postback. |
| NullFormEncoder |
Class for the encoding of form values that are processed by the
server during postback. |
| ServletURLEncoder |
This URLEncoder encodes URLs with the servlet session ID if the client
browser does not support cookies. |