com.ibm.commerce.emarketing.emailtemplate.tag

Class TagFactory

  • java.lang.Object
    • com.ibm.commerce.emarketing.emailtemplate.tag.TagFactory


  • public class TagFactory
    extends java.lang.Object
    Used to get the default implementation of interface Tag for the give tagName.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      COPYRIGHT
    • Constructor Summary

      Constructors 
      Constructor and Description
      TagFactory() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static Tag getTagClass(java.lang.String tagName)
      Returns the object of class implementing Tag interface, based on the tagName passed
      • Methods inherited from class java.lang.Object

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

      • TagFactory

        public TagFactory()
    • Method Detail

      • getTagClass

        public static Tag getTagClass(java.lang.String tagName)
                               throws com.ibm.commerce.exception.ECException
        Returns the object of class implementing Tag interface, based on the tagName passed
        Parameters:
        tagName - - The name of the tag, for which the tag class is needed.
        Returns:
        Tag - object of type Tag
        Throws:
        com.ibm.commerce.exception.ECException