![]() ![]() | Reverses any character replacement performed in FriendlyURL#NormalizeObjectName , except for character casing. All characters will be lower case. NOTE: This method is duplicated on ObjectIdFromNameCache class in the server. Make sure to update both methods. |
![]() ![]() | Convert PTObject name into a format that is suitable for friendly Urls. Use FriendlyURL#DeNormalizeObjectName to convert the value back. The casing of the object name is not preserved through the conversion NOTE: This method is duplicated on ObjectIdFromNameCache class in the server. Make sure to update both methods. |
![]() |
Overloaded. Initializes a new instance of the FriendlyURL class. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | Constructs the Friendly URL and returns it as a string. Only the friendly url part is returned, no the application base url part or server.pt/ Note that any application base url used with friendly url cannot have a trailing question mark. |
![]() | Constructs the Friendly URL and returns it as a string. The application base url (without trailing question mark) is included. |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | |
![]() | |
![]() | Gets the Type of the current instance. |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | Returns a String that represents the current Object. |
![]() | Additional id specifier, used for example for Urls to community pages which also needs the community name. Optional and not used by most class types |
![]() | Additional name specifier, used for example for Urls to community pages which also needs the community name. Optional and not used by most class types |
![]() | Type of destination page the url links too |
![]() | Id of the object to generate friendly name to (either one of name or id must be provided) |
![]() | objectName Name of the object to generate friendly name to (either one of name or id must be provided) |
![]() | String of query parameters that need to be attached at the end of the friendly URL |
![]() | Whether to generate the object id in the URL if the name is also available |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
FriendlyURL Class | com.plumtree.portaluiinfrastructure.friendlyurl Namespace