Class CanonicalSupport


  • public class CanonicalSupport
    extends java.lang.Object
    Utility methods supporting the processing of profile search parameters which are stored using common_canonical_values
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ProfileParameter createProfileParameter​(java.lang.String name, java.lang.String stringValue)
      Split the given string value to extract the profile url, version and fragment parts if they exist
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CanonicalSupport

        public CanonicalSupport()
    • Method Detail

      • createProfileParameter

        public static ProfileParameter createProfileParameter​(java.lang.String name,
                                                              java.lang.String stringValue)
        Split the given string value to extract the profile url, version and fragment parts if they exist
        Parameters:
        stringValue -
        Returns: