| java.lang.Object com.sun.portal.community.urlmanager.impl.DSAMECommunityURLManagerImpl
DSAMECommunityURLManagerImpl | public class DSAMECommunityURLManagerImpl implements CommunityURLManager(Code) | | This class reads desktop service IS properties related to creating community URLs and creates those URLs.
|
Method Summary | |
public String | getCommunityAccessURL(HttpServletRequest request, CommunityId cid) Returns the bookmarkable, readable, autologin, access URL to a community. | public String | getCommunityAccessURL(HttpServletRequest request, String communityName) Returns the bookmarkable, readable, autologin, access URL to a community. | protected String | getCommunityCreateContainer() | public String | getCommunityCreateURL(HttpServletRequest request) | protected String | getCommunityHomeContainer() | public String | getCommunityHomeURL(HttpServletRequest request) | protected String | getCommunityParentContainerURLParameter() | public String | getCommunityURL(HttpServletRequest request, String userId, CommunityId cid) | public String | getCommunityURL(HttpServletRequest request, CommunityId cid) | protected String | getCommunityURLInternal(HttpServletRequest request, String containerName) | protected String | getDesktopURL(HttpServletRequest request) | protected String | getLoginURL() |
getCommunityAccessURL | public String getCommunityAccessURL(HttpServletRequest request, String communityName) throws CommunityException(Code) | | Returns the bookmarkable, readable, autologin, access URL to a community.
Eg, http://server/portal/dt?dt.community=blah for a named community
and, http://server/portal/dt?dt.community= for the community home page
|
getCommunityCreateContainer | protected String getCommunityCreateContainer()(Code) | | |
getCommunityHomeContainer | protected String getCommunityHomeContainer()(Code) | | |
getCommunityParentContainerURLParameter | protected String getCommunityParentContainerURLParameter()(Code) | | |
|
|