| |
|
| java.lang.Object com.sun.portal.comm.url.URLBuilder com.sun.portal.comm.url.SunABURLBuilder
allowsContactURL | public boolean allowsContactURL()(Code) | | Lets invoking classes know if contact urls are available
in this URLBuilder.
boolean Are contact URLs available |
getContactURL | public String getContactURL(Object contact)(Code) | | Return URL string for specific contact to be opened in ab client.
Parameters: Object - contact String View URL string |
getSession | public void getSession()(Code) | | Authenticate the user to Webmail / Messenger Express. If the return
cookie contains 'sid' then the user is considered authenticated.
Also sets the path to the authenticated location with the sid.
|
getSid | public String getSid()(Code) | | Return the current ME session ID
String The ME session ID |
isValidSession | public boolean isValidSession()(Code) | | Checks whether the current sid for Messenger Express has
timed out. This is done by checking if the page returned by sending a Get
Mail WMAP command to messenger express contains string
"parent.timeoutCB()". If yes, then the webmailSessionId has timed out.
boolean |
setSid | public void setSid(String sid)(Code) | | Return the current session ID
Parameters: String - The session ID |
|
|
|