|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.share.url.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. This class is almost always used by debugging and development tools to simulate the results of using different kinds of Agents.
Constructor Summary | |
AgentURLEncoder(URLEncoder baseEncoder,
Agent forcedAgent)
Creates an AgentURLEncoder that appends the serialized form of forecedAgent onto the URL to be encoded and then
delegates to the baseEncoder . |
Method Summary | |
java.lang.String |
encodeParameter(java.lang.String key)
Delegates to the baseEncoder. |
java.lang.String |
encodeURL(java.lang.String url)
Encode an URL. |
java.lang.String |
getDefaultURL()
Delegates to the baseEncoder. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AgentURLEncoder(URLEncoder baseEncoder, Agent forcedAgent)
forecedAgent
onto the URL to be encoded and then
delegates to the baseEncoder
.
baseEncoded
- URLEncoder to use to encode the URLforcedAgent
- Agent to serialize onto the end of
encoded URLs.Method Detail |
public java.lang.String encodeURL(java.lang.String url)
URLEncoder
encodeURL
in interface URLEncoder
public java.lang.String encodeParameter(java.lang.String key)
encodeParameter
in interface URLEncoder
public java.lang.String getDefaultURL()
getDefaultURL
in interface URLEncoder
oracle.cabo.share.url.URLEncoder
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |