This class is responsible for parsing friendly URLs and populating the different variables (ie name of object, id of object, ...)
For a list of all members of this type, see IFriendlyURLParser Members.
Type | Description |
---|---|
CommunityFriendlyURLParser | Friendly URL parser specific to community URLs. Checks the URL for community Id, and community page name. |
DocumentFriendlyURLParser | Friendly URL parser specific to document URLs. Checks the URL for folder Id. |
FriendlyURLParser | Generic Friendly URL parser capable of parsing the name of the object. |
KDFriendlyURLParser | Friendly URL parser specific to knowledge directory URLs. Checks the URL for folder Id. |
MyPageFriendlyURLParser | Friendly URL parser specific to MyPage URLs. Checks the URL for mypage id in addition to the mypage name. |
UserFriendlyURLParser | Friendly URL parser specific to user URLs. Checks the URL for user ID. |
Namespace: com.plumtree.portaluiinfrastructure.friendlyurl
Assembly: portaluiinfrastructure (in portaluiinfrastructure.dll)
IFriendlyURLParser Members | com.plumtree.portaluiinfrastructure.friendlyurl Namespace