| |
|
| java.lang.Object com.sun.portal.desktop.util.PIParser
PIParser | public class PIParser (Code) | | This class is a utility class which does the parsing of
the pathInfo from request into a map of maps. Each key is mapped
into a map containing the key/value pairs.
This class is mainly used by DesktopRequest.java and AuthlessSessionContext.java
DesktopRequest.java uses this class by calling parse() method by passing in
the pathinfo to parse the arguments encoded into the PathInfo.
desktop arguments are encoded into the pathinfo using the key "desktop.args".
AuthlessSessionContext.java uses this class by calling parse() method by passing in
the pathinfo to parse the authless client properties encoded into the PathInfo.
Client Properties will be encoded into the PathInfo using the key "desktop.authless".
pathinfo passed into the parse method will be something like
/desktop.args=/desktop.authless=
|
DESKTOP_AUTHLESS | final public static String DESKTOP_AUTHLESS(Code) | | |
encodeKeyValueMap | public static String encodeKeyValueMap(Map pathInfo)(Code) | | |
|
|
|