Class MCMPluginAdapter

    • Constructor Detail

      • MCMPluginAdapter

        public MCMPluginAdapter()
    • Method Detail

      • makeExperience

        public Experience makeExperience​(Resource adaptable)
        Description copied from interface: MCMPlugin
        Should try it's best to make an experience out of the adaptable. Should not check for the component type, because component types might be subtyped and AdapterFactory can be configured to deal with that by setting up indirection via setting up a configuration: com.day.cq.mcm.impl.MCMConfiguration-exampleconfig with a property setting of:
         
         
        Specified by:
        makeExperience in interface MCMPlugin
        Returns:
      • makeTouchpoint

        public Touchpoint makeTouchpoint​(Resource adaptable)
        Description copied from interface: MCMPlugin
        Should try it's best to make an experience out of the adaptable. Should not check for the component type, because component types might be subtyped and AdapterFactory can be configured to deal with that by setting up indirection via configuration of a
        Specified by:
        makeTouchpoint in interface MCMPlugin
        Returns:
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object