Plumtree Portal UI  
 

IFriendlyURLParser Interface

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.

public interface IFriendlyURLParser

Types that implement IFriendlyURLParser

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.

Requirements

Namespace: com.plumtree.portaluiinfrastructure.friendlyurl

Assembly: portaluiinfrastructure (in portaluiinfrastructure.dll)

See Also

IFriendlyURLParser Members | com.plumtree.portaluiinfrastructure.friendlyurl Namespace